Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienVesper committed Sep 10, 2023
1 parent b9062bd commit 1e4ac73
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"cookie": "^0.5.0",
"planck": "1.0.0-alpha.4",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.23.0",
"ws": "^8.13.0"
"ws": "^8.14.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"@types/cookie": "^0.5.2",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.22",
"tsc-watch": "^6.0.1",
"typescript": "^5.0.4"
"nodemon": "^3.0.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
}
}

0 comments on commit 1e4ac73

Please sign in to comment.