@modern-js/plugin-module-polyfill 2.33.1 → 2.34.0

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 +9 -9
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.33.1",
18
+ "version": "2.34.0",
19
19
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "devDependencies": {
@@ -24,20 +24,20 @@
24
24
  "typescript": "^5",
25
25
  "jest": "^29",
26
26
  "@swc/helpers": "0.5.1",
27
- "@modern-js/module-tools": "2.33.1",
28
- "@scripts/build": "2.33.1",
29
- "@scripts/jest-config": "2.33.1"
27
+ "@modern-js/module-tools": "2.34.0",
28
+ "@scripts/build": "2.34.0",
29
+ "@scripts/jest-config": "2.34.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@modern-js/module-tools": "^2.33.1",
32
+ "@modern-js/module-tools": "^2.34.0",
33
33
  "core-js-pure": "^3.25.0"
34
34
  },
35
35
  "dependencies": {
36
- "@babel/core": "^7.21.8",
37
- "@babel/plugin-syntax-typescript": "7.21.4",
38
- "@babel/plugin-syntax-jsx": "7.21.4",
36
+ "@babel/core": "^7.22.15",
37
+ "@babel/plugin-syntax-typescript": "^7.22.5",
38
+ "@babel/plugin-syntax-jsx": "^7.22.5",
39
39
  "babel-plugin-polyfill-corejs3": "0.5.2",
40
- "@modern-js/libuild-plugin-babel": "2.33.1"
40
+ "@modern-js/libuild-plugin-babel": "2.34.0"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {