Skip to content

Commit 0bf1b13

Browse files
committed
update jest packages
1 parent dcefa8c commit 0bf1b13

File tree

2 files changed

+1039
-1261
lines changed

2 files changed

+1039
-1261
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@
2323
"test": "jest"
2424
},
2525
"devDependencies": {
26-
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
26+
"@babel/core": "^7.26.10",
27+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
2728
"@rollup/plugin-node-resolve": "^16.0.1",
2829
"@rollup/plugin-terser": "^0.4.4",
29-
"babel-jest": "^27.1.0",
30+
"babel-jest": "^29.7.0",
3031
"isomorphic-fetch": "^3.0.0",
31-
"jest": "^27.0.6",
32+
"jest": "^29.7.0",
33+
"jest-environment-jsdom": "^29.7.0",
3234
"rollup": "^4.40.1",
3335
"standard": "^17.1.2"
3436
},

0 commit comments

Comments
 (0)