build: Update dependencies (#10601)

* build: update dependencies

* build: upgrade pnpm to 9.13.2
This commit is contained in:
Jiralite
2024-11-19 10:30:06 +00:00
committed by GitHub
parent b03a9e4043
commit 98153baf91
28 changed files with 3138 additions and 3616 deletions

View File

@@ -62,20 +62,20 @@
"dependencies": {
"commander": "^12.1.0",
"jsdoc-to-markdown": "^8.0.1",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"typedoc": "^0.25.13"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@types/jsdoc-to-markdown": "^7.0.6",
"@types/node": "^18.19.45",
"@types/node": "^18.19.64",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.1.62",
"eslint-formatter-pretty": "^6.0.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "^2.0.14",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "~5.5.4"
},
"engines": {