|
67 | 67 | "webpack": "^5.61.0"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 |
| - "@babel/core": "7.26.0", |
71 |
| - "@babel/eslint-parser": "7.25.9", |
| 70 | + "@babel/core": "7.26.9", |
| 71 | + "@babel/eslint-parser": "7.26.8", |
72 | 72 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
73 | 73 | "@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
|
74 | 74 | "@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
75 | 75 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
76 | 76 | "@babel/plugin-transform-regenerator": "7.25.9",
|
77 |
| - "@babel/preset-env": "7.26.0", |
| 77 | + "@babel/preset-env": "7.26.9", |
78 | 78 | "@types/chai": "4.3.20",
|
79 |
| - "@types/lodash": "4.17.12", |
| 79 | + "@types/lodash": "4.17.16", |
80 | 80 | "@types/minimist": "1.2.5",
|
81 |
| - "@types/mocha": "10.0.9", |
82 |
| - "@types/sinon": "17.0.3", |
| 81 | + "@types/mocha": "10.0.10", |
| 82 | + "@types/sinon": "17.0.4", |
83 | 83 | "@types/useragent": "2.3.4",
|
84 |
| - "@types/ws": "8.5.12", |
| 84 | + "@types/ws": "8.18.0", |
85 | 85 | "@typescript-eslint/eslint-plugin": "6.21.0",
|
86 | 86 | "@typescript-eslint/parser": "6.21.0",
|
87 | 87 | "autoprefixer": "10.4.20",
|
|
95 | 95 | "eslint-formatter-codeframe": "7.32.1",
|
96 | 96 | "eslint-import-resolver-alias": "1.1.2",
|
97 | 97 | "eslint-plugin-import": "2.31.0",
|
98 |
| - "eslint-plugin-jsx-a11y": "6.10.1", |
| 98 | + "eslint-plugin-jsx-a11y": "6.10.2", |
99 | 99 | "eslint-plugin-node": "11.1.0",
|
100 |
| - "eslint-plugin-prettier": "5.2.1", |
101 |
| - "eslint-plugin-react": "7.37.2", |
| 100 | + "eslint-plugin-prettier": "5.2.3", |
| 101 | + "eslint-plugin-react": "7.37.4", |
102 | 102 | "eslint-plugin-react-hooks": "4.6.2",
|
103 | 103 | "husky": "8.0.3",
|
104 | 104 | "json-loader": "0.5.7",
|
105 |
| - "lint-staged": "15.2.10", |
106 |
| - "mini-css-extract-plugin": "2.9.1", |
107 |
| - "mocha": "10.7.3", |
108 |
| - "prettier": "3.3.3", |
| 105 | + "lint-staged": "15.4.3", |
| 106 | + "mini-css-extract-plugin": "2.9.2", |
| 107 | + "mocha": "10.8.2", |
| 108 | + "prettier": "3.5.3", |
109 | 109 | "raw-loader": "4.0.2",
|
110 | 110 | "sinon": "17.0.1",
|
111 | 111 | "source-map-support": "0.5.21",
|
112 | 112 | "style-loader": "3.3.4",
|
113 |
| - "ts-loader": "9.5.1", |
114 |
| - "typescript": "5.6.3", |
115 |
| - "webpack": "5.95.0", |
| 113 | + "ts-loader": "9.5.2", |
| 114 | + "typescript": "5.8.2", |
| 115 | + "webpack": "5.98.0", |
116 | 116 | "webpack-bundle-analyzer": "4.10.2",
|
117 | 117 | "webpack-cli": "5.1.4"
|
118 | 118 | }
|
|
0 commit comments