|
44 | 44 | "@fortawesome/react-fontawesome": "^0.1.14", |
45 | 45 | "@kurone-kito/dantalion-core": "^0.19.1", |
46 | 46 | "@kurone-kito/dantalion-i18n": "^0.19.1", |
47 | | - "@sentry/nextjs": "^6.7.1", |
| 47 | + "@sentry/nextjs": "^6.7.2", |
48 | 48 | "classnames": "^2.3.1", |
49 | 49 | "js-base64": "^3.6.1", |
50 | 50 | "lodash.chunk": "^4.2.0", |
51 | | - "next": "^11.0.0", |
| 51 | + "lodash.merge": "^4.6.2", |
| 52 | + "next": "^11.0.1", |
52 | 53 | "qs": "^6.10.1", |
53 | 54 | "react": "^17.0.2", |
54 | 55 | "react-dom": "^17.0.2", |
|
59 | 60 | "unstated-next": "^1.1.0" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
| 63 | + "@storybook/addon-docs": "^6.2.9", |
62 | 64 | "@storybook/addon-essentials": "^6.2.9", |
63 | 65 | "@storybook/addon-postcss": "^2.0.0", |
64 | 66 | "@storybook/builder-webpack5": "^6.2.9", |
65 | 67 | "@storybook/react": "^6.2.9", |
| 68 | + "@storybook/theming": "^6.2.9", |
66 | 69 | "@types/lodash.chunk": "^4.2.6", |
| 70 | + "@types/lodash.merge": "^4.6.6", |
67 | 71 | "@types/qs": "^6.9.6", |
68 | 72 | "@types/react": "^17.0.11", |
69 | 73 | "@types/react-fontawesome": "^1.6.4", |
70 | | - "@typescript-eslint/eslint-plugin": "^4.27.0", |
71 | | - "@typescript-eslint/parser": "^4.27.0", |
| 74 | + "@typescript-eslint/eslint-plugin": "^4.28.0", |
| 75 | + "@typescript-eslint/parser": "^4.28.0", |
72 | 76 | "browserslist": "^4.16.6", |
73 | 77 | "eslint": "^7.29.0", |
74 | 78 | "eslint-config-airbnb-typescript": "^12.3.1", |
75 | | - "eslint-config-next": "^11.0.0", |
| 79 | + "eslint-config-next": "^11.0.1", |
76 | 80 | "eslint-config-prettier": "^8.3.0", |
77 | 81 | "eslint-import-resolver-typescript": "^2.4.0", |
78 | | - "eslint-plugin-import": "~2.22.1", |
| 82 | + "eslint-plugin-import": "^2.23.4", |
79 | 83 | "eslint-plugin-jsx-a11y": "^6.4.1", |
80 | 84 | "eslint-plugin-next": "^0.0.0", |
81 | 85 | "eslint-plugin-prettier": "^3.4.0", |
|
85 | 89 | "postcss": "^8.3.5", |
86 | 90 | "prettier": "^2.3.1", |
87 | 91 | "serve": "^12.0.0", |
| 92 | + "storybook-dark-mode": "^1.0.8", |
88 | 93 | "stylelint": "^13.13.1", |
89 | 94 | "stylelint-config-recommended": "^5.0.0", |
90 | 95 | "typescript": "^4.3.4" |
|
0 commit comments