@modern-js/plugin-module-polyfill 2.64.0 → 2.64.2

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-module-polyfill",
3
- "version": "2.64.0",
3
+ "version": "2.64.2",
4
4
  "description": "The polyfill plugin of Modern.js Module",
5
5
  "keywords": [
6
6
  "react",
@@ -23,8 +23,8 @@
23
23
  "@babel/core": "^7.26.0",
24
24
  "@babel/plugin-syntax-jsx": "7.25.9",
25
25
  "@babel/plugin-syntax-typescript": "7.25.9",
26
- "babel-plugin-polyfill-corejs3": "0.5.2",
27
- "@modern-js/plugin-module-babel": "2.64.0"
26
+ "babel-plugin-polyfill-corejs3": "0.11.1",
27
+ "@modern-js/plugin-module-babel": "2.64.2"
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
- "@modern-js/module-tools": "2.64.0",
36
- "@scripts/jest-config": "2.64.0",
37
- "@scripts/build": "2.64.0"
35
+ "@scripts/build": "2.64.2",
36
+ "@modern-js/module-tools": "2.64.2",
37
+ "@scripts/jest-config": "2.64.2"
38
38
  },
39
39
  "peerDependencies": {
40
- "@modern-js/module-tools": "^2.64.0",
40
+ "@modern-js/module-tools": "^2.64.2",
41
41
  "core-js-pure": "^3.25.0"
42
42
  },
43
43
  "publishConfig": {