@modern-js/plugin-docsite 0.0.0-canary-20220811045339 → 0.0.0-canary-20220812022037

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220811045339
3
+ ## 0.0.0-canary-20220812022037
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - f6fe02230: chore: upgrade react 18
7
+ - 32f983df0: chore: upgrade react 18
8
8
 
9
9
  chore: 支持 React 18
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - Updated dependencies [f6fe02230]
14
- - @modern-js/webpack@0.0.0-canary-20220811045339
15
- - @modern-js/utils@1.9.0
13
+ - Updated dependencies [32f983df0]
14
+ - @modern-js/webpack@0.0.0-canary-20220812022037
15
+ - @modern-js/utils@0.0.0-canary-20220812022037
16
16
 
17
17
  ## 1.2.13
18
18
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220811045339",
14
+ "version": "0.0.0-canary-20220812022037",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -37,8 +37,8 @@
37
37
  "@babel/runtime": "^7.18.0",
38
38
  "@mdx-js/mdx": "^1.6.22",
39
39
  "@mdx-js/react": "^1.6.22",
40
- "@modern-js/utils": "^1.9.0",
41
- "@modern-js/webpack": "^0.0.0-canary-20220811045339",
40
+ "@modern-js/utils": "^0.0.0-canary-20220812022037",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220812022037",
42
42
  "antd": "^4.16.13",
43
43
  "core-js": "^3.17.2",
44
44
  "github-slugger": "^1.4.0",