@modern-js/ssg-generator 3.6.2 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +448 -62118
  2. package/package.json +10 -12
package/package.json CHANGED
@@ -15,29 +15,27 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.6.2",
18
+ "version": "3.7.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
22
22
  "/templates",
23
23
  "/dist/index.js"
24
24
  ],
25
- "dependencies": {
26
- "@modern-js/utils": "2.60.2"
27
- },
28
25
  "devDependencies": {
29
- "@modern-js/codesmith": "2.5.1",
30
- "@modern-js/codesmith-api-app": "2.5.1",
26
+ "@modern-js/codesmith": "2.6.4",
27
+ "@modern-js/codesmith-utils": "2.6.4",
28
+ "@modern-js/codesmith-api-app": "2.6.4",
31
29
  "@types/jest": "^29",
32
30
  "@types/node": "^14",
33
31
  "jest": "^29",
34
32
  "typescript": "^5",
35
- "@modern-js/generator-common": "3.6.2",
36
- "@modern-js/dependence-generator": "3.6.2",
37
- "@modern-js/generator-utils": "3.6.2",
38
- "@modern-js/plugin-i18n": "2.60.2",
39
- "@scripts/jest-config": "2.60.2",
40
- "@scripts/build": "2.60.2"
33
+ "@modern-js/dependence-generator": "3.7.0",
34
+ "@modern-js/generator-utils": "3.7.0",
35
+ "@modern-js/generator-common": "3.7.0",
36
+ "@modern-js/plugin-i18n": "2.60.4",
37
+ "@scripts/build": "2.60.4",
38
+ "@scripts/jest-config": "2.60.4"
41
39
  },
42
40
  "sideEffects": false,
43
41
  "publishConfig": {