Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 11, 2023
1 parent de0f42d commit fc6e1cd
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 106 deletions.
4 changes: 2 additions & 2 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.0",
"@logtail/pino": "^0.4.2",
"@prisma/client": "^4.16.2",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.19.2",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"typescript": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
Expand All @@ -44,6 +44,6 @@
"webpack": "^5.88.1"
},
"optionalDependencies": {
"sharp": "^0.32.1"
"sharp": "^0.32.2"
}
}
Loading

0 comments on commit fc6e1cd

Please sign in to comment.