|
9 | 9 | "generate-api-cache": "node --experimental-fetch ./generate_api_cache.mjs" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "react": "^19.1.1", |
13 | | - "react-dom": "^19.1.1" |
| 12 | + "react": "^19.2.4", |
| 13 | + "react-dom": "^19.2.4" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | | - "@babel/preset-env": "^7.28.5", |
| 16 | + "@babel/preset-env": "^7.29.0", |
17 | 17 | "@babel/preset-react": "^7.28.5", |
18 | 18 | "@babel/preset-typescript": "^7.28.5", |
19 | 19 | "@rollup/plugin-babel": "^6.1.0", |
|
23 | 23 | "@rollup/plugin-terser": "^0.4.4", |
24 | 24 | "@rollup/plugin-typescript": "^12.3.0", |
25 | 25 | "@storybook/addon-webpack5-compiler-babel": "^3.0.6", |
26 | | - "@storybook/react-webpack5": "^9.1.16", |
27 | | - "@types/node": "^24.10.0", |
28 | | - "@types/react": "^19.2.2", |
29 | | - "@types/react-dom": "^19.2.2", |
30 | | - "@typescript-eslint/eslint-plugin": "^8.46.3", |
31 | | - "@typescript-eslint/parser": "^8.46.3", |
| 26 | + "@storybook/react-webpack5": "^9.1.19", |
| 27 | + "@types/node": "^24.10.13", |
| 28 | + "@types/react": "^19.2.14", |
| 29 | + "@types/react-dom": "^19.2.3", |
| 30 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 31 | + "@typescript-eslint/parser": "^8.56.1", |
32 | 32 | "eslint": "^8.57.1", |
33 | 33 | "eslint-config-airbnb": "^19.0.4", |
34 | 34 | "eslint-config-prettier": "^10.1.8", |
|
40 | 40 | "gh-pages": "^6.3.0", |
41 | 41 | "postcss": "^8.5.6", |
42 | 42 | "postcss-url": "^10.1.3", |
43 | | - "prettier": "^3.6.2", |
44 | | - "rimraf": "^6.1.0", |
45 | | - "rollup": "^4.52.5", |
46 | | - "rollup-plugin-dts": "^6.2.3", |
| 43 | + "prettier": "^3.8.1", |
| 44 | + "rimraf": "^6.1.3", |
| 45 | + "rollup": "^4.59.0", |
| 46 | + "rollup-plugin-dts": "^6.3.0", |
47 | 47 | "rollup-plugin-peer-deps-external": "^2.2.4", |
48 | 48 | "rollup-plugin-postcss": "^4.0.2", |
49 | | - "storybook": "^9.1.16", |
| 49 | + "storybook": "^9.1.19", |
50 | 50 | "typescript": "^5.9.3", |
51 | 51 | "typescript-plugin-css-modules": "^5.2.0" |
52 | 52 | }, |
|
0 commit comments