Skip to content

Commit

Permalink
update used software, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
magenbrot committed Sep 27, 2024
1 parent 8d10a1b commit b83f600
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffpostcreator",
"version": "2024.09.00",
"version": "2024.09.01",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"bulma": "^1.0.0",
"vue": "^3.4.23"
"bulma": "^1.0.2",
"vue": "^3.5.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"moment": "^2.30.1",
"sass": "^1.75.0",
"vite": "^5.2.9"
"sass": "^1.79.0",
"vite": "^5.4.8"
}
}

0 comments on commit b83f600

Please sign in to comment.