Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Sep 25, 2023
1 parent 29f2c07 commit d716673
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,31 @@
"homepage": "https://github.com/OceanicJS/Oceanic#readme",
"devDependencies": {
"@favware/npm-deprecate": "^1.0.7",
"@mxssfd/typedoc-theme": "^1.1.2",
"@types/node": "^20.5.7",
"@types/pako": "^2.0.0",
"@mxssfd/typedoc-theme": "^1.1.3",
"@types/node": "^20.6.5",
"@types/pako": "^2.0.1",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"rimraf": "^5.0.1",
"typedoc": "^0.25.0",
"typedoc-plugin-extras": "2.3.3",
"typedoc": "^0.25.1",
"typedoc-plugin-extras": "3.0.0",
"typedoc-plugin-mdn-links": "^3.1.0",
"typedoc-plugin-merge-modules": "^5.0.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.2.2"
},
"dependencies": {
"tslib": "^2.6.1",
"undici": "^5.23.0",
"ws": "^8.13.0"
"tslib": "^2.6.2",
"undici": "^5.25.2",
"ws": "^8.14.2"
},
"engines": {
"node": ">=16.16.0"
Expand Down
2 changes: 1 addition & 1 deletion static/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"json": "../docs/docs.json",
"exclude": [],
"favicon": "./static/favicon.ico",
"customTitleLink": "https://docs.oceanic.ws",
"titleLink": "https://docs.oceanic.ws",
"theme": "my-theme",
"mergeModulesMergeMode": "project",
"groupOrder": ["*", "Namespaces"]
Expand Down

0 comments on commit d716673

Please sign in to comment.