Skip to content

Commit

Permalink
Update dependencies; Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Nov 16, 2023
1 parent e21ab4a commit 2e295fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"dependencies": {
"bootstrap": "^5.3.2",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"release-it": "^16.1.5",
"sass": "^1.67.0",
"@types/bootstrap": "^5.2.9",
"@types/node": "^20.9.1",
"@vitejs/plugin-vue": "^4.5.0",
"release-it": "^17.0.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^5.0.0",
"vite-plugin-html-config": "^1.0.11",
"vite-plugin-pwa": "^0.16.5",
"vue-tsc": "^1.8.11"
"vite-plugin-pwa": "^0.16.7",
"vue-tsc": "^1.8.22"
}
}

0 comments on commit 2e295fb

Please sign in to comment.