Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 15, 2024
1 parent 1cc0ed4 commit a4906f9
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@
"description": "Library for interacting with the Revolt API.",
"packageManager": "pnpm@8.6.5",
"dependencies": {
"@mxssfd/typedoc-theme": "^1.1.1",
"@solid-primitives/map": "^0.4.3",
"@solid-primitives/set": "^0.4.3",
"eventemitter3": "^5.0.0",
"@mxssfd/typedoc-theme": "^1.1.3",
"@solid-primitives/map": "^0.4.11",
"@solid-primitives/set": "^0.4.11",
"eventemitter3": "^5.0.1",
"isomorphic-ws": "^5.0.0",
"long": "^5.2.1",
"long": "^5.2.3",
"revolt-api": "0.6.13",
"solid-js": "^1.7.3",
"typedoc": "^0.24.1",
"solid-js": "^1.8.15",
"typedoc": "^0.24.8",
"ulid": "^2.3.0",
"ws": "^8.13.0"
"ws": "^8.16.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"dotenv": "^16.0.3",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-solid": "^0.12.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^18.19.24",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-spellcheck": "^0.0.20",
"prettier": "^2.8.7",
"tsc-watch": "^6.0.0",
"prettier": "^2.8.8",
"tsc-watch": "^6.0.4",
"typed-emitter": "^2.1.0",
"typescript": "^5.0.3"
"typescript": "^5.4.2"
}
}

0 comments on commit a4906f9

Please sign in to comment.