Skip to content

Commit 3b6145a

Browse files
committed
fix: pin vue-tsc version
vuejs/language-tools#5186
1 parent 06935c2 commit 3b6145a

File tree

2 files changed

+1081
-871
lines changed

2 files changed

+1081
-871
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@
1515
},
1616
"dependencies": {
1717
"lodash-es": "^4.17.21",
18-
"pinia": "^2.2.6",
18+
"pinia": "^2.3.1",
1919
"vue": "^3.5.13",
20-
"vue-router": "^4.4.5"
20+
"vue-router": "^4.5.0"
2121
},
2222
"devDependencies": {
23-
"@tailwindcss/forms": "^0.5.9",
23+
"@tailwindcss/forms": "^0.5.10",
2424
"@tsconfig/node22": "^22.0.0",
2525
"@types/jsdom": "^21.1.7",
2626
"@types/lodash-es": "^4.17.12",
27-
"@types/node": "^22.9.1",
28-
"@vitejs/plugin-vue": "^5.2.0",
27+
"@types/node": "^22.13.4",
28+
"@vitejs/plugin-vue": "^5.2.1",
2929
"@vitest/eslint-plugin": "1.1.7",
30-
"@vue/eslint-config-prettier": "^10.1.0",
31-
"@vue/eslint-config-typescript": "^14.1.3",
30+
"@vue/eslint-config-prettier": "^10.2.0",
31+
"@vue/eslint-config-typescript": "^14.4.0",
3232
"@vue/test-utils": "^2.4.6",
3333
"@vue/tsconfig": "^0.5.1",
3434
"autoprefixer": "^10.4.20",
35-
"eslint": "^9.15.0",
36-
"eslint-plugin-vue": "^9.31.0",
35+
"eslint": "^9.20.1",
36+
"eslint-plugin-vue": "^9.32.0",
3737
"jsdom": "^25.0.1",
38-
"npm-run-all2": "^7.0.1",
39-
"postcss": "^8.4.49",
40-
"prettier": "^3.3.3",
41-
"tailwindcss": "^3.4.15",
38+
"npm-run-all2": "^7.0.2",
39+
"postcss": "^8.5.3",
40+
"prettier": "^3.5.1",
41+
"tailwindcss": "^3.4.17",
4242
"typescript": "~5.6.3",
43-
"vite": "^5.4.11",
44-
"vite-plugin-vue-devtools": "^7.6.4",
45-
"vitest": "^2.1.5",
46-
"vue-tsc": "^2.1.10"
43+
"vite": "^5.4.14",
44+
"vite-plugin-vue-devtools": "^7.7.2",
45+
"vitest": "^2.1.9",
46+
"vue-tsc": "2.2.0"
4747
}
4848
}

0 commit comments

Comments
 (0)