@vuetify/nightly 3.6.14-master.2024-08-13 → 3.6.15-master.2024-08-15

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.6.14-master.2024-08-13",
4
+ "version": "3.6.15-master.2024-08-15",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -99,19 +99,19 @@
99
99
  },
100
100
  "scripts": {
101
101
  "watch": "pnpm run build:lib --watch",
102
- "dev": "cross-env NODE_ENV=development vite",
103
- "dev:ssr": "cross-env NODE_ENV=development VITE_SSR=true vite-ssr",
104
- "dev:prod": "concurrently \"cross-env NODE_ENV=production vite build -w\" \"vite preview\"",
102
+ "dev": "NODE_ENV=development vite",
103
+ "dev:ssr": "NODE_ENV=development VITE_SSR=true vite-ssr",
104
+ "dev:prod": "concurrently \"vite build -w\" \"vite preview\"",
105
105
  "dev:typecheck": "vue-tsc --noEmit --skipLibCheck --project ./tsconfig.dev.json",
106
106
  "build": "rimraf lib dist && concurrently \"pnpm run build:dist\" \"pnpm run build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && pnpm run build:types",
107
107
  "build:dist": "rollup --config build/rollup.config.mjs",
108
- "build:lib": "cross-env NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
108
+ "build:lib": "NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
109
109
  "build:types": "rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.mjs && rimraf types-temp",
110
110
  "tsc": "tsc",
111
- "debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
111
+ "debug:test": "NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
112
112
  "test": "node build/run-tests.js",
113
- "test:unix": "cross-env NODE_ENV=test jest",
114
- "test:win32": "cross-env NODE_ENV=test jest -i",
113
+ "test:unix": "NODE_ENV=test jest",
114
+ "test:win32": "NODE_ENV=test jest -i",
115
115
  "test:coverage": "pnpm run test --coverage",
116
116
  "lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
117
117
  "lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\"",
@@ -171,7 +171,8 @@
171
171
  "rollup-plugin-terser": "^7.0.2",
172
172
  "timezone-mock": "^1.3.6",
173
173
  "unplugin-vue-components": "^0.27.4",
174
- "vite": "^5.2.8",
174
+ "upath": "^2.0.1",
175
+ "vite": "^5.4.0",
175
176
  "vite-ssr": "^0.17.1",
176
177
  "vue-i18n": "^9.7.1",
177
178
  "vue-router": "^4.3.0"