Skip to content

Commit 8e59e92

Browse files
committed
Update vuetify, core-js.
Update dependencies.
1 parent 471ceb8 commit 8e59e92

File tree

2 files changed

+282
-240
lines changed

2 files changed

+282
-240
lines changed

package.json

+20-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "vite-vuetify-ts-starter",
44
"description": "Vue3 Vuetify TypeScript Startar project for Vite.",
5-
"version": "1.14.1",
5+
"version": "1.14.2",
66
"license": "MIT",
77
"type": "module",
88
"private": true,
@@ -23,7 +23,7 @@
2323
"node": ">=22.0.1",
2424
"pnpm": ">=10.3.0"
2525
},
26-
"packageManager": "pnpm@10.5.2",
26+
"packageManager": "pnpm@10.6.1",
2727
"scripts": {
2828
"dev": "vite",
2929
"clean": "rimraf ./node_modules/.vite",
@@ -42,42 +42,42 @@
4242
},
4343
"dependencies": {
4444
"@mdi/font": "^7.4.47",
45-
"core-js": "^3.40.0",
45+
"core-js": "^3.41.0",
4646
"pinia": "^3.0.1",
4747
"pinia-plugin-persistedstate": "^4.2.0",
4848
"vue": "^3.5.13",
4949
"vue-router": "^4.5.0",
50-
"vuetify": "^3.7.14",
50+
"vuetify": "^3.7.15",
5151
"webfontloader": "^1.6.28"
5252
},
5353
"devDependencies": {
54-
"@playwright/test": "^1.50.1",
54+
"@playwright/test": "^1.51.0",
5555
"@tsconfig/node-lts": "^22.0.1",
5656
"@types/jsdom": "^21.1.7",
57-
"@types/node": "^22.13.8",
57+
"@types/node": "^22.13.9",
5858
"@types/webfontloader": "^1.6.38",
5959
"@vitejs/plugin-vue": "^5.2.1",
60-
"@vitest/coverage-v8": "^3.0.7",
60+
"@vitest/coverage-v8": "^3.0.8",
6161
"@vitest/eslint-plugin": "1.1.36",
6262
"@vue/eslint-config-prettier": "^10.2.0",
63-
"@vue/eslint-config-typescript": "^14.4.0",
63+
"@vue/eslint-config-typescript": "^14.5.0",
6464
"@vue/test-utils": "^2.4.6",
6565
"@vue/tsconfig": "^0.7.0",
6666
"eslint": "^9.21.0",
6767
"eslint-import-resolver-custom-alias": "^1.3.2",
6868
"eslint-import-resolver-typescript": "^3.8.3",
6969
"eslint-plugin-import": "^2.31.0",
7070
"eslint-plugin-playwright": "^2.2.0",
71-
"eslint-plugin-vue": "^9.32.0",
71+
"eslint-plugin-vue": "^10.0.0",
7272
"eslint-plugin-vuejs-accessibility": "^2.4.1",
7373
"eslint-plugin-vuetify": "^2.5.1",
74-
"jiti": "^2.4.2",
7574
"husky": "^9.1.7",
75+
"jiti": "^2.4.2",
7676
"jsdom": "^26.0.0",
7777
"lint-staged": "^15.4.3",
7878
"npm-run-all2": "^7.0.2",
7979
"postcss-html": "^1.8.0",
80-
"prettier": "^3.5.2",
80+
"prettier": "^3.5.3",
8181
"resize-observer-polyfill": "^1.5.1",
8282
"rimraf": "^6.0.1",
8383
"rollup-plugin-visualizer": "^5.14.0",
@@ -87,13 +87,13 @@
8787
"stylelint-config-recommended-vue": "^1.6.0",
8888
"stylelint-order": "^6.0.4",
8989
"typescript": "^5.8.2",
90-
"typescript-eslint": "^8.25.0",
91-
"vite": "^6.2.0",
90+
"typescript-eslint": "^8.26.0",
91+
"vite": "^6.2.1",
9292
"vite-plugin-checker": "0.9.0",
9393
"vite-plugin-vue-devtools": "^7.7.2",
9494
"vite-plugin-vuetify": "^2.1.0",
95-
"vitest": "^3.0.7",
96-
"vue-tsc": "^2.2.6"
95+
"vitest": "^3.0.8",
96+
"vue-tsc": "^2.2.8"
9797
},
9898
"husky": {
9999
"hooks": {
@@ -111,5 +111,10 @@
111111
},
112112
"stackblitz": {
113113
"startCommand": "pnpm run test:unit"
114+
},
115+
"pnpm": {
116+
"onlyBuiltDependencies": [
117+
"core-js"
118+
]
114119
}
115120
}

0 commit comments

Comments
 (0)