@modern-js/create 2.17.0 → 2.18.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -80041,7 +80041,7 @@ var CodeSmith = /* @__PURE__ */ function() {
80041
80041
  }();
80042
80042
 
80043
80043
  // package.json
80044
- var version = "2.17.0";
80044
+ var version = "2.18.0";
80045
80045
 
80046
80046
  // ../../cli/plugin-i18n/dist/esm-node/index.js
80047
80047
  var import_lodash3 = __toESM(require_lodash4());
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.17.0",
18
+ "version": "2.18.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -44,12 +44,12 @@
44
44
  "jest": "^29",
45
45
  "ts-node": "^10.1.0",
46
46
  "typescript": "^4",
47
- "@modern-js/utils": "2.17.0",
48
- "@modern-js/plugin-i18n": "2.17.0",
49
- "@modern-js/repo-generator": "3.1.11",
50
- "@modern-js/generator-plugin-plugin": "3.1.11",
51
- "@scripts/jest-config": "2.17.0",
52
- "@scripts/build": "2.17.0"
47
+ "@modern-js/generator-plugin-plugin": "3.1.13",
48
+ "@modern-js/plugin-i18n": "2.18.0",
49
+ "@modern-js/repo-generator": "3.1.13",
50
+ "@modern-js/utils": "2.18.0",
51
+ "@scripts/build": "2.18.0",
52
+ "@scripts/jest-config": "2.18.0"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "publishConfig": {