Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent b411bdf commit 9f233c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"playwright": "^1.29.1",
"prettier": "^2.8.1",
"ts-prune": "^0.10.3",
"typescript": "^4.9.4",
"typescript": "^5.0.0",
"unbuild": "^1.0.2",
"vitest": "^0.26.2"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"playwright": "^1.24.0",
"vite-test-utils": "npm:vite-test-utils-edge@latest",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-svelte-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte-check": "^3.0.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"playwright": "^1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"playwright": "^1.24.0",
"vite-test-utils": "npm:vite-test-utils-edge@latest",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "vitest run spec"
},
"devDependencies": {
"typescript": "^4.6.4",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"playwright": "^1.24.0",
"vite-test-utils": "npm:vite-test-utils-edge@latest",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.9.0",
"typescript": "~5.4.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.18",
"playwright": "^1.24.0",
Expand Down

0 comments on commit 9f233c4

Please sign in to comment.