Merge branch 'master' into docs/discord-invite

This commit is contained in:
fryorcraken.eth 2023-03-01 09:29:45 +11:00 committed by GitHub
commit 8d3152c876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -23,7 +23,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"size-limit": "^8.1.2",
"typedoc": "^0.23.24",
"typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
}
},
@ -26485,14 +26485,14 @@
}
},
"node_modules/typedoc": {
"version": "0.23.25",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz",
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==",
"version": "0.23.26",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
"integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
"dev": true,
"dependencies": {
"lunr": "^2.3.9",
"marked": "^4.2.12",
"minimatch": "^6.1.6",
"minimatch": "^7.1.3",
"shiki": "^0.14.1"
},
"bin": {
@ -26545,9 +26545,9 @@
}
},
"node_modules/typedoc/node_modules/minimatch": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
"integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@ -48168,14 +48168,14 @@
}
},
"typedoc": {
"version": "0.23.25",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz",
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==",
"version": "0.23.26",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
"integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
"dev": true,
"requires": {
"lunr": "^2.3.9",
"marked": "^4.2.12",
"minimatch": "^6.1.6",
"minimatch": "^7.1.3",
"shiki": "^0.14.1"
},
"dependencies": {
@ -48189,9 +48189,9 @@
}
},
"minimatch": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
"integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"

View File

@ -37,7 +37,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"size-limit": "^8.1.2",
"typedoc": "^0.23.24",
"typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
},
"lint-staged": {