chore: bump deps (#2836)

* chore: add yarn interactive-tools

* chore(deps): bump swc

* chore(deps): bump chai types

* chore(deps): bump mocha

* chore(deps): bump node types

* chore(deps): bump eslint

* chore(deps): bump other
This commit is contained in:
Jonathan Ho
2023-03-15 18:48:16 -05:00
committed by GitHub
parent 6ee061d874
commit a196e22d9b
12 changed files with 1438 additions and 1338 deletions
+8 -8
View File
@@ -25,15 +25,15 @@
"build:doc": "typedoc --out ./website/docs/generated/ && node scripts/finalizeTypedocs.js"
},
"devDependencies": {
"eslint": "^8.28.0",
"eslint": "^8.36.0",
"eslint-config-discordeno": "*",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"turbo": "^1.6.3",
"typedoc": "^0.23.21",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.9.3"
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"turbo": "^1.8.3",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"