@modern-js/plugin-docsite 0.0.0-canary-20220607140932 → 0.0.0-canary-20220608053225

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220607140932
3
+ ## 0.0.0-canary-20220608053225
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a1198d50: feat: bump babel 7.18.0
8
8
  - Updated dependencies [a1198d50]
9
9
  - Updated dependencies [29728812]
10
+ - Updated dependencies [147e090f]
10
11
  - Updated dependencies [18892c65]
11
12
  - Updated dependencies [a1198d50]
12
- - @modern-js/webpack@0.0.0-canary-20220607140932
13
+ - @modern-js/webpack@0.0.0-canary-20220608053225
13
14
 
14
15
  ## 1.2.10
15
16
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220607140932",
14
+ "version": "0.0.0-canary-20220608053225",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -38,7 +38,7 @@
38
38
  "@mdx-js/mdx": "^1.6.22",
39
39
  "@mdx-js/react": "^1.6.22",
40
40
  "@modern-js/utils": "^1.7.6",
41
- "@modern-js/webpack": "^0.0.0-canary-20220607140932",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220608053225",
42
42
  "antd": "^4.16.13",
43
43
  "core-js": "^3.17.2",
44
44
  "github-slugger": "^1.4.0",
@@ -58,7 +58,7 @@
58
58
  "webpack-dev-server": "^4.1.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@modern-js/core": "0.0.0-canary-20220607140932",
61
+ "@modern-js/core": "0.0.0-canary-20220608053225",
62
62
  "@scripts/build": "0.0.0",
63
63
  "@scripts/jest-config": "0.0.0",
64
64
  "@types/core-js": "^2.5.5",