Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 20, 2024
1 parent 0191a1c commit f4c9889
Show file tree
Hide file tree
Showing 6 changed files with 3,405 additions and 3,111 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*/dist/
/server/public/
/.idea/
/.nx/
node_modules/
# TypeScript cache
*.tsbuildinfo
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.14.0
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"sass": "^1.59.2",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.1",
"vue-tsc": "^1.3.0"
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
},
"type": "module"
}
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.0"
}
Loading

0 comments on commit f4c9889

Please sign in to comment.