Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 37e5f6d commit 46c28e2
Show file tree
Hide file tree
Showing 8 changed files with 1,886 additions and 878 deletions.
680 changes: 460 additions & 220 deletions static/code/stackblitz/v6/react/package-lock.json

Large diffs are not rendered by default.

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",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.1.1",
"web-vitals": "^3.0.0"
},
Expand Down
704 changes: 484 additions & 220 deletions static/code/stackblitz/v6/vue/package-lock.json

Large diffs are not rendered by default.

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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0",
"vite": "^5.0.0",
"typescript": "^4.5.4",
"vue-tsc": "^1.0.0"
}
Expand Down
668 changes: 454 additions & 214 deletions static/code/stackblitz/v7/react/package-lock.json

Large diffs are not rendered by default.

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 @@ -17,7 +17,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"web-vitals": "^3.0.0"
},
"scripts": {
Expand Down
704 changes: 484 additions & 220 deletions static/code/stackblitz/v7/vue/package-lock.json

Large diffs are not rendered by default.

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 @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.5.4",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vue-tsc": "^1.0.0"
}
}

0 comments on commit 46c28e2

Please sign in to comment.