@modern-js/upgrade 0.0.0-next-20230207110201 → 0.0.0-next-20230207113209
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/README.md +16 -13
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,26 +1,29 @@
|
|
|
1
|
+
|
|
1
2
|
<p align="center">
|
|
2
3
|
<a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
|
|
3
4
|
</p>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
现代 Web 工程体系
|
|
7
|
+
<br/>
|
|
8
|
+
<a href="https://modernjs.dev" target="blank">
|
|
9
|
+
modernjs.dev
|
|
10
|
+
</a>
|
|
11
|
+
</p>
|
|
7
12
|
<p align="center">
|
|
8
13
|
A Progressive React Framework for modern web development.
|
|
9
14
|
</p>
|
|
10
15
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.
|
|
16
|
+
# Introduction
|
|
14
17
|
|
|
15
|
-
|
|
18
|
+
> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
|
|
16
19
|
|
|
17
|
-
- [English Documentation](https://modernjs.dev/en/)
|
|
18
|
-
- [中文文档](https://modernjs.dev)
|
|
19
20
|
|
|
20
|
-
##
|
|
21
|
+
## Getting Started
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
- [Quick Start](https://modernjs.dev/docs/start)
|
|
24
|
+
- [Guides](https://modernjs.dev/docs/guides)
|
|
25
|
+
- [API References](https://modernjs.dev/docs/apis)
|
|
23
26
|
|
|
24
|
-
##
|
|
27
|
+
## Contributing
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-20230207113209",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@modern-js/codesmith": "2.0.3",
|
|
37
|
-
"@modern-js/plugin-i18n": "0.0.0-next-
|
|
38
|
-
"@modern-js/utils": "0.0.0-next-
|
|
37
|
+
"@modern-js/plugin-i18n": "0.0.0-next-20230207113209",
|
|
38
|
+
"@modern-js/utils": "0.0.0-next-20230207113209"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/runtime": "^7.18.0",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"jest": "^27",
|
|
45
45
|
"ts-node": "^10.1.0",
|
|
46
46
|
"typescript": "^4",
|
|
47
|
-
"@modern-js/upgrade-generator": "0.0.0-next-
|
|
48
|
-
"@scripts/build": "0.0.0-next-
|
|
49
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
47
|
+
"@modern-js/upgrade-generator": "0.0.0-next-20230207113209",
|
|
48
|
+
"@scripts/build": "0.0.0-next-20230207113209",
|
|
49
|
+
"@scripts/jest-config": "0.0.0-next-20230207113209"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"publishConfig": {
|