@modern-js/plugin-docsite 0.0.0-windows-2021102103427 → 0.0.0-windows-202110385642

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-windows-2021102103427
3
+ ## 0.0.0-windows-202110385642
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6b802b2: use path method from @modern-js/utils
8
- - windows test
8
+ - windows
9
9
  - Updated dependencies [undefined]
10
- - @modern-js/core@0.0.0-windows-2021102103427
11
- - @modern-js/webpack@0.0.0-windows-2021102103427
12
- - @modern-js/utils@0.0.0-windows-2021102103427
10
+ - @modern-js/core@0.0.0-windows-202110385642
11
+ - @modern-js/webpack@0.0.0-windows-202110385642
12
+ - @modern-js/utils@0.0.0-windows-202110385642
13
13
 
14
14
  ## 1.0.0
15
15
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-windows-2021102103427",
14
+ "version": "0.0.0-windows-202110385642",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -32,8 +32,8 @@
32
32
  "@babel/runtime": "^7",
33
33
  "@mdx-js/mdx": "^1.6.22",
34
34
  "@mdx-js/react": "^1.6.22",
35
- "@modern-js/utils": "^0.0.0-windows-2021102103427",
36
- "@modern-js/webpack": "^0.0.0-windows-2021102103427",
35
+ "@modern-js/utils": "^0.0.0-windows-202110385642",
36
+ "@modern-js/webpack": "^0.0.0-windows-202110385642",
37
37
  "antd": "^4.16.13",
38
38
  "chokidar": "^3.5.2",
39
39
  "core-js": "^3.17.2",
@@ -57,7 +57,7 @@
57
57
  "webpack-dev-server": "^4.1.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@modern-js/module-tools-hooks": "^0.0.0-windows-2021102103427",
60
+ "@modern-js/module-tools-hooks": "^0.0.0-windows-202110385642",
61
61
  "@types/core-js": "^2.5.5",
62
62
  "@types/github-slugger": "^1.3.0",
63
63
  "@types/glob": "^7.1.4",
@@ -68,12 +68,12 @@
68
68
  "@types/react-dom": "^17",
69
69
  "@types/webpack-dev-server": "^4.1.0",
70
70
  "typescript": "^4",
71
- "@modern-js/core": "^0.0.0-windows-2021102103427",
72
- "@modern-js/plugin-testing": "^0.0.0-windows-2021102103427",
73
- "@modern-js/module-tools": "^0.0.0-windows-2021102103427"
71
+ "@modern-js/core": "^0.0.0-windows-202110385642",
72
+ "@modern-js/plugin-testing": "^0.0.0-windows-202110385642",
73
+ "@modern-js/module-tools": "^0.0.0-windows-202110385642"
74
74
  },
75
75
  "peerDependencies": {
76
- "@modern-js/core": "^0.0.0-windows-2021102103427"
76
+ "@modern-js/core": "^0.0.0-windows-202110385642"
77
77
  },
78
78
  "sideEffects": false,
79
79
  "modernConfig": {