Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent db7092e commit cf38da9
Show file tree
Hide file tree
Showing 15 changed files with 193 additions and 255 deletions.
2 changes: 1 addition & 1 deletion examples/allow-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"npm-run-all2": "^7.0.1",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"start-server-and-test": "^2.0.9",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nightwatch": "^3.9.0",
"npm-run-all2": "^7.0.1",
"ts-node": "^10.9.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vite-plugin-nightwatch": "^0.4.6",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-playwright": "^1.8.3",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"pkgroll": "^2.5.1",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"vitest": "^2.1.8",
"vue": "^3.5.13"
},
Expand Down
Loading

0 comments on commit cf38da9

Please sign in to comment.