Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Oct 13, 2023
1 parent d7b2094 commit 4c6ceee
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 100 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "turbo run build"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"discord-api-types": "0.37.60",
"eslint": "^8.51.0",
"tsup": "^7.2.0",
Expand All @@ -23,8 +23,8 @@
},
"packageManager": "[email protected]",
"dependencies": {
"cloudstorm": "^0.8.7",
"cloudstorm": "^0.9.0",
"heatsync": "^2.4.2",
"snowtransfer": "^0.8.6"
"snowtransfer": "^0.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/runtime-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@amanda/sql": "1.0.0",
"discord-verify": "1.2.0",
"lavacord": "^2.1.0-v4",
"marked": "9.1.0",
"marked": "9.1.2",
"mime-types": "2.1.35",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.31.0"
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.32.0"
},
"devDependencies": {
"@types/marked": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"pg": "^8.11.3"
},
"devDependencies": {
"@types/pg": "8.10.3"
"@types/pg": "8.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/website-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"ws": "^8.14.2"
},
"devDependencies": {
"@types/ws": "8.5.6"
"@types/ws": "8.5.7"
}
}
Loading

0 comments on commit 4c6ceee

Please sign in to comment.