We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcefa8c commit 0bf1b13Copy full SHA for 0bf1b13
package.json
@@ -23,12 +23,14 @@
23
"test": "jest"
24
},
25
"devDependencies": {
26
- "@babel/plugin-transform-modules-commonjs": "^7.15.0",
+ "@babel/core": "^7.26.10",
27
+ "@babel/plugin-transform-modules-commonjs": "^7.26.3",
28
"@rollup/plugin-node-resolve": "^16.0.1",
29
"@rollup/plugin-terser": "^0.4.4",
- "babel-jest": "^27.1.0",
30
+ "babel-jest": "^29.7.0",
31
"isomorphic-fetch": "^3.0.0",
- "jest": "^27.0.6",
32
+ "jest": "^29.7.0",
33
+ "jest-environment-jsdom": "^29.7.0",
34
"rollup": "^4.40.1",
35
"standard": "^17.1.2"
36
0 commit comments