@modern-js/plugin-docsite 0.0.0-canary-20220118120919 → 0.0.0-canary-20220121061216

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 +7 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220118120919
3
+ ## 0.0.0-canary-20220121061216
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,13 +8,16 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - Updated dependencies [2da09c69]
12
+ - Updated dependencies [5597289b]
11
13
  - Updated dependencies [fc71e36f]
14
+ - Updated dependencies [4a85378c]
12
15
  - Updated dependencies [e453e421]
13
16
  - Updated dependencies [c3d46ee4]
14
17
  - Updated dependencies [cfe11628]
15
- - @modern-js/core@0.0.0-canary-20220118120919
16
- - @modern-js/webpack@0.0.0-canary-20220118120919
17
- - @modern-js/utils@0.0.0-canary-20220118120919
18
+ - @modern-js/utils@0.0.0-canary-20220121061216
19
+ - @modern-js/webpack@0.0.0-canary-20220121061216
20
+ - @modern-js/core@0.0.0-canary-20220121061216
18
21
 
19
22
  ## 1.1.3
20
23
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220118120919",
14
+ "version": "0.0.0-canary-20220121061216",
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",
38
38
  "@mdx-js/mdx": "^1.6.22",
39
39
  "@mdx-js/react": "^1.6.22",
40
- "@modern-js/utils": "^0.0.0-canary-20220118120919",
41
- "@modern-js/webpack": "^0.0.0-canary-20220118120919",
40
+ "@modern-js/utils": "^0.0.0-canary-20220121061216",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220121061216",
42
42
  "antd": "^4.16.13",
43
43
  "chokidar": "^3.5.2",
44
44
  "core-js": "^3.17.2",
@@ -62,7 +62,7 @@
62
62
  "webpack-dev-server": "^4.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@modern-js/module-tools-hooks": "^0.0.0-canary-20220118120919",
65
+ "@modern-js/module-tools-hooks": "^0.0.0-canary-20220121061216",
66
66
  "@types/core-js": "^2.5.5",
67
67
  "@types/github-slugger": "^1.3.0",
68
68
  "@types/glob": "^7.1.4",
@@ -73,13 +73,13 @@
73
73
  "@types/react-dom": "^17",
74
74
  "@types/webpack-dev-server": "^4.1.0",
75
75
  "typescript": "^4",
76
- "@modern-js/core": "^0.0.0-canary-20220118120919",
76
+ "@modern-js/core": "^0.0.0-canary-20220121061216",
77
77
  "@scripts/build": "0.0.0",
78
78
  "jest": "^27",
79
79
  "@scripts/jest-config": "0.0.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@modern-js/core": "^0.0.0-canary-20220118120919"
82
+ "@modern-js/core": "^0.0.0-canary-20220121061216"
83
83
  },
84
84
  "sideEffects": false,
85
85
  "modernConfig": {