Skip to content

Commit

Permalink
chore: bump deps (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 authored Nov 8, 2021
1 parent ff8301c commit 8cbb7ac
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 300 deletions.
24 changes: 12 additions & 12 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"@types/jsonwebtoken": "8.5.5",
"@types/node-fetch": "^3.0.3",
"esbuild": "^0.13.12",
"esbuild-register": "^3.0.0",
"esbuild-register": "^3.1.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0"
},
"dependencies": {
"@prisma/client": "^3.4.0",
"@prisma/client": "^3.4.1",
"@snailycad/config": "1.0.0-beta.3",
"@snailycad/schemas": "1.0.0-beta.3",
"@tsed/common": "^6.75.11",
"@tsed/core": "^6.75.11",
"@tsed/di": "^6.75.11",
"@tsed/exceptions": "^6.75.11",
"@tsed/json-mapper": "^6.75.11",
"@tsed/platform-express": "^6.75.11",
"@tsed/schema": "^6.75.11",
"@tsed/socketio": "^6.75.11",
"@tsed/common": "^6.77.1",
"@tsed/core": "^6.77.1",
"@tsed/di": "^6.77.1",
"@tsed/exceptions": "^6.77.1",
"@tsed/json-mapper": "^6.77.1",
"@tsed/platform-express": "^6.77.1",
"@tsed/schema": "^6.77.1",
"@tsed/socketio": "^6.77.1",
"@types/socket.io": "^3.0.2",
"bcrypt": "^5.0.1",
"compression": "1.7.4",
Expand All @@ -47,8 +47,8 @@
"nanoid": "^3.1.30",
"node-fetch": "2",
"nodemon": "^2.0.14",
"prisma": "^3.4.0",
"socket.io": "^4.3.1",
"prisma": "^3.4.1",
"socket.io": "^4.3.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"yup": "^0.32.11"
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@casper124578/use-socket.io": "2.0.0",
"@headlessui/react": "^1.4.1",
"@headlessui/react": "^1.4.2",
"@radix-ui/react-context-menu": "^0.1.1",
"@snailycad/config": "1.0.0-beta.3",
"@snailycad/schemas": "1.0.0-beta.3",
"axios": "^0.24.0",
"date-fns": "^2.25.0",
"formik": "^2.2.9",
"hex-color-regex": "^1.1.0",
"next": "^12.0.2",
"next": "^12.0.3",
"next-intl": "^2.2.0",
"pretty-bytes": "^5.6.0",
"react": "^17.0.2",
Expand All @@ -29,13 +29,13 @@
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"react-markdown": "^7.1.0",
"react-select": "^5.2.0",
"react-select": "^5.2.1",
"react-sortablejs": "^6.0.0",
"react-use": "^17.3.1",
"socket.io-client": "^4.3.2",
"sortablejs": "^1.14.0",
"uuid": "^8.3.2",
"zustand": "^3.6.3"
"zustand": "^3.6.4"
},
"devDependencies": {
"@types/react": "^17.0.34",
Expand Down
Loading

0 comments on commit 8cbb7ac

Please sign in to comment.