Skip to content

Commit c1f10df

Browse files
committed
Update babel and jest dependencies
1 parent fda4d43 commit c1f10df

File tree

2 files changed

+128
-335
lines changed

2 files changed

+128
-335
lines changed

website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"author": "NUSModifications",
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@babel/cli": "7.22.10",
26-
"@babel/core": "7.22.10",
25+
"@babel/cli": "7.25.9",
26+
"@babel/core": "7.26.0",
2727
"@babel/plugin-proposal-class-properties": "7.18.6",
2828
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
2929
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
3030
"@babel/plugin-proposal-optional-chaining": "7.21.0",
3131
"@babel/plugin-syntax-dynamic-import": "7.8.3",
32-
"@babel/plugin-transform-react-constant-elements": "7.22.5",
33-
"@babel/plugin-transform-react-inline-elements": "7.22.5",
34-
"@babel/preset-env": "7.22.10",
35-
"@babel/preset-react": "7.22.5",
36-
"@babel/preset-typescript": "7.22.5",
32+
"@babel/plugin-transform-react-constant-elements": "7.25.9",
33+
"@babel/plugin-transform-react-inline-elements": "7.25.9",
34+
"@babel/preset-env": "7.26.0",
35+
"@babel/preset-react": "7.25.9",
36+
"@babel/preset-typescript": "7.26.0",
3737
"@cfaester/enzyme-adapter-react-18": "0.8.0",
3838
"@packtracker/webpack-plugin": "2.3.0",
3939
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
@@ -43,7 +43,7 @@
4343
"@testing-library/user-event": "12.8.3",
4444
"@types/body-scroll-lock": "2.6.2",
4545
"@types/enzyme": "3.10.18",
46-
"@types/jest": "29.5.12",
46+
"@types/jest": "29.5.14",
4747
"@types/json2mq": "0.2.2",
4848
"@types/leaflet": "1.9.12",
4949
"@types/lodash": "4.14.197",
@@ -65,8 +65,8 @@
6565
"@typescript-eslint/eslint-plugin": "4.33.0",
6666
"@typescript-eslint/parser": "4.33.0",
6767
"@vercel/node": "1.15.4",
68-
"babel-jest": "29.6.2",
69-
"babel-loader": "9.1.3",
68+
"babel-jest": "29.7.0",
69+
"babel-loader": "9.2.1",
7070
"babel-plugin-dynamic-import-node": "2.3.3",
7171
"babel-plugin-lodash": "3.3.4",
7272
"babel-plugin-transform-react-class-to-function": "1.2.2",
@@ -95,7 +95,7 @@
9595
"http-status": "1.6.2",
9696
"icalendar": "0.7.1",
9797
"identity-obj-proxy": "3.0.0",
98-
"jest": "29.6.2",
98+
"jest": "29.7.0",
9999
"jest-environment-jsdom": "^29.7.0",
100100
"jest-junit": "16.0.0",
101101
"mini-css-extract-plugin": "1.6.2",

0 commit comments

Comments
 (0)