@modern-js/plugin-module-polyfill 2.63.7 → 2.64.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/plugin-module-polyfill",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.64.0",
|
4
4
|
"description": "The polyfill plugin of Modern.js Module",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"@babel/plugin-syntax-jsx": "7.25.9",
|
25
25
|
"@babel/plugin-syntax-typescript": "7.25.9",
|
26
26
|
"babel-plugin-polyfill-corejs3": "0.5.2",
|
27
|
-
"@modern-js/plugin-module-babel": "2.
|
27
|
+
"@modern-js/plugin-module-babel": "2.64.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@swc/helpers": "0.5.13",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@
|
36
|
-
"@
|
37
|
-
"@scripts/
|
35
|
+
"@modern-js/module-tools": "2.64.0",
|
36
|
+
"@scripts/jest-config": "2.64.0",
|
37
|
+
"@scripts/build": "2.64.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
|
-
"@modern-js/module-tools": "^2.
|
40
|
+
"@modern-js/module-tools": "^2.64.0",
|
41
41
|
"core-js-pure": "^3.25.0"
|
42
42
|
},
|
43
43
|
"publishConfig": {
|