@modern-js/ssg-generator 3.7.13 → 3.7.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "3.7.
|
18
|
+
"version": "3.7.15",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"main": "./dist/index.js",
|
21
21
|
"files": [
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"@types/node": "^14",
|
31
31
|
"jest": "^29",
|
32
32
|
"typescript": "^5",
|
33
|
-
"@modern-js/dependence-generator": "3.7.
|
34
|
-
"@modern-js/generator-common": "3.7.
|
35
|
-
"@modern-js/generator-utils": "3.7.
|
36
|
-
"@modern-js/plugin-i18n": "2.
|
37
|
-
"@scripts/build": "2.
|
38
|
-
"@scripts/jest-config": "2.
|
33
|
+
"@modern-js/dependence-generator": "3.7.15",
|
34
|
+
"@modern-js/generator-common": "3.7.15",
|
35
|
+
"@modern-js/generator-utils": "3.7.15",
|
36
|
+
"@modern-js/plugin-i18n": "2.64.1",
|
37
|
+
"@scripts/build": "2.64.1",
|
38
|
+
"@scripts/jest-config": "2.64.1"
|
39
39
|
},
|
40
40
|
"sideEffects": false,
|
41
41
|
"publishConfig": {
|