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] authored Oct 13, 2023
1 parent 3f35345 commit 067bb81
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion static/code/stackblitz/v6/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.6.4",
"typescript": "^5.0.0",
"web-vitals": "^3.0.0"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions static/code/stackblitz/v6/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/code/stackblitz/v6/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0",
"typescript": "^4.5.4",
"typescript": "^5.0.0",
"vue-tsc": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion static/code/stackblitz/v7/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.6.4",
"typescript": "^5.0.0",
"web-vitals": "^3.0.0"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions static/code/stackblitz/v7/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/code/stackblitz/v7/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.5.4",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.0"
}
Expand Down

0 comments on commit 067bb81

Please sign in to comment.