Skip to content

Commit

Permalink
fix(deps): update vue-tsc to v2 to fix usage with newer typescript ve…
Browse files Browse the repository at this point in the history
…rsions (#726)
  • Loading branch information
amrbashir authored Jun 24, 2024
1 parent 7b86883 commit 6f8b33d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions templates/template-preact-ts/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/template-preact/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"vite": "^5.0.0",
"vite": "^5.3.1",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/template-react-ts/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/template-react/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.0",
"vite": "^5.3.1",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/template-solid-ts/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^5.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.8.0",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion templates/template-solid/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
},
"devDependencies": {
"vite": "^5.0.0",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.8.0",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions templates/template-vanilla-ts/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %},
"vite": "^5.0.0",
"typescript": "^5.0.2"
"vite": "^5.3.1",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions templates/template-vue-ts/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vue-tsc": "^1.8.5",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/template-vue/package.json.lte
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"{% endif %}
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1",
"@tauri-apps/cli": "{% if beta %}>=2.0.0-beta.0{% else %}^1{% endif %}"{% if mobile %},
"internal-ip": "^7.0.0"{% endif %}
}
Expand Down

0 comments on commit 6f8b33d

Please sign in to comment.