@modern-js/plugin-module-polyfill 2.63.4 → 2.63.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/plugin-module-polyfill",
|
3
|
-
"version": "2.63.
|
3
|
+
"version": "2.63.6",
|
4
4
|
"description": "The polyfill plugin of Modern.js Module",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -21,10 +21,10 @@
|
|
21
21
|
"types": "./dist/index.d.ts",
|
22
22
|
"dependencies": {
|
23
23
|
"@babel/core": "^7.26.0",
|
24
|
-
"@babel/plugin-syntax-jsx": "7.
|
25
|
-
"@babel/plugin-syntax-typescript": "7.
|
24
|
+
"@babel/plugin-syntax-jsx": "7.25.9",
|
25
|
+
"@babel/plugin-syntax-typescript": "7.25.9",
|
26
26
|
"babel-plugin-polyfill-corejs3": "0.5.2",
|
27
|
-
"@modern-js/plugin-module-babel": "2.63.
|
27
|
+
"@modern-js/plugin-module-babel": "2.63.6"
|
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
|
-
"@scripts/
|
37
|
-
"@
|
35
|
+
"@modern-js/module-tools": "2.63.6",
|
36
|
+
"@scripts/build": "2.63.6",
|
37
|
+
"@scripts/jest-config": "2.63.6"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
|
-
"@modern-js/module-tools": "^2.63.
|
40
|
+
"@modern-js/module-tools": "^2.63.6",
|
41
41
|
"core-js-pure": "^3.25.0"
|
42
42
|
},
|
43
43
|
"publishConfig": {
|