Skip to content

Commit

Permalink
fix version range
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Mar 17, 2023
1 parent c0b277e commit 89c4b8c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"homepage": "https://github.com/OceanicJS/Oceanic#readme",
"devDependencies": {
"@favware/npm-deprecate": "^1.0.7",
"@types/node": "^18.15.2",
"@types/node": "^18.15.3",
"@types/pako": "^2.0.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-jsdoc": "^40.0.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "<5.5"
"typescript": "<5.5 >=5.x"
},
"dependencies": {
"undici": "^5.21.0",
Expand Down

0 comments on commit 89c4b8c

Please sign in to comment.