Update dependencies with pnpm v8
All checks were successful
continuous-integration/drone/promote/production Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2023-06-13 01:18:54 -05:00
parent 9aa3f56340
commit 61c4d86fff
3 changed files with 704 additions and 644 deletions

View File

@ -20,7 +20,9 @@ steps:
- name: typedoc build
image: node:18
commands:
- "node -v"
- "npm add --global pnpm"
- "pnpm --version"
- pnpm i
- pnpm run docs:build

View File

@ -82,7 +82,7 @@
"@typescript-eslint/parser": "^5.59.11",
"chai": "^4.3.7",
"eslint": "^8.42.0",
"lunr": "^2.3.0",
"lunr": "^2.3.9",
"mocha": "^9.2.2",
"sinon": "^12.0.1",
"typedoc": "^0.23.28",

File diff suppressed because it is too large Load Diff