|
1 | 1 | { |
2 | 2 | "devDependencies": { |
3 | 3 | "@api-platform/admin": "^3.4.3", |
4 | | - "@babel/core": "^7.17.0", |
5 | | - "@babel/preset-env": "^7.16.0", |
6 | | - "@babel/preset-react": "^7.0.0", |
| 4 | + "@babel/core": "^7.22.9", |
| 5 | + "@babel/preset-env": "^7.22.9", |
| 6 | + "@babel/preset-react": "^7.22.5", |
7 | 7 | "@commitlint/cli": "^17.6.6", |
8 | 8 | "@commitlint/config-conventional": "^17.6.6", |
9 | | - "@hotwired/stimulus": "^3.0.0", |
| 9 | + "@hotwired/stimulus": "^3.2.1", |
10 | 10 | "@sapphire/ts-config": "^4.0.0", |
11 | | - "@symfony/stimulus-bridge": "^3.2.0", |
| 11 | + "@symfony/stimulus-bridge": "^3.2.2", |
12 | 12 | "@symfony/ux-react": "file:vendor/symfony/ux-react/assets", |
13 | | - "@symfony/webpack-encore": "^4.0.0", |
14 | | - "core-js": "^3.23.0", |
| 13 | + "@symfony/webpack-encore": "^4.4.0", |
| 14 | + "core-js": "^3.31.1", |
15 | 15 | "husky": "^8.0.3", |
16 | 16 | "pinst": "^3.0.0", |
17 | 17 | "react": "^18.2.0", |
18 | | - "react-dom": "^18.0", |
19 | | - "regenerator-runtime": "^0.13.9", |
| 18 | + "react-dom": "^18.2.0", |
| 19 | + "regenerator-runtime": "^0.13.11", |
20 | 20 | "ts-loader": "^9.4.4", |
21 | 21 | "typescript": "^5.1.6", |
22 | | - "webpack": "^5.74.0", |
| 22 | + "webpack": "^5.88.1", |
23 | 23 | "webpack-cli": "^4.10.0", |
24 | 24 | "webpack-notifier": "^1.15.0" |
25 | 25 | }, |
|
0 commit comments