|
24 | 24 | ">= 1% in US" |
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | | - "next": "15.3.5", |
28 | | - "react": "19.1.0", |
29 | | - "react-dom": "19.1.0", |
30 | | - "react-select": "^5.10.1" |
| 27 | + "next": "15.4.5", |
| 28 | + "react": "19.1.1", |
| 29 | + "react-dom": "19.1.1", |
| 30 | + "react-select": "^5.10.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | 33 | "@csstools/postcss-global-data": "^3.0.0", |
34 | 34 | "@eslint/eslintrc": "^3.3.1", |
35 | | - "@forumone/eslint-config-es5": "^3.0.0", |
36 | | - "@forumone/eslint-config-react": "^3.0.0", |
37 | | - "@next/eslint-plugin-next": "15.3.5", |
38 | | - "@storybook/addon-a11y": "^9.0.15", |
39 | | - "@storybook/addon-docs": "^9.0.15", |
40 | | - "@storybook/addon-links": "^9.0.15", |
41 | | - "@storybook/nextjs": "^9.0.15", |
| 35 | + "@forumone/eslint-config-es5": "^3.0.2", |
| 36 | + "@forumone/eslint-config-react": "^3.0.2", |
| 37 | + "@next/eslint-plugin-next": "15.4.5", |
| 38 | + "@storybook/addon-a11y": "^9.1.1", |
| 39 | + "@storybook/addon-docs": "^9.1.1", |
| 40 | + "@storybook/addon-links": "^9.1.1", |
| 41 | + "@storybook/nextjs": "^9.1.1", |
42 | 42 | "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0", |
43 | 43 | "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0", |
44 | 44 | "@svgr/cli": "^8.1.0", |
45 | | - "@types/node": "^20.19.4", |
46 | | - "@types/react": "19.1.8", |
47 | | - "@types/react-dom": "19.1.6", |
| 45 | + "@types/node": "^20.19.9", |
| 46 | + "@types/react": "19.1.9", |
| 47 | + "@types/react-dom": "19.1.7", |
48 | 48 | "@typescript-eslint/eslint-plugin": "^8.29.1", |
49 | 49 | "@typescript-eslint/parser": "^8.29.1", |
50 | 50 | "clsx": "^2.1.1", |
51 | 51 | "css-loader": "^7.1.2", |
52 | 52 | "csstype": "3.1.3", |
53 | 53 | "enhanced-resolve": "^5.18.2", |
54 | | - "eslint": "^9.30.1", |
55 | | - "html-react-parser": "^5.2.5", |
| 54 | + "eslint": "^9.32.0", |
| 55 | + "html-react-parser": "^5.2.6", |
56 | 56 | "husky": "^9.1.7", |
57 | 57 | "inquirer": "^10.2.2", |
58 | 58 | "plop": "^4.0.1", |
|
64 | 64 | "postcss-preset-env": "^10.2.4", |
65 | 65 | "postcss-rem": "^3.0.0", |
66 | 66 | "prettier": "^3.6.2", |
67 | | - "prettier-plugin-organize-imports": "^4.1.0", |
68 | | - "storybook": "^9.0.15", |
| 67 | + "prettier-plugin-organize-imports": "^4.2.0", |
| 68 | + "storybook": "^9.1.1", |
69 | 69 | "style-loader": "^4.0.0", |
70 | | - "stylelint": "^16.21.1", |
71 | | - "stylelint-config-standard": "^38.0.0", |
| 70 | + "stylelint": "^16.23.0", |
| 71 | + "stylelint-config-standard": "^39.0.0", |
72 | 72 | "stylelint-order": "^7.0.0", |
73 | 73 | "stylelint-webpack-plugin": "^5.0.1", |
74 | 74 | "typescript": "~5.8.3", |
75 | 75 | "yaml": "^2.8.0" |
76 | 76 | }, |
77 | 77 | "overrides": { |
78 | 78 | "csstype": "3.1.3", |
79 | | - "@types/react": "19.1.8", |
80 | | - "@types/react-dom": "19.1.6", |
| 79 | + "@types/react": "19.1.9", |
| 80 | + "@types/react-dom": "19.1.7", |
81 | 81 | "storybook": "$storybook" |
82 | 82 | } |
83 | 83 | } |
0 commit comments