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 747d1bc commit a922614Copy full SHA for a922614
package.json
@@ -56,6 +56,19 @@
56
"loader.js": "^4.7.0",
57
"qunit-dom": "^0.8.0"
58
},
59
+ "resolutions": {
60
+ "@babel/core": "^7.26.9",
61
+ "@babel/traverse": "^7.26.9",
62
+ "@babel/types": "^7.26.9",
63
+ "@babel/plugin-transform-runtime": "^7.26.9",
64
+ "@babel/preset-env": "^7.26.9",
65
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
66
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
67
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
68
+ "babel-plugin-polyfill-es-shims": "^0.10.0",
69
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
70
+ "**/fsevents": "npm:[email protected]"
71
+ },
72
"engines": {
73
"node": "6.* || 8.* || >= 10.*"
74
0 commit comments