|  | 
| 1 | 1 | { | 
| 2 | 2 |   "name": "nextjs-project", | 
| 3 |  | -  "version": "1.1.2", | 
|  | 3 | +  "version": "1.1.3", | 
| 4 | 4 |   "private": true, | 
| 5 | 5 |   "scripts": { | 
| 6 | 6 |     "dev": "next dev", | 
|  | 
| 30 | 30 |     "react-select": "^5.8.0" | 
| 31 | 31 |   }, | 
| 32 | 32 |   "devDependencies": { | 
| 33 |  | -    "@babel/core": "^7.23.7", | 
| 34 | 33 |     "@csstools/postcss-global-data": "^2.1.1", | 
| 35 |  | -    "@storybook/addon-a11y": "^7.6.17", | 
| 36 |  | -    "@storybook/addon-actions": "^7.6.17", | 
| 37 |  | -    "@storybook/addon-essentials": "^7.6.17", | 
| 38 |  | -    "@storybook/addon-interactions": "^7.6.17", | 
| 39 |  | -    "@storybook/addon-links": "^7.6.17", | 
| 40 |  | -    "@storybook/nextjs": "^7.6.17", | 
| 41 |  | -    "@storybook/react": "^7.6.17", | 
| 42 |  | -    "@storybook/testing-library": "^0.2.2", | 
| 43 |  | -    "@storybook/theming": "^7.6.17", | 
|  | 34 | +    "@storybook/addon-a11y": "^8.0.2", | 
|  | 35 | +    "@storybook/addon-actions": "^8.0.2", | 
|  | 36 | +    "@storybook/addon-essentials": "^8.0.2", | 
|  | 37 | +    "@storybook/addon-interactions": "^8.0.2", | 
|  | 38 | +    "@storybook/addon-links": "^8.0.2", | 
|  | 39 | +    "@storybook/nextjs": "^8.0.2", | 
|  | 40 | +    "@storybook/react": "^8.0.2", | 
|  | 41 | +    "@storybook/test": "^8.0.2", | 
|  | 42 | +    "@storybook/theming": "^8.0.2", | 
| 44 | 43 |     "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0", | 
| 45 | 44 |     "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0", | 
| 46 | 45 |     "@svgr/cli": "^8.1.0", | 
| 47 | 46 |     "@types/node": "^18.19.3", | 
| 48 | 47 |     "@types/react": "^18.2.48", | 
| 49 |  | -    "@typescript-eslint/eslint-plugin": "^6.19.1", | 
| 50 |  | -    "@typescript-eslint/parser": "^6.19.1", | 
| 51 |  | -    "babel-loader": "^9.1.3", | 
|  | 48 | +    "@typescript-eslint/eslint-plugin": "^7.3.1", | 
|  | 49 | +    "@typescript-eslint/parser": "^7.3.1", | 
| 52 | 50 |     "clsx": "^2.1.0", | 
| 53 | 51 |     "css-loader": "^6.9.1", | 
| 54 | 52 |     "csstype": "3.1.3", | 
|  | 
| 58 | 56 |     "eslint-config-prettier": "^9.1.0", | 
| 59 | 57 |     "eslint-plugin-prettier": "^5.1.3", | 
| 60 | 58 |     "html-react-parser": "^5.1.1", | 
| 61 |  | -    "husky": "^8.0.3", | 
| 62 |  | -    "i": "^0.3.7", | 
|  | 59 | +    "husky": "^9.0.11", | 
| 63 | 60 |     "inquirer": "^9.2.12", | 
| 64 | 61 |     "mkdirp": "^3.0.1", | 
| 65 |  | -    "npm": "^10.2.5", | 
| 66 | 62 |     "postcss": "^8.4.33", | 
| 67 | 63 |     "postcss-advanced-variables": "github:kmonahan/postcss-advanced-variables", | 
| 68 |  | -    "postcss-loader": "^7.3.4", | 
|  | 64 | +    "postcss-loader": "^8.1.1", | 
| 69 | 65 |     "postcss-nesting": "^12.0.2", | 
| 70 | 66 |     "postcss-preset-env": "^9.3.0", | 
| 71 |  | -    "postcss-rem": "^2.0.2", | 
|  | 67 | +    "postcss-rem": "^3.0.0", | 
| 72 | 68 |     "prettier": "^3.2.4", | 
| 73 | 69 |     "prettier-plugin-organize-imports": "^3.2.4", | 
| 74 |  | -    "storybook": "^7.6.17", | 
|  | 70 | +    "storybook": "^8.0.2", | 
| 75 | 71 |     "style-loader": "^3.3.4", | 
| 76 |  | -    "stylelint": "^15.11.0", | 
| 77 |  | -    "stylelint-config-standard": "^33.0.0", | 
|  | 72 | +    "stylelint": "^16.2.1", | 
|  | 73 | +    "stylelint-config-standard": "^36.0.0", | 
| 78 | 74 |     "stylelint-order": "^6.0.4", | 
| 79 |  | -    "stylelint-webpack-plugin": "^4.1.1", | 
|  | 75 | +    "stylelint-webpack-plugin": "^5.0.0", | 
| 80 | 76 |     "typescript": "^5.3.3", | 
| 81 | 77 |     "yaml": "^2.3.4" | 
| 82 | 78 |   }, | 
|  | 
0 commit comments