update root dependencies
This commit is contained in:
parent
89c1c4a4f4
commit
40b9f4c781
2 changed files with 128 additions and 2901 deletions
40
package.json
40
package.json
|
@ -47,30 +47,30 @@
|
|||
"pretty-quick": "pretty-quick"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc-node/jest": "^1.3.3",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/node": "^15.0.1",
|
||||
"@types/react": "^17.0.33",
|
||||
"@types/react-dom": "^17.0.10",
|
||||
"@types/vscode": "^1.59.0",
|
||||
"@swc-node/jest": "^1.4.3",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/node": "^17.0.14",
|
||||
"@types/react": "^17.0.38",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/vscode": "^1.63.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^4.19.0",
|
||||
"eslint": "^7.32.0",
|
||||
"fake-indexeddb": "^3.1.3",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"eslint": "^8.8.0",
|
||||
"fake-indexeddb": "^3.1.7",
|
||||
"husky": "^7.0.4",
|
||||
"init-package-json": "^2.0.4",
|
||||
"jest": "^27.3.1",
|
||||
"lerna": "^3.22.1",
|
||||
"lint-staged": "^11.2.6",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.2",
|
||||
"init-package-json": "^2.0.5",
|
||||
"jest": "^27.4.7",
|
||||
"lerna": "^4.0.0",
|
||||
"lint-staged": "^12.3.3",
|
||||
"prettier": "^2.5.1",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"source-map-loader": "^3.0.1",
|
||||
"tslib": "^2.3.0",
|
||||
"typedoc": "^0.22.3",
|
||||
"typescript": "^4.5.2"
|
||||
"tslib": "^2.3.1",
|
||||
"typedoc": "^0.22.11",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
Loading…
Reference in a new issue