|
7 | 7 | "test": "jest" |
8 | 8 | }, |
9 | 9 | "devDependencies": { |
10 | | - "@babel/cli": "^7.15.7", |
11 | | - "@babel/core": "^7.15.5", |
12 | | - "@babel/plugin-proposal-export-default-from": "^7.14.5", |
13 | | - "@babel/plugin-proposal-export-namespace-from": "^7.14.5", |
14 | | - "@babel/preset-env": "^7.15.6", |
15 | | - "@babel/preset-typescript": "^7.15.0", |
16 | | - "@types/jest": "^27.0.2", |
| 10 | + "@babel/cli": "^7.19.3", |
| 11 | + "@babel/core": "^7.19.3", |
| 12 | + "@babel/plugin-proposal-export-default-from": "^7.18.10", |
| 13 | + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", |
| 14 | + "@babel/preset-env": "^7.19.3", |
| 15 | + "@babel/preset-typescript": "^7.18.6", |
| 16 | + "@types/jest": "^29.1.1", |
17 | 17 | "@types/node": "^16.10.2", |
18 | | - "@typescript-eslint/eslint-plugin": "^4.32.0", |
19 | | - "@typescript-eslint/parser": "^4.32.0", |
20 | | - "babel-jest": "^27.2.5", |
21 | | - "babel-loader": "^8.2.2", |
22 | | - "core-js": "^3.18.2", |
23 | | - "eslint": "^7.32.0", |
24 | | - "eslint-config-airbnb-base": "^14.2.1", |
25 | | - "eslint-config-prettier": "^8.3.0", |
26 | | - "eslint-plugin-import": "^2.24.2", |
27 | | - "jest": "^27.2.5", |
28 | | - "prettier": "^2.4.1", |
29 | | - "sucrase": "^3.20.1", |
30 | | - "ts-jest": "^27.0.5", |
31 | | - "typescript": "^4.4.3", |
32 | | - "webpack": "^5.56.1", |
33 | | - "webpack-cli": "^4.8.0" |
| 18 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 19 | + "@typescript-eslint/parser": "^5.39.0", |
| 20 | + "babel-jest": "^29.1.2", |
| 21 | + "babel-loader": "^8.2.5", |
| 22 | + "core-js": "^3.25.4", |
| 23 | + "eslint": "^8.24.0", |
| 24 | + "eslint-config-airbnb-base": "^15.0.0", |
| 25 | + "eslint-config-prettier": "^8.5.0", |
| 26 | + "eslint-plugin-import": "^2.26.0", |
| 27 | + "jest": "^29.1.2", |
| 28 | + "prettier": "^2.7.1", |
| 29 | + "sucrase": "^3.27.0", |
| 30 | + "ts-jest": "^29.0.3", |
| 31 | + "typescript": "^4.8.4", |
| 32 | + "webpack": "^5.74.0", |
| 33 | + "webpack-cli": "^4.10.0" |
34 | 34 | }, |
35 | 35 | "repository": { |
36 | 36 | "type": "git", |
|
0 commit comments