Skip to content

Commit

Permalink
chore: Use tilde for typescript versions in templates (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Nov 13, 2024
1 parent 959c3c2 commit 5a13880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "^18.0.9",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.2",
"typescript": "~5.6.3",
"vite": "^5.0.0",
"vite-plugin-web-extension": "^4.0.0",
"webextension-polyfill": "^0.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.0",
"typescript": "~5.6.3",
"vite": "^5.4.4",
"vite-plugin-web-extension": "^4.1.6",
"webextension-polyfill": "^0.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/webextension-polyfill": "^0.10.0",
"typescript": "^5.3.2",
"typescript": "~5.6.3",
"vite": "^5.0.0",
"vite-plugin-web-extension": "^4.0.0",
"webextension-polyfill": "^0.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.3.2",
"typescript": "~5.6.3",
"vite": "^5.0.0",
"vite-plugin-web-extension": "^4.0.0",
"vue-tsc": "^1.2.0",
Expand Down

0 comments on commit 5a13880

Please sign in to comment.