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] committed May 19, 2023
1 parent a73fb68 commit 06ee38d
Show file tree
Hide file tree
Showing 13 changed files with 114 additions and 108 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -125,7 +125,7 @@
"size-limit": "^8.0.0",
"standard-version": "^9.3.2",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"typescript": "^5.0.0",
"vite": "^4.0.2",
"vitest": "^0.30.0",
"vitest-canvas-mock": "^0.2.2",
Expand Down
198 changes: 102 additions & 96 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandboxes/bar/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/bubble/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/custom/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/doughnut/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/events/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/line/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/pie/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/polar-area/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/radar/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/reactive/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/scatter/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}

0 comments on commit 06ee38d

Please sign in to comment.