@modern-js/plugin-docsite 0.0.0-canary-20220329041637 → 0.0.0-canary-20220410162404

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.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,30 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 0.0.0-canary-20220329041637
3
+ ## 1.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - bebb39b6: chore: improve devDependencies and peerDependencies
8
+ - 133a5dd7: remove module hooks dep
9
+ - Updated dependencies [bebb39b6]
10
+ - Updated dependencies [4b4e73b7]
11
+ - Updated dependencies [da60172c]
12
+ - Updated dependencies [6cff93dc]
13
+ - Updated dependencies [132f7b53]
14
+ - Updated dependencies [9d4a005b]
15
+ - @modern-js/webpack@1.5.3
16
+ - @modern-js/utils@1.3.7
17
+
18
+ ## 1.2.4
4
19
 
5
20
  ### Patch Changes
6
21
 
7
22
  - 3e6d9f6d: convert to new plugin
8
- - Updated dependencies [05ce88a0]
23
+ - 681a1ff9: feat: remove unnecessary peerDependencies
9
24
  - Updated dependencies [c2046f37]
10
- - Updated dependencies [4e2026e4]
11
- - @modern-js/core@0.0.0-canary-20220329041637
12
- - @modern-js/utils@0.0.0-canary-20220329041637
25
+ - Updated dependencies [66cbef42]
26
+ - @modern-js/utils@1.3.6
27
+ - @modern-js/webpack@1.5.0
13
28
 
14
29
  ## 1.2.3
15
30
 
@@ -24,8 +24,7 @@ export function chokidarFile(appDirectory, tmpDir, isDev) {
24
24
  if (files.length) {
25
25
  await generateFiles(appDirectory, tmpDir, files, isDev);
26
26
  logger.info('built');
27
- } // eslint-disable-next-line require-atomic-updates
28
-
27
+ }
29
28
 
30
29
  building = false;
31
30
 
@@ -42,8 +42,7 @@ function chokidarFile(appDirectory, tmpDir, isDev) {
42
42
  await (0, _generateFiles.generateFiles)(appDirectory, tmpDir, files, isDev);
43
43
 
44
44
  _utils.logger.info('built');
45
- } // eslint-disable-next-line require-atomic-updates
46
-
45
+ }
47
46
 
48
47
  building = false;
49
48
 
package/jest.config.js CHANGED
@@ -2,7 +2,6 @@ const sharedConfig = require('@scripts/jest-config');
2
2
 
3
3
  /** @type {import('@jest/types').Config.InitialOptions} */
4
4
  module.exports = {
5
- // eslint-disable-next-line node/no-unsupported-features/es-syntax
6
5
  ...sharedConfig,
7
6
  rootDir: __dirname,
8
7
  };
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-canary-20220329041637",
14
+ "version": "0.0.0-canary-20220410162404",
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-20220329041637",
41
- "@modern-js/webpack": "^1.4.1",
40
+ "@modern-js/utils": "^0.0.0-canary-20220410162404",
41
+ "@modern-js/webpack": "^0.0.0-canary-20220410162404",
42
42
  "antd": "^4.16.13",
43
43
  "chokidar": "^3.5.2",
44
44
  "core-js": "^3.17.2",
@@ -55,14 +55,15 @@
55
55
  "react-live": "^2.3.0",
56
56
  "react-router-dom": "^5.3.0",
57
57
  "sort-paths": "^1.1.1",
58
- "styled-components": "^5.3.1",
59
58
  "unist-builder": "^2.0.3",
60
59
  "unist-util-visit": "^2.0.3",
61
- "webpack": "^5.54.0",
60
+ "webpack": "^5.71.0",
62
61
  "webpack-dev-server": "^4.1.1"
63
62
  },
64
63
  "devDependencies": {
65
- "@modern-js/module-tools-hooks": "^0.0.0-canary-20220329041637",
64
+ "@modern-js/core": "0.0.0-canary-20220410162404",
65
+ "@scripts/build": "0.0.0",
66
+ "@scripts/jest-config": "0.0.0",
66
67
  "@types/core-js": "^2.5.5",
67
68
  "@types/github-slugger": "^1.3.0",
68
69
  "@types/glob": "^7.1.4",
@@ -72,14 +73,8 @@
72
73
  "@types/react": "^17",
73
74
  "@types/react-dom": "^17",
74
75
  "@types/webpack-dev-server": "^4.1.0",
75
- "typescript": "^4",
76
- "@modern-js/core": "^0.0.0-canary-20220329041637",
77
- "@scripts/build": "0.0.0",
78
76
  "jest": "^27",
79
- "@scripts/jest-config": "0.0.0"
80
- },
81
- "peerDependencies": {
82
- "@modern-js/core": "^0.0.0-canary-20220329041637"
77
+ "typescript": "^4"
83
78
  },
84
79
  "sideEffects": false,
85
80
  "modernConfig": {