@modern-js/plugin-module-polyfill 2.9.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# @modern-js/plugin-module-polyfill
|
2
2
|
|
3
|
+
## 2.11.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [aa0a312]
|
8
|
+
- Updated dependencies [6118636]
|
9
|
+
- Updated dependencies [f1b2629]
|
10
|
+
- @modern-js/module-tools@2.11.0
|
11
|
+
|
12
|
+
## 2.10.0
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- 0da32d0: chore: upgrade jest and puppeteer
|
17
|
+
chore: 升级 jest 和 puppeteer 到 latest
|
18
|
+
- Updated dependencies [0da32d0]
|
19
|
+
- @modern-js/module-tools@2.10.0
|
20
|
+
|
3
21
|
## 2.9.0
|
4
22
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
@@ -11,20 +11,20 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.11.0",
|
15
15
|
"types": "./dist/types/index.d.ts",
|
16
16
|
"main": "./dist/index.js",
|
17
17
|
"devDependencies": {
|
18
|
-
"@types/jest": "^
|
18
|
+
"@types/jest": "^29",
|
19
19
|
"@types/node": "^14",
|
20
20
|
"typescript": "^4",
|
21
|
-
"jest": "^
|
22
|
-
"@
|
23
|
-
"@
|
24
|
-
"@scripts/
|
21
|
+
"jest": "^29",
|
22
|
+
"@modern-js/module-tools": "2.11.0",
|
23
|
+
"@scripts/jest-config": "2.11.0",
|
24
|
+
"@scripts/build": "2.11.0"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
|
-
"@modern-js/module-tools": "^2.
|
27
|
+
"@modern-js/module-tools": "^2.11.0",
|
28
28
|
"core-js-pure": "^3.25.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|