@dargmuesli/nuxt-vio 17.0.0-beta.1 → 17.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "@pinia/nuxt": "0.10.1",
16
16
  "@tailwindcss/forms": "0.5.10",
17
17
  "@tailwindcss/typography": "0.5.16",
18
+ "@tailwindcss/vite": "4.0.6",
18
19
  "@types/lodash-es": "4.17.12",
19
20
  "@urql/core": "5.1.0",
20
21
  "@urql/vue": "1.4.2",
@@ -36,7 +37,6 @@
36
37
  "vue-tsc": "2.2.0"
37
38
  },
38
39
  "devDependencies": {
39
- "@tailwindcss/vite": "4.0.6",
40
40
  "@unhead/vue": "1.11.19",
41
41
  "@urql/devtools": "2.0.3",
42
42
  "@urql/exchange-graphcache": "7.2.2",
@@ -103,12 +103,12 @@
103
103
  "build:static:test": "SITE_URL=https://localhost:3002 pnpm run build:static",
104
104
  "dev": "pnpm run start:dev",
105
105
  "generate": "pnpm run build:static",
106
+ "lint": "pnpm run lint:js && pnpm run lint:ts && pnpm run lint:style",
106
107
  "lint:fix": "pnpm run lint:js --fix && pnpm run lint:ts --fix && pnpm run lint:style --fix",
107
108
  "lint:js": "eslint --cache",
108
109
  "lint:staged": "lint-staged",
109
110
  "lint:style": "stylelint --cache \"**/*.{vue,css}\" --ignore-path .gitignore",
110
111
  "lint:ts": "nuxt typecheck",
111
- "lint": "pnpm run lint:js && pnpm run lint:ts && pnpm run lint:style",
112
112
  "prepare": "nuxt prepare && nuxt prepare .playground && ./.config/certificates/mkcert.sh",
113
113
  "preview": "nuxt preview .playground",
114
114
  "start": "pnpm run start:node",
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "17.0.0-beta.1"
120
+ "version": "17.0.0-beta.2"
121
121
  }