|
2 | 2 | // apps before executing npm commands. Different from a regular package.json, comments
|
3 | 3 | // are allowed in this file.
|
4 | 4 | {
|
5 |
| - description: "Install dependencies for ES6 transpilation", |
6 |
| - private: true, |
7 |
| - dependencies: { |
8 |
| - "@babel/preset-env": "^7.23.2", |
9 |
| - "@babel/core": "7.23.2", |
10 |
| - "@babel/cli": "7.23.0", |
11 |
| - "@babel/plugin-syntax-dynamic-import": "7.8.3", |
12 |
| - "@babel/plugin-transform-optional-chaining": "^7.23.0", |
13 |
| - "@babel/plugin-transform-template-literals": "^7.18.6", |
14 |
| - "babel-loader": "9.1.3", |
15 |
| - webpack: "5.89.0", |
16 |
| - "webpack-cli": "5.1.4", |
17 |
| - }, |
| 5 | + description: "Install dependencies for ES6 transpilation", |
| 6 | + private: true, |
| 7 | + dependencies: { |
| 8 | + "@babel/preset-env": "^7.24.6", |
| 9 | + "@babel/core": "^7.24.6", |
| 10 | + "@babel/cli": "^7.24.6", |
| 11 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 12 | + "@babel/plugin-transform-optional-chaining": "^7.24.6", |
| 13 | + "@babel/plugin-transform-template-literals": "^7.24.6", |
| 14 | + "babel-loader": "9.1.3", |
| 15 | + webpack: "5.91.0", |
| 16 | + "webpack-cli": "5.1.4", |
| 17 | + }, |
18 | 18 | }
|
0 commit comments