@modern-js/plugin-docsite 0.0.0-canary-20220627140855 → 0.0.0-canary-20220629032121

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 +6 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,15 +1,18 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220627140855
3
+ ## 0.0.0-canary-20220629032121
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f29e9bac: feat: simplify context usage, no longer depend on containers
8
+ - Updated dependencies [2d251746]
8
9
  - Updated dependencies [550e2bd1]
10
+ - Updated dependencies [2b06fe3f]
9
11
  - Updated dependencies [3050accb]
12
+ - Updated dependencies [338496c6]
10
13
  - Updated dependencies [a90bc96b]
11
- - @modern-js/webpack@0.0.0-canary-20220627140855
12
- - @modern-js/utils@0.0.0-canary-20220627140855
14
+ - @modern-js/utils@0.0.0-canary-20220629032121
15
+ - @modern-js/webpack@0.0.0-canary-20220629032121
13
16
 
14
17
  ## 1.2.12
15
18
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220627140855",
14
+ "version": "0.0.0-canary-20220629032121",
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-20220627140855",
41
- "@modern-js/webpack": "^0.0.0-canary-20220627140855",
40
+ "@modern-js/utils": "^0.0.0-canary-20220629032121",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220629032121",
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-20220627140855",
62
+ "@modern-js/core": "0.0.0-canary-20220629032121",
63
63
  "@scripts/build": "0.0.0",
64
64
  "@scripts/jest-config": "0.0.0",
65
65
  "@types/core-js": "^2.5.5",