|
11 | 11 | "packages/website" |
12 | 12 | ], |
13 | 13 | "devDependencies": { |
14 | | - "@babel/cli": "^7.7.7", |
15 | | - "@babel/core": "^7.7.7", |
16 | | - "@babel/plugin-proposal-class-properties": "^7.7.4", |
17 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", |
18 | | - "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
19 | | - "@babel/preset-env": "^7.7.7", |
20 | | - "@babel/preset-react": "^7.7.4", |
21 | | - "@babel/preset-typescript": "^7.7.7", |
22 | | - "babel-eslint": "^10.0.3", |
| 14 | + "@babel/cli": "^7.28.3", |
| 15 | + "@babel/core": "^7.28.5", |
| 16 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 17 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
| 18 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 19 | + "@babel/preset-env": "^7.28.5", |
| 20 | + "@babel/preset-react": "^7.28.5", |
| 21 | + "@babel/preset-typescript": "^7.28.5", |
| 22 | + "babel-eslint": "^10.1.0", |
23 | 23 | "babel-plugin-remove-prev-node": "^1.0.2", |
24 | | - "chalk": "^4.1.0", |
25 | | - "eslint": "^6.8.0", |
| 24 | + "eslint": "^8.57.1", |
26 | 25 | "eslint-config-unobtrusive": "^1.2.5", |
27 | | - "eslint-plugin-import": "^2.20.0", |
28 | | - "eslint-plugin-react": "^7.18.0", |
| 26 | + "eslint-plugin-import": "^2.32.0", |
| 27 | + "eslint-plugin-react": "^7.37.5", |
29 | 28 | "prettier": "2.8.7", |
30 | | - "shelljs": "^0.8.4", |
31 | | - "typescript": "4.9.5", |
32 | | - "yargs-parser": "^18.1.3" |
| 29 | + "shelljs": "^0.10.0", |
| 30 | + "typescript": "5.9.3", |
| 31 | + "yargs-parser": "^22.0.0" |
33 | 32 | }, |
34 | 33 | "scripts": { |
35 | 34 | "build": "./dev-scripts/build.sh", |
|
41 | 40 | "build-website": "cd packages/website && npm run build" |
42 | 41 | }, |
43 | 42 | "dependencies": { |
44 | | - "core-js": "^3.6.1" |
| 43 | + "core-js": "^3.46.0", |
| 44 | + "kleur": "^4.1.5" |
45 | 45 | } |
46 | 46 | } |
0 commit comments