|
24 | 24 | ">= 1% in US" |
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | | - "next": "^14.2.24", |
28 | | - "react": "^18.3.1", |
29 | | - "react-dom": "^18.3.1", |
| 27 | + "next": "15.2.2", |
| 28 | + "react": "19.0.0", |
| 29 | + "react-dom": "19.0.0", |
30 | 30 | "react-select": "^5.10.1" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | 33 | "@csstools/postcss-global-data": "^3.0.0", |
34 | | - "@storybook/addon-a11y": "^8.6.3", |
35 | | - "@storybook/addon-actions": "^8.6.3", |
36 | | - "@storybook/addon-essentials": "^8.6.3", |
37 | | - "@storybook/addon-interactions": "^8.6.3", |
38 | | - "@storybook/addon-links": "^8.6.3", |
39 | | - "@storybook/nextjs": "^8.6.3", |
40 | | - "@storybook/react": "^8.6.3", |
41 | | - "@storybook/test": "^8.6.3", |
42 | | - "@storybook/theming": "^8.6.3", |
| 34 | + "@storybook/addon-a11y": "^8.6.6", |
| 35 | + "@storybook/addon-actions": "^8.6.6", |
| 36 | + "@storybook/addon-essentials": "^8.6.6", |
| 37 | + "@storybook/addon-interactions": "^8.6.6", |
| 38 | + "@storybook/addon-links": "^8.6.6", |
| 39 | + "@storybook/nextjs": "^8.6.6", |
| 40 | + "@storybook/react": "^8.6.6", |
| 41 | + "@storybook/test": "^8.6.6", |
| 42 | + "@storybook/theming": "^8.6.6", |
43 | 43 | "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0", |
44 | 44 | "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0", |
45 | 45 | "@svgr/cli": "^8.1.0", |
46 | 46 | "@types/node": "^20.17.22", |
47 | | - "@types/react": "^18.3.18", |
48 | | - "@types/react-dom": "^18.3.5", |
| 47 | + "@types/react": "19.0.10", |
| 48 | + "@types/react-dom": "19.0.4", |
49 | 49 | "@typescript-eslint/eslint-plugin": "^8.25.0", |
50 | 50 | "@typescript-eslint/parser": "^8.25.0", |
51 | 51 | "clsx": "^2.1.1", |
52 | 52 | "css-loader": "^7.1.2", |
53 | 53 | "csstype": "3.1.3", |
54 | 54 | "enhanced-resolve": "^5.18.1", |
55 | 55 | "eslint": "^8.57.1", |
56 | | - "eslint-config-next": "^14.2.24", |
| 56 | + "eslint-config-next": "15.2.2", |
57 | 57 | "eslint-config-prettier": "^9.1.0", |
58 | 58 | "eslint-plugin-prettier": "^5.2.3", |
59 | 59 | "html-react-parser": "^5.2.2", |
|
69 | 69 | "postcss-rem": "^3.0.0", |
70 | 70 | "prettier": "^3.5.3", |
71 | 71 | "prettier-plugin-organize-imports": "^4.1.0", |
72 | | - "storybook": "^8.6.3", |
| 72 | + "storybook": "^8.6.6", |
73 | 73 | "style-loader": "^4.0.0", |
74 | 74 | "stylelint": "^16.15.0", |
75 | 75 | "stylelint-config-standard": "^36.0.1", |
|
79 | 79 | "yaml": "^2.7.0" |
80 | 80 | }, |
81 | 81 | "overrides": { |
82 | | - "csstype": "3.1.3" |
| 82 | + "csstype": "3.1.3", |
| 83 | + "@types/react": "19.0.10", |
| 84 | + "@types/react-dom": "19.0.4" |
83 | 85 | } |
84 | 86 | } |
0 commit comments