Skip to content

Commit 69d16c6

Browse files
committed
Upgrade dependencies
1 parent 85199b5 commit 69d16c6

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@
99
"test:watch": "jest --watch"
1010
},
1111
"devDependencies": {
12-
"@babel/cli": "^7.25.9",
12+
"@babel/cli": "^7.26.4",
1313
"@babel/core": "^7.26.0",
1414
"@babel/preset-env": "^7.26.0",
15-
"@babel/preset-react": "^7.25.9",
15+
"@babel/preset-react": "^7.26.3",
1616
"@eslint/compat": "^1.2.4",
1717
"@testing-library/dom": "10.4.0",
18-
"@testing-library/react": "^16.0.1",
19-
"@types/react": "^18.3.12",
18+
"@testing-library/react": "^16.1.0",
19+
"@types/react": "^18.3.14",
2020
"babel-loader": "^9.2.1",
2121
"cross-env": "^7.0.3",
2222
"eslint": "^9.16.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-plugin-import": "^2.31.0",
2525
"eslint-plugin-prettier": "^5.2.1",
2626
"eslint-plugin-react": "^7.37.2",
27-
"eslint-plugin-react-hooks": "^5.0.0",
27+
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-perf": "^3.3.3",
2929
"globals": "^15.13.0",
3030
"highcharts": "^12.0.2",
3131
"jest": "^29.7.0",
3232
"jest-environment-jsdom": "^29.7.0",
33-
"prettier": "^3.4.1",
33+
"prettier": "^3.4.2",
3434
"react": "^18.3.1",
3535
"react-dom": "^18.3.1",
3636
"rimraf": "^6.0.1",
3737
"typescript": "^5.7.2",
38-
"webpack": "^5.96.1",
38+
"webpack": "^5.97.1",
3939
"webpack-cli": "^5.1.4"
4040
},
4141
"workspaces": {

0 commit comments

Comments
 (0)