Skip to content

Commit

Permalink
Update pinia, vuetify.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Nov 8, 2024
1 parent 691dff5 commit a849aea
Show file tree
Hide file tree
Showing 4 changed files with 551 additions and 541 deletions.
10 changes: 5 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export default tseslint.config(
'import/resolver': {
typescript: true,
node: true,
alias: {
map: [
['@', './src'],
['~', './node_modules']
],
'eslint-import-resolver-custom-alias': {
alias: {
'@': './src',
'~': './node_modules'
},
extensions: ['.js', '.ts', '.jsx', '.tsx', '.vue']
}
},
Expand Down
33 changes: 12 additions & 21 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.13.1",
"version": "1.13.2",
"license": "MIT",
"type": "module",
"private": true,
Expand Down Expand Up @@ -43,30 +43,30 @@
"dependencies": {
"@mdi/font": "^7.4.47",
"core-js": "^3.39.0",
"pinia": "^2.2.5",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.3",
"vuetify": "^3.7.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node-lts": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.13.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint": "^9.14.0",
"eslint-plugin-playwright": "^2.0.1",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tsdoc": "^0.3.0",
Expand All @@ -83,17 +83,17 @@
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.5",
"sass": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite-plugin-checker": "0.8.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-plugin-vue-devtools": "^7.6.2",
"vite-plugin-vue-devtools": "^7.6.3",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
},
Expand All @@ -108,16 +108,7 @@
"*": "prettier -w -u"
},
"resolutions": {
"braces": ">=3.0.3",
"get-func-name": ">=2.0.2",
"ip": ">=2.0.1",
"json5": ">=2.2.3",
"lodash": ">=4.17.21",
"postcss": ">=8.4.31",
"semver": ">=7.5.3",
"tar": ">=6.2.1",
"vite": ">=5.0.12",
"ws": ">=8.17.1",
"yaml": ">=2.3.2"
},
"stackblitz": {
Expand Down
Loading

0 comments on commit a849aea

Please sign in to comment.