Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiste committed Aug 22, 2023
1 parent fefc1a3 commit 7dbf66e
Show file tree
Hide file tree
Showing 2 changed files with 617 additions and 547 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"cookie": "^0.5.0",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6"
},
"peerDependencies": {
Expand Down Expand Up @@ -50,37 +50,37 @@
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@apollo/client": "^3.7.17",
"@apollo/client": "^3.8.1",
"@types/cookie": "^0.5.1",
"@types/debug": "^4.1.8",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.4.5",
"@types/node": "^20.5.1",
"@types/node-fetch": "^2.6.4",
"@types/react": "18.2.18",
"@types/react": "18.2.20",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"clean-publish": "^4.2.0",
"eslint": "8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint": "8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "22.1.0",
"prettier": "3.0.0",
"prettier": "3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^16.1.3",
"tsup": "^7.1.0",
"release-it": "^16.1.5",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"urql": "^4.0.5",
"vite": "^4.4.8",
"vitest": "^0.34.1",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vitest-fetch-mock": "0.2.2"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 7dbf66e

Please sign in to comment.