@modern-js/tailwindcss-generator 3.0.11 → 3.1.1

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 +2 -0
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -106162,6 +106162,7 @@ var ZH_LOCALE = {
106162
106162
  self: "请选择你想创建的工程类型",
106163
106163
  mwa: "Web 应用",
106164
106164
  module: "Npm 模块",
106165
+ doc: "文档站",
106165
106166
  monorepo: "Monorepo",
106166
106167
  custom: "自定义",
106167
106168
  default: "默认"
@@ -106258,6 +106259,7 @@ var EN_LOCALE = {
106258
106259
  self: "Please select the solution you want to create",
106259
106260
  mwa: "Web App",
106260
106261
  module: "Npm Module",
106262
+ doc: "Doc Site",
106261
106263
  monorepo: "Monorepo",
106262
106264
  custom: "Custom Solution",
106263
106265
  default: "Default"
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "3.0.11",
14
+ "version": "3.1.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -22,15 +22,15 @@
22
22
  "@babel/runtime": "^7.18.0",
23
23
  "@modern-js/codesmith": "2.0.5",
24
24
  "@modern-js/codesmith-api-app": "2.0.5",
25
- "@types/jest": "^27",
25
+ "@types/jest": "^29",
26
26
  "@types/node": "^14",
27
- "jest": "^27",
27
+ "jest": "^29",
28
28
  "typescript": "^4",
29
- "@scripts/build": "2.9.0",
30
- "@scripts/jest-config": "2.9.0",
31
- "@modern-js/dependence-generator": "3.0.11",
32
- "@modern-js/generator-utils": "3.0.11",
33
- "@modern-js/generator-common": "3.0.11"
29
+ "@modern-js/dependence-generator": "3.1.1",
30
+ "@modern-js/generator-common": "3.1.1",
31
+ "@modern-js/generator-utils": "3.1.1",
32
+ "@scripts/jest-config": "2.11.0",
33
+ "@scripts/build": "2.11.0"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "publishConfig": {