Skip to content

Commit

Permalink
Update Vuetify 3.3.17.
Browse files Browse the repository at this point in the history
Made it equivalent to create-vue v3.7.4.
Update dependencies.
  • Loading branch information
logue committed Sep 20, 2023
1 parent b8daafa commit ea92edd
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 363 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "vite-vuetify-ts-starter",
"description": "Vue3 Vuetify TypeScript Startar project for Vite.",
"version": "1.5.14",
"version": "1.5.15",
"license": "MIT",
"type": "module",
"private": true,
Expand All @@ -27,7 +27,7 @@
"scripts": {
"dev": "vite",
"clean": "rimraf ./node_modules/.vite",
"build": "run-p type-check build-only",
"build": "run-p type-check \"build-only {@}\" --",
"build:analyze": "vite build --mode analyze",
"build:clean": "rimraf dist",
"preview": "vite preview",
Expand All @@ -46,29 +46,29 @@
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vuetify": "^3.3.15",
"vuetify": "^3.3.17",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/types": "^7.22.15",
"@rushstack/eslint-patch": "^1.3.3",
"@babel/types": "^7.22.19",
"@rushstack/eslint-patch": "^1.4.0",
"@tsconfig/node-lts": "^18.12.5",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.9",
"@types/jsdom": "^21.1.3",
"@types/node": "^20.6.2",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-c8": "^0.33.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
Expand All @@ -85,7 +85,7 @@
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.66.1",
"sass": "^1.67.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand All @@ -94,8 +94,8 @@
"vite": "^4.4.9",
"vite-plugin-checker": "0.6.2",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.10"
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit ea92edd

Please sign in to comment.