@modern-js/plugin-module-polyfill 2.20.0 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @modern-js/plugin-module-polyfill
2
2
 
3
+ ## 2.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/module-tools@2.21.1
8
+
9
+ ## 2.21.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 26dcf3a: chore: bump typescript to v5 in devDependencies
14
+
15
+ chore: 升级 devDependencies 中的 typescript 版本到 v5
16
+
17
+ - ad78387: chore(deps): bump babel-related dependencies to latest version
18
+
19
+ chore(deps): 升级 babel 相关依赖到最新版本
20
+
21
+ - Updated dependencies [df43559]
22
+ - Updated dependencies [26dcf3a]
23
+ - Updated dependencies [ad78387]
24
+ - @modern-js/module-tools@2.21.0
25
+
3
26
  ## 2.20.0
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -15,26 +15,26 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.20.0",
18
+ "version": "2.21.1",
19
19
  "types": "./dist/types/index.d.ts",
20
20
  "main": "./dist/index.js",
21
21
  "devDependencies": {
22
22
  "@types/jest": "^29",
23
23
  "@types/node": "^14",
24
- "typescript": "^4",
24
+ "typescript": "^5",
25
25
  "jest": "^29",
26
- "@scripts/build": "2.20.0",
27
- "@scripts/jest-config": "2.20.0",
28
- "@modern-js/module-tools": "2.20.0"
26
+ "@scripts/build": "2.21.1",
27
+ "@scripts/jest-config": "2.21.1",
28
+ "@modern-js/module-tools": "2.21.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@modern-js/module-tools": "^2.20.0",
31
+ "@modern-js/module-tools": "^2.21.1",
32
32
  "core-js-pure": "^3.25.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@modern-js/libuild-plugin-babel": "0.7.1",
36
- "@babel/plugin-syntax-typescript": "7.18.6",
37
- "@babel/plugin-syntax-jsx": "7.18.6",
36
+ "@babel/plugin-syntax-typescript": "7.21.4",
37
+ "@babel/plugin-syntax-jsx": "7.21.4",
38
38
  "babel-plugin-polyfill-corejs3": "0.5.2"
39
39
  },
40
40
  "sideEffects": false,