Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
"apollo-upload-client" v18 requires migration to ts module "nodenext"
  • Loading branch information
schroda committed Nov 4, 2023
1 parent 1b99a84 commit e8c8f99
Show file tree
Hide file tree
Showing 2 changed files with 750 additions and 700 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,52 +30,52 @@
]
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/client": "^3.8.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@vitejs/plugin-react-swc": "^3.3.2",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@vitejs/plugin-react-swc": "^3.4.1",
"apollo-upload-client": "^17.0.0",
"axios": "^1.5.0",
"axios": "^1.6.0",
"file-selector": "^0.6.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.1",
"i18next": "^23.5.1",
"graphql-ws": "^5.14.2",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-router-dom": "^6.16.0",
"react-virtuoso": "^4.5.1",
"react-i18next": "^13.3.1",
"react-router-dom": "^6.18.0",
"react-virtuoso": "^4.6.2",
"use-query-params": "^2.2.1",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/apollo-upload-client": "^17.0.2",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.7",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"@types/apollo-upload-client": "^17.0.4",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.14",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
Expand Down
Loading

0 comments on commit e8c8f99

Please sign in to comment.