@modern-js/module-tools 2.13.1 → 2.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @modern-js/module-tools
|
|
2
2
|
|
|
3
|
+
## 2.13.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c20e67d: fix(module-tools): missing postcss dependency
|
|
8
|
+
|
|
9
|
+
fix(module-tools): 修复缺少 postcss 依赖的问题
|
|
10
|
+
|
|
11
|
+
- @modern-js/core@2.13.3
|
|
12
|
+
- @modern-js/plugin-changeset@2.13.3
|
|
13
|
+
- @modern-js/plugin-i18n@2.13.3
|
|
14
|
+
- @modern-js/plugin-lint@2.13.3
|
|
15
|
+
- @modern-js/new-action@2.13.3
|
|
16
|
+
- @modern-js/plugin@2.13.3
|
|
17
|
+
- @modern-js/upgrade@2.13.3
|
|
18
|
+
- @modern-js/utils@2.13.3
|
|
19
|
+
|
|
20
|
+
## 2.13.2
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [106ac07]
|
|
25
|
+
- Updated dependencies [7f4fd56]
|
|
26
|
+
- @modern-js/core@2.13.2
|
|
27
|
+
- @modern-js/plugin-changeset@2.13.2
|
|
28
|
+
- @modern-js/plugin-lint@2.13.2
|
|
29
|
+
- @modern-js/plugin-i18n@2.13.2
|
|
30
|
+
- @modern-js/new-action@2.13.2
|
|
31
|
+
- @modern-js/plugin@2.13.2
|
|
32
|
+
- @modern-js/upgrade@2.13.2
|
|
33
|
+
- @modern-js/utils@2.13.2
|
|
34
|
+
|
|
3
35
|
## 2.13.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"module-tools",
|
|
12
12
|
"lib-tools"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.13.
|
|
14
|
+
"version": "2.13.3",
|
|
15
15
|
"bin": {
|
|
16
16
|
"modern": "./bin/modern.js",
|
|
17
17
|
"modern-module": "./bin/modern.js"
|
|
@@ -39,14 +39,15 @@
|
|
|
39
39
|
"@modern-js/libuild": "~0.11.9",
|
|
40
40
|
"@modern-js/libuild-plugin-svgr": "~0.11.9",
|
|
41
41
|
"@modern-js/libuild-plugin-swc": "~0.11.9",
|
|
42
|
-
"
|
|
43
|
-
"@modern-js/
|
|
44
|
-
"@modern-js/
|
|
45
|
-
"@modern-js/plugin
|
|
46
|
-
"@modern-js/plugin-
|
|
47
|
-
"@modern-js/plugin-
|
|
48
|
-
"@modern-js/
|
|
49
|
-
"@modern-js/
|
|
42
|
+
"postcss": "8.4.6",
|
|
43
|
+
"@modern-js/core": "2.13.3",
|
|
44
|
+
"@modern-js/new-action": "2.13.3",
|
|
45
|
+
"@modern-js/plugin": "2.13.3",
|
|
46
|
+
"@modern-js/plugin-changeset": "2.13.3",
|
|
47
|
+
"@modern-js/plugin-i18n": "2.13.3",
|
|
48
|
+
"@modern-js/plugin-lint": "2.13.3",
|
|
49
|
+
"@modern-js/upgrade": "2.13.3",
|
|
50
|
+
"@modern-js/utils": "2.13.3"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@types/fs-extra": "9.0.13",
|
|
@@ -56,14 +57,13 @@
|
|
|
56
57
|
"fs-extra": "10.1.0",
|
|
57
58
|
"jest": "^29",
|
|
58
59
|
"path-browserify": "1.0.1",
|
|
59
|
-
"postcss": "8.4.6",
|
|
60
60
|
"postcss-alias": "2.0.0",
|
|
61
61
|
"react": "17",
|
|
62
62
|
"typescript": "^4",
|
|
63
|
-
"@modern-js/builder-webpack-provider": "2.13.
|
|
64
|
-
"@modern-js/self": "npm:@modern-js/module-tools@2.13.
|
|
65
|
-
"@scripts/build": "2.13.
|
|
66
|
-
"@scripts/jest-config": "2.13.
|
|
63
|
+
"@modern-js/builder-webpack-provider": "2.13.3",
|
|
64
|
+
"@modern-js/self": "npm:@modern-js/module-tools@2.13.3",
|
|
65
|
+
"@scripts/build": "2.13.3",
|
|
66
|
+
"@scripts/jest-config": "2.13.3"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"registry": "https://registry.npmjs.org/",
|