@modern-js/entry-generator 3.7.28 → 3.7.30

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/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.7.28",
18
+ "version": "3.7.30",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -31,9 +31,9 @@
31
31
  "@types/node": "^14",
32
32
  "jest": "^29",
33
33
  "typescript": "^5",
34
- "@modern-js/generator-common": "3.7.28",
35
- "@modern-js/generator-utils": "3.7.28",
36
- "@modern-js/plugin-i18n": "2.67.3",
34
+ "@modern-js/generator-common": "3.7.30",
35
+ "@modern-js/plugin-i18n": "2.67.5",
36
+ "@modern-js/generator-utils": "3.7.30",
37
37
  "@scripts/build": "2.66.0",
38
38
  "@scripts/jest-config": "2.66.0"
39
39
  },
@@ -79,14 +79,14 @@ const Index = () => (
79
79
  className="card"
80
80
  >
81
81
  <h2>
82
- Github
82
+ GitHub
83
83
  <img
84
84
  className="arrow-right"
85
85
  src="https://lf3-static.bytednsdoc.com/obj/eden-cn/zq-uylkvT/ljhwZthlaukjlkulzlp/arrow-right.svg"
86
86
  alt="Github"
87
87
  />
88
88
  </h2>
89
- <p>View the source code of Github, feel free to contribute.</p>
89
+ <p>View the source code on GitHub; feel free to contribute.</p>
90
90
  </a>
91
91
  </div>
92
92
  </main>