Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.6.3 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 0cfd413 commit 78e233c
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 144 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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.4",
"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": "^6.2.6",
"start-server-and-test": "^2.0.9",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"prettier": "^3.4.2",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"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": "^6.2.6",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.10"
Expand Down
Loading

0 comments on commit 78e233c

Please sign in to comment.