Update dependencies (#48)
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
This commit is contained in:
parent
70d3a17c7c
commit
aaab88b9ae
2 changed files with 680 additions and 456 deletions
28
package.json
28
package.json
|
@ -21,8 +21,8 @@
|
|||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
"fast-glob": "^3.2.11",
|
||||
"graphql": "^16.5.0",
|
||||
"jose": "^4.8.3",
|
||||
"graphql": "^16.6.0",
|
||||
"jose": "^4.9.2",
|
||||
"node-fetch": "^3.2.10",
|
||||
"retes": "^0.32.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
@ -30,31 +30,31 @@
|
|||
"devDependencies": {
|
||||
"@testing-library/dom": "^8.17.1",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/node": "^18.6.5",
|
||||
"@types/node": "^18.7.15",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
||||
"@typescript-eslint/parser": "^5.33.0",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||
"@typescript-eslint/parser": "^5.36.1",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"clean-publish": "^4.0.1",
|
||||
"eslint": "8.21.0",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-typescript": "^3.4.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-react": "^7.31.6",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||||
"husky": "^8.0.1",
|
||||
"jsdom": "^20.0.0",
|
||||
"prettier": "2.7.1",
|
||||
"release-it": "^15.4.1",
|
||||
"tsm": "^2.2.2",
|
||||
"tsup": "^6.2.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^3.0.5",
|
||||
"vitest": "^0.21.1",
|
||||
"tsup": "^6.2.3",
|
||||
"typescript": "^4.8.2",
|
||||
"vite": "^3.1.0",
|
||||
"vitest": "^0.23.1",
|
||||
"watchlist": "^0.3.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
1108
pnpm-lock.yaml
1108
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue