@zessjs/cli 1.1.4 → 1.1.5

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/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import gradient from "gradient-string";
12
12
  import pc from "picocolors";
13
13
 
14
14
  //#region package.json
15
- var version = "1.1.4";
15
+ var version = "1.1.5";
16
16
  var description = "Zess CLI tool 🔨 For easily creating Vite-powered Zess project.";
17
17
 
18
18
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zessjs/cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Zess CLI tool 🔨 For easily creating Vite-powered Zess project.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zess-app",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -13,18 +13,18 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@tailwindcss/vite": "^4.1.17",
16
- "@zessjs/core": "^1.1.4",
17
- "@zessjs/router": "^1.1.4",
16
+ "@zessjs/core": "^1.1.5",
17
+ "@zessjs/router": "^1.1.5",
18
18
  "tailwindcss": "^4.1.17"
19
19
  },
20
20
  "devDependencies": {
21
- "@sxzz/eslint-config": "^7.3.2",
22
- "@sxzz/prettier-config": "^2.2.5",
23
- "@zessjs/vite-plugin": "^1.1.4",
21
+ "@sxzz/eslint-config": "^7.4.0",
22
+ "@sxzz/prettier-config": "^2.2.6",
23
+ "@zessjs/vite-plugin": "^1.1.5",
24
24
  "eslint": "^9.39.1",
25
25
  "eslint-plugin-react": "^7.37.5",
26
26
  "jsdom": "^27.2.0",
27
- "prettier": "^3.6.2",
27
+ "prettier": "^3.7.3",
28
28
  "typescript": "^5.9.3",
29
29
  "vite": "^7.2.4",
30
30
  "vitest": "^4.0.14"