@modern-js/plugin-docsite 0.0.0-canary-20220513004825 → 0.0.0-canary-20220519102003

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 -3
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220513004825
3
+ ## 1.2.10
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,9 +13,11 @@
13
13
  - Updated dependencies [6ae4a34ae]
14
14
  - Updated dependencies [97086dde8]
15
15
  - Updated dependencies [97086dde8]
16
+ - Updated dependencies [b80229c79]
17
+ - Updated dependencies [ff6219909]
16
18
  - Updated dependencies [948cc4436]
17
- - @modern-js/webpack@0.0.0-canary-20220513004825
18
- - @modern-js/utils@0.0.0-canary-20220513004825
19
+ - @modern-js/webpack@1.7.0
20
+ - @modern-js/utils@1.7.3
19
21
 
20
22
  ## 1.2.9
21
23
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220513004825",
14
+ "version": "0.0.0-canary-20220519102003",
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-20220513004825",
41
- "@modern-js/webpack": "^0.0.0-canary-20220513004825",
40
+ "@modern-js/utils": "^0.0.0-canary-20220519102003",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220519102003",
42
42
  "antd": "^4.16.13",
43
43
  "core-js": "^3.17.2",
44
44
  "github-slugger": "^1.4.0",
@@ -58,13 +58,13 @@
58
58
  "webpack-dev-server": "^4.1.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@modern-js/core": "0.0.0-canary-20220513004825",
61
+ "@modern-js/core": "0.0.0-canary-20220519102003",
62
62
  "@scripts/build": "0.0.0",
63
63
  "@scripts/jest-config": "0.0.0",
64
64
  "@types/core-js": "^2.5.5",
65
65
  "@types/github-slugger": "^1.3.0",
66
66
  "@types/glob": "^7.1.4",
67
- "@types/jest": "^26",
67
+ "@types/jest": "^27",
68
68
  "@types/node": "^14",
69
69
  "@types/react": "^17",
70
70
  "@types/react-dom": "^17",
@@ -105,7 +105,8 @@
105
105
  "files": [
106
106
  "src/**/*",
107
107
  "tsconfig.json",
108
- "package.json"
108
+ "package.json",
109
+ "tests/**/*"
109
110
  ],
110
111
  "output": []
111
112
  }