|
13 | 13 | "build-extension": "cross-env NODE_ENV=production RELEASE_DIR=extension LOCAL_EXTENSION_MODE=1 webpack --config webpack-production.config.js"
|
14 | 14 | },
|
15 | 15 | "devDependencies": {
|
16 |
| - "@babel/core": "^7.20.12", |
17 |
| - "@babel/plugin-proposal-class-properties": "^7.10.4", |
18 |
| - "@babel/plugin-proposal-decorators": "^7.10.5", |
19 |
| - "@babel/plugin-proposal-export-default-from": "^7.10.4", |
20 |
| - "@babel/plugin-proposal-function-bind": "^7.10.4", |
21 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", |
22 |
| - "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
23 |
| - "@babel/plugin-transform-runtime": "^7.11.0", |
24 |
| - "@babel/preset-env": "^7.11.0", |
25 |
| - "@babel/preset-react": "^7.10.4", |
26 |
| - "@babel/preset-typescript": "^7.18.6", |
27 |
| - "@babel/register": "^7.15.3", |
28 |
| - "@nrwl/eslint-plugin-nx": "15.3.3", |
29 |
| - "@typescript-eslint/eslint-plugin": "5.36.1", |
30 |
| - "@typescript-eslint/parser": "5.36.1", |
| 16 | + "@babel/core": "^7.26.0", |
| 17 | + "@babel/plugin-transform-class-properties": "^7.25.9", |
| 18 | + "@babel/plugin-proposal-decorators": "^7.25.9", |
| 19 | + "@babel/plugin-proposal-export-default-from": "^7.25.9", |
| 20 | + "@babel/plugin-proposal-function-bind": "^7.25.9", |
| 21 | + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", |
| 22 | + "@babel/plugin-transform-optional-chaining": "^7.25.9", |
| 23 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 24 | + "@babel/preset-env": "^7.26.0", |
| 25 | + "@babel/preset-react": "^7.26.3", |
| 26 | + "@babel/preset-typescript": "^7.26.0", |
| 27 | + "@babel/eslint-parser": "^7.25.9", |
| 28 | + "@typescript-eslint/eslint-plugin": "^8.17.0", |
| 29 | + "@typescript-eslint/parser": "^8.17.0", |
31 | 30 | "autoprefixer": "^10.4.20",
|
32 |
| - "babel-eslint": "^10.0.1", |
33 |
| - "babel-loader": "^9.1.2", |
34 |
| - "babel-plugin-const-enum": "^1.0.1", |
| 31 | + "babel-loader": "^9.2.1", |
| 32 | + "babel-plugin-const-enum": "^1.2.0", |
35 | 33 | "babel-plugin-direct-import": "^1.0.0",
|
36 | 34 | "babel-plugin-transform-typescript-metadata": "^0.3.2",
|
37 | 35 | "buffer": "^6.0.3",
|
|
40 | 38 | "crypto-browserify": "^3.12.0",
|
41 | 39 | "css-loader": "^7.1.2",
|
42 | 40 | "dotenv": "^6.2.0",
|
43 |
| - "eslint": "8.23.0", |
44 |
| - "eslint-config-prettier": "8.5.0", |
45 |
| - "eslint-plugin-import": "2.26.0", |
46 |
| - "eslint-plugin-jest": "27.0.1", |
47 |
| - "eslint-plugin-jsx-a11y": "6.6.1", |
48 |
| - "eslint-plugin-lodash": "^7.4.0", |
49 |
| - "eslint-plugin-prettier": "4.2.1", |
50 |
| - "eslint-plugin-react": "7.31.1", |
51 |
| - "eslint-plugin-react-hooks": "4.6.0", |
| 41 | + "eslint": "^9.16.0", |
| 42 | + "eslint-config-prettier": "^9.1.0", |
| 43 | + "eslint-plugin-import": "^2.31.0", |
| 44 | + "eslint-plugin-jest": "^28.9.0", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 46 | + "eslint-plugin-lodash": "^8.0.0", |
| 47 | + "eslint-plugin-prettier": "^5.2.1", |
| 48 | + "eslint-plugin-react": "^7.37.2", |
| 49 | + "eslint-plugin-react-hooks": "5.0.0", |
52 | 50 | "events": "^3.3.0",
|
53 | 51 | "jest": "^29.7.0",
|
54 | 52 | "jest-puppeteer": "^10.1.4",
|
|
66 | 64 | "style-loader": "^4.0.0",
|
67 | 65 | "string-replace-loader": "^3.1.0",
|
68 | 66 | "terser-webpack-plugin": "^5.3.10",
|
69 |
| - "typescript": "^4.9.4", |
| 67 | + "typescript": "^5.7.2", |
70 | 68 | "vm-browserify": "1.1.2",
|
71 | 69 | "webpack": "^5.96.1",
|
72 | 70 | "webpack-cli": "^5.1.4",
|
|
0 commit comments