Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cokemine committed Jul 12, 2024
1 parent f875f16 commit 2263a6c
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rollup": "4.18.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-esbuild": "^6.1.1",
"typescript": "^5.1.6",
"typescript": "^5.5.3",
"vitest": "^0.34.6",
"vitest-mock-extended": "^1.3.1",
"vue-eslint-parser": "^9.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/nodestatus-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"pretest": "node scripts/init.js"
},
"dependencies": {
"@prisma/client": "^5.0.0",
"@prisma/client": "^5.16.2",
"dotenv": "^16.0.1",
"prisma": "^5.0.0",
"prisma": "^5.16.2",
"replace-in-file": "^6.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"koa2-connect-history-api-fallback": "^0.1.3",
"log4js": "^6.4.7",
"telegraf": "^4.16.3",
"typescript": "^5.1.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"ws": "^8.18.0"
},
Expand Down
Loading

0 comments on commit 2263a6c

Please sign in to comment.