Skip to content

Commit

Permalink
🔨 bump deps (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 authored Dec 16, 2021
1 parent 7e1eea6 commit ba5538d
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 273 deletions.
24 changes: 12 additions & 12 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/jsonwebtoken": "8.5.6",
"@types/node": "^16.11.12",
"@types/node": "^17.0.0",
"@types/node-fetch": "2",
"esbuild": "^0.14.2",
"esbuild-register": "^3.2.0",
"esbuild": "^0.14.5",
"esbuild-register": "^3.2.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0"
},
"dependencies": {
"@prisma/client": "^3.6.0",
"@snailycad/config": "1.0.0-beta.13",
"@snailycad/schemas": "1.0.0-beta.13",
"@tsed/common": "^6.95.4",
"@tsed/core": "^6.95.4",
"@tsed/di": "^6.95.4",
"@tsed/exceptions": "^6.95.4",
"@tsed/json-mapper": "^6.95.4",
"@tsed/platform-express": "^6.95.4",
"@tsed/schema": "^6.95.4",
"@tsed/socketio": "^6.95.4",
"@tsed/common": "^6.95.9",
"@tsed/core": "^6.95.9",
"@tsed/di": "^6.95.9",
"@tsed/exceptions": "^6.95.9",
"@tsed/json-mapper": "^6.95.9",
"@tsed/platform-express": "^6.95.9",
"@tsed/schema": "^6.95.9",
"@tsed/socketio": "^6.95.9",
"@types/socket.io": "^3.0.2",
"bcrypt": "^5.0.1",
"compression": "1.7.4",
Expand All @@ -51,7 +51,7 @@
"prisma": "^3.6.0",
"socket.io": "^4.4.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.3",
"typescript": "^4.5.4",
"yup": "^0.32.11"
}
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@casper124578/use-socket.io": "2.0.0",
"@casper124578/useful": "^1.4.2",
"@headlessui/react": "^1.4.2",
"@radix-ui/react-context-menu": "^0.1.3",
"@radix-ui/react-context-menu": "^0.1.4",
"@snailycad/config": "1.0.0-beta.13",
"@snailycad/schemas": "1.0.0-beta.13",
"axios": "^0.24.0",
Expand Down Expand Up @@ -48,11 +48,11 @@
"@types/sortablejs": "^1.10.7",
"@types/uuid": "^8.3.3",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"postcss": "^8.4.5",
"preact": "^10.5.15",
"rimraf": "^3.0.2",
"sass": "^1.45.0",
"tailwindcss": "^3.0.1",
"typescript": "^4.5.3"
"tailwindcss": "^3.0.5",
"typescript": "^4.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "tsup"
},
"devDependencies": {
"typescript": "^4.5.4",
"tsup": "^5.11.6"
"tsup": "^5.11.6",
"typescript": "^4.5.4"
},
"dependencies": {
"zod": "^3.11.6"
Expand Down
Loading

0 comments on commit ba5538d

Please sign in to comment.