@modern-js/module-tools 2.13.2 → 2.13.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @modern-js/module-tools
2
2
 
3
+ ## 2.13.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/core@2.13.4
8
+ - @modern-js/plugin-changeset@2.13.4
9
+ - @modern-js/plugin-i18n@2.13.4
10
+ - @modern-js/plugin-lint@2.13.4
11
+ - @modern-js/new-action@2.13.4
12
+ - @modern-js/plugin@2.13.4
13
+ - @modern-js/upgrade@2.13.4
14
+ - @modern-js/utils@2.13.4
15
+
16
+ ## 2.13.3
17
+
18
+ ### Patch Changes
19
+
20
+ - c20e67d: fix(module-tools): missing postcss dependency
21
+
22
+ fix(module-tools): 修复缺少 postcss 依赖的问题
23
+
24
+ - @modern-js/core@2.13.3
25
+ - @modern-js/plugin-changeset@2.13.3
26
+ - @modern-js/plugin-i18n@2.13.3
27
+ - @modern-js/plugin-lint@2.13.3
28
+ - @modern-js/new-action@2.13.3
29
+ - @modern-js/plugin@2.13.3
30
+ - @modern-js/upgrade@2.13.3
31
+ - @modern-js/utils@2.13.3
32
+
3
33
  ## 2.13.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "module-tools",
12
12
  "lib-tools"
13
13
  ],
14
- "version": "2.13.2",
14
+ "version": "2.13.4",
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
- "@modern-js/core": "2.13.2",
43
- "@modern-js/new-action": "2.13.2",
44
- "@modern-js/plugin": "2.13.2",
45
- "@modern-js/plugin-changeset": "2.13.2",
46
- "@modern-js/plugin-i18n": "2.13.2",
47
- "@modern-js/plugin-lint": "2.13.2",
48
- "@modern-js/upgrade": "2.13.2",
49
- "@modern-js/utils": "2.13.2"
42
+ "postcss": "8.4.6",
43
+ "@modern-js/core": "2.13.4",
44
+ "@modern-js/new-action": "2.13.4",
45
+ "@modern-js/plugin-changeset": "2.13.4",
46
+ "@modern-js/plugin": "2.13.4",
47
+ "@modern-js/plugin-i18n": "2.13.4",
48
+ "@modern-js/plugin-lint": "2.13.4",
49
+ "@modern-js/upgrade": "2.13.4",
50
+ "@modern-js/utils": "2.13.4"
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.2",
64
- "@modern-js/self": "npm:@modern-js/module-tools@2.13.2",
65
- "@scripts/jest-config": "2.13.2",
66
- "@scripts/build": "2.13.2"
63
+ "@modern-js/builder-webpack-provider": "2.13.4",
64
+ "@modern-js/self": "npm:@modern-js/module-tools@2.13.4",
65
+ "@scripts/build": "2.13.4",
66
+ "@scripts/jest-config": "2.13.4"
67
67
  },
68
68
  "publishConfig": {
69
69
  "registry": "https://registry.npmjs.org/",