@modern-js/main-doc 0.0.0-nightly-20231013160646 โ†’ 0.0.0-nightly-20231014160549

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.
@@ -186,10 +186,6 @@ import { Helmet } from '@modern-js/runtime/head';
186
186
  import { useModel } from '@modern-js/runtime/model';
187
187
  import { List } from 'antd';
188
188
  import Item from '../components/Item';
189
- import { Helmet } from '@modern-js/runtime/head';
190
- import { useModel } from '@modern-js/runtime/model';
191
- import { List } from 'antd';
192
- import Item from '../components/Item';
193
189
  import contacts from '../models/contacts';
194
190
 
195
191
  function Contacts({
@@ -125,7 +125,7 @@ export default defineConfig({
125
125
  'landing-page': process.env.NODE_ENV !== 'production',
126
126
  },
127
127
  },
128
- };
128
+ });
129
129
  ```
130
130
 
131
131
  So far, the prototype of our point of contact list application is almost complete ๐Ÿ‘๐Ÿ‘๐Ÿ‘.
@@ -186,10 +186,6 @@ import { Helmet } from '@modern-js/runtime/head';
186
186
  import { useModel } from '@modern-js/runtime/model';
187
187
  import { List } from 'antd';
188
188
  import Item from '../components/Item';
189
- import { Helmet } from '@modern-js/runtime/head';
190
- import { useModel } from '@modern-js/runtime/model';
191
- import { List } from 'antd';
192
- import Item from '../components/Item';
193
189
  import contacts from '../models/contacts';
194
190
 
195
191
  function Contacts({
@@ -125,7 +125,7 @@ export default defineConfig({
125
125
  'landing-page': process.env.NODE_ENV !== 'production',
126
126
  },
127
127
  },
128
- };
128
+ });
129
129
  ```
130
130
 
131
131
  ๅˆฐๅบ•ไธบๆญข๏ผŒๆˆ‘ไปฌ็š„่”็ณปไบบๅˆ—่กจๅบ”็”จ็š„้›ๅฝขๅฐฑๅŸบๆœฌๅฎŒๆˆไบ† ๐Ÿ‘๐Ÿ‘๐Ÿ‘ใ€‚
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231013160646",
18
+ "version": "0.0.0-nightly-20231014160549",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20231013160646"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20231014160549"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "0.0.0-nightly-20231013160646"
28
+ "@modern-js/builder-doc": "0.0.0-nightly-20231014160549"
29
29
  },
30
30
  "devDependencies": {
31
31
  "classnames": "^2",
@@ -39,8 +39,8 @@
39
39
  "@rspress/shared": "1.0.2",
40
40
  "@types/node": "^16",
41
41
  "@types/fs-extra": "^9",
42
- "@modern-js/builder-doc": "0.0.0-nightly-20231013160646",
43
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231013160646"
42
+ "@modern-js/builder-doc": "0.0.0-nightly-20231014160549",
43
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20231014160549"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "rspress dev",