@modern-js/main-doc 2.63.2 → 2.63.3-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
@@ -28,6 +28,10 @@ You can see that the dependencies in the project's `package.json` have been upda
|
|
28
28
|
If the `upgrade` command is not declared in the project's `package.json`, you can execute `npx modern upgrade` as an equivalent alternative.
|
29
29
|
:::
|
30
30
|
|
31
|
+
import UpgradeFaq from '@site-docs-en/components/upgrade-faq';
|
32
|
+
|
33
|
+
<UpgradeFaq />
|
34
|
+
|
31
35
|
## Upgrade to a specified version
|
32
36
|
|
33
37
|
All packages of Modern.js are currently released with a **uniform version number**.
|
File without changes
|
@@ -28,6 +28,10 @@ import { PackageManagerTabs } from '@theme';
|
|
28
28
|
如果项目的 package.json 中没有声明 upgrade 命令,你可以执行 `npx modern upgrade`,效果是等价的。
|
29
29
|
:::
|
30
30
|
|
31
|
+
import UpgradeFaq from '@site-docs/components/upgrade-faq';
|
32
|
+
|
33
|
+
<UpgradeFaq />
|
34
|
+
|
31
35
|
## 指定版本升级
|
32
36
|
|
33
37
|
Modern.js 所有的官方包目前都使用**统一版本号**进行发布。
|
package/package.json
CHANGED
@@ -15,11 +15,10 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.63.
|
18
|
+
"version": "2.63.3-alpha.0",
|
19
19
|
"publishConfig": {
|
20
20
|
"registry": "https://registry.npmjs.org/",
|
21
|
-
"access": "public"
|
22
|
-
"provenance": true
|
21
|
+
"access": "public"
|
23
22
|
},
|
24
23
|
"dependencies": {
|
25
24
|
"@modern-js/sandpack-react": "2.63.2"
|