@modern-js/plugin-module-polyfill 2.63.1 → 2.63.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.63.1",
3
+ "version": "2.63.3",
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.22.5",
25
25
  "@babel/plugin-syntax-typescript": "7.22.5",
26
26
  "babel-plugin-polyfill-corejs3": "0.5.2",
27
- "@modern-js/plugin-module-babel": "2.63.1"
27
+ "@modern-js/plugin-module-babel": "2.63.3"
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
- "@scripts/build": "2.63.1",
36
- "@modern-js/module-tools": "2.63.1",
37
- "@scripts/jest-config": "2.63.1"
35
+ "@modern-js/module-tools": "2.63.3",
36
+ "@scripts/build": "2.63.3",
37
+ "@scripts/jest-config": "2.63.3"
38
38
  },
39
39
  "peerDependencies": {
40
- "@modern-js/module-tools": "^2.63.1",
40
+ "@modern-js/module-tools": "^2.63.3",
41
41
  "core-js-pure": "^3.25.0"
42
42
  },
43
43
  "publishConfig": {