@modern-js/plugin-docsite 0.0.0-canary-20220630053610 → 0.0.0-canary-20220811022715

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 +28 -11
  2. package/package.json +4 -6
package/CHANGELOG.md CHANGED
@@ -1,19 +1,36 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220630053610
3
+ ## 0.0.0-canary-20220811022715
4
+
5
+ ### Minor Changes
6
+
7
+ - 5c7a4466a: chore: upgrade react 18
8
+
9
+ chore: 支持 React 18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [79e83ef52]
14
+ - Updated dependencies [5c7a4466a]
15
+ - Updated dependencies [5f1a2314f]
16
+ - Updated dependencies [22f4dca5c]
17
+ - Updated dependencies [7b9067f23]
18
+ - @modern-js/utils@0.0.0-canary-20220811022715
19
+ - @modern-js/webpack@0.0.0-canary-20220811022715
20
+
21
+ ## 1.2.13
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - f29e9bac: feat: simplify context usage, no longer depend on containers
8
- - Updated dependencies [22b04ebc]
9
- - Updated dependencies [550e2bd1]
10
- - Updated dependencies [87eb9f83]
11
- - Updated dependencies [2b06fe3f]
12
- - Updated dependencies [3050accb]
13
- - Updated dependencies [338496c6]
14
- - Updated dependencies [a90bc96b]
15
- - @modern-js/utils@0.0.0-canary-20220630053610
16
- - @modern-js/webpack@0.0.0-canary-20220630053610
25
+ - f29e9ba: feat: simplify context usage, no longer depend on containers
26
+ - Updated dependencies [550e2bd]
27
+ - Updated dependencies [87eb9f8]
28
+ - Updated dependencies [2b06fe3]
29
+ - Updated dependencies [3050acc]
30
+ - Updated dependencies [338496c]
31
+ - Updated dependencies [a90bc96]
32
+ - @modern-js/webpack@1.11.3
33
+ - @modern-js/utils@1.7.9
17
34
 
18
35
  ## 1.2.12
19
36
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220630053610",
14
+ "version": "0.0.0-canary-20220811022715",
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": "^0.0.0-canary-20220630053610",
41
- "@modern-js/webpack": "^0.0.0-canary-20220630053610",
40
+ "@modern-js/utils": "^0.0.0-canary-20220811022715",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220811022715",
42
42
  "antd": "^4.16.13",
43
43
  "core-js": "^3.17.2",
44
44
  "github-slugger": "^1.4.0",
@@ -59,7 +59,7 @@
59
59
  "styled-components": "^5.3.5"
60
60
  },
61
61
  "devDependencies": {
62
- "@modern-js/core": "0.0.0-canary-20220630053610",
62
+ "@modern-js/core": "0.0.0-canary-20220811022715",
63
63
  "@scripts/build": "0.0.0",
64
64
  "@scripts/jest-config": "0.0.0",
65
65
  "@types/core-js": "^2.5.5",
@@ -67,8 +67,6 @@
67
67
  "@types/glob": "^7.1.4",
68
68
  "@types/jest": "^27",
69
69
  "@types/node": "^14",
70
- "@types/react": "^17",
71
- "@types/react-dom": "^17",
72
70
  "@types/webpack-dev-server": "^4.1.0",
73
71
  "jest": "^27",
74
72
  "typescript": "^4"