@modern-js/plugin-docsite 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
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
+
3
18
  ## 1.2.4
4
19
 
5
20
  ### Patch Changes
@@ -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": "1.2.4",
14
+ "version": "1.2.5",
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": "^1.3.6",
41
- "@modern-js/webpack": "^1.5.0",
40
+ "@modern-js/utils": "^1.3.7",
41
+ "@modern-js/webpack": "^1.5.3",
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": "^1.2.3",
64
+ "@modern-js/core": "1.6.1",
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,11 +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": "^1.6.0",
77
- "@scripts/build": "0.0.0",
78
76
  "jest": "^27",
79
- "@scripts/jest-config": "0.0.0"
77
+ "typescript": "^4"
80
78
  },
81
79
  "sideEffects": false,
82
80
  "modernConfig": {