Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e10562d

Browse files
authoredMar 7, 2025··
⬆️ Update all non-major dependencies
1 parent 47f71f7 commit e10562d

File tree

2 files changed

+973
-787
lines changed

2 files changed

+973
-787
lines changed
 

‎package-lock.json

+956-770
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@
6767
"webpack": "^5.61.0"
6868
},
6969
"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",
7272
"@babel/plugin-proposal-class-properties": "7.18.6",
7373
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
7474
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
7575
"@babel/plugin-syntax-dynamic-import": "7.8.3",
7676
"@babel/plugin-transform-regenerator": "7.25.9",
77-
"@babel/preset-env": "7.26.0",
77+
"@babel/preset-env": "7.26.9",
7878
"@types/chai": "4.3.20",
79-
"@types/lodash": "4.17.12",
79+
"@types/lodash": "4.17.16",
8080
"@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",
8383
"@types/useragent": "2.3.4",
84-
"@types/ws": "8.5.12",
84+
"@types/ws": "8.18.0",
8585
"@typescript-eslint/eslint-plugin": "6.21.0",
8686
"@typescript-eslint/parser": "6.21.0",
8787
"autoprefixer": "10.4.20",
@@ -95,24 +95,24 @@
9595
"eslint-formatter-codeframe": "7.32.1",
9696
"eslint-import-resolver-alias": "1.1.2",
9797
"eslint-plugin-import": "2.31.0",
98-
"eslint-plugin-jsx-a11y": "6.10.1",
98+
"eslint-plugin-jsx-a11y": "6.10.2",
9999
"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",
102102
"eslint-plugin-react-hooks": "4.6.2",
103103
"husky": "8.0.3",
104104
"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",
109109
"raw-loader": "4.0.2",
110110
"sinon": "17.0.1",
111111
"source-map-support": "0.5.21",
112112
"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",
116116
"webpack-bundle-analyzer": "4.10.2",
117117
"webpack-cli": "5.1.4"
118118
}

0 commit comments

Comments
 (0)
Please sign in to comment.