Skip to content

Commit

Permalink
feat(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Dec 3, 2023
1 parent cd7c889 commit 1089c7c
Show file tree
Hide file tree
Showing 2 changed files with 1,389 additions and 871 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@jest/globals": "^29.7.0",
"@swc-jotai/debug-label": "^0.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query-devtools": "^5.8.4",
"@tanstack/react-query-devtools": "^5.12.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@types/downloadjs": "^1.4.6",
Expand All @@ -58,15 +58,15 @@
"autoprefixer": "^10.4.16",
"coveralls": "^3.1.1",
"cross-fetch": "^4.0.0",
"eslint": "8.54.0",
"eslint-config-next": "^14.0.0",
"eslint": "8.55.0",
"eslint-config-next": "^14.0.3",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.1.0",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.0",
Expand All @@ -79,8 +79,8 @@
},
"dependencies": {
"@annatarhe/blurhash-react": "^0.0.1",
"@apollo/client": "^3.8.7",
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@apollo/client": "^3.8.8",
"@apollo/experimental-nextjs-app-support": "^0.5.2",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@emotion/cache": "^11.11.0",
Expand All @@ -101,17 +101,17 @@
"@mantine/notifications": "^7.2.2",
"@mantine/nprogress": "^7.2.2",
"@mantine/spotlight": "^7.2.2",
"@metamask/sdk": "^0.12.3",
"@metamask/sdk-react": "^0.12.3",
"@metamask/sdk": "^0.14.1",
"@metamask/sdk-react": "^0.14.1",
"@next/bundle-analyzer": "^13.4.19",
"@next/third-parties": "^14.0.3",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/nextjs": "^7.81.1",
"@sentry/react": "^7.81.1",
"@sentry/tracing": "^7.81.1",
"@tanstack/query-sync-storage-persister": "^5.8.3",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-persist-client": "^5.8.4",
"@sentry/nextjs": "^7.84.0",
"@sentry/react": "^7.84.0",
"@sentry/tracing": "^7.84.0",
"@tanstack/query-sync-storage-persister": "^5.12.1",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-persist-client": "^5.12.2",
"@tanstack/react-table": "^8.10.7",
"@web3-react/core": "8.2.3",
"@web3-react/metamask": "8.2.4",
Expand All @@ -130,12 +130,12 @@
"framer-motion": "^10.16.5",
"franc-min": "^6.1.0",
"html-to-image": "^1.11.11",
"i18next": "^23.7.6",
"i18next": "^23.7.7",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"intersection-observer": "^0.12.2",
"iso-639-3-to-1": "^1.0.0",
"jotai": "^2.5.1",
"jotai": "^2.6.0",
"js-cookie": "^3.0.5",
"js-sha256": "^0.10.1",
"jsencrypt": "^3.3.2",
Expand Down Expand Up @@ -163,7 +163,7 @@
"react-turnstile": "^1.1.2",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"sharp": "^0.32.6",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.5",
"xstate": "^4.38.3",
"yup": "1.3.2"
Expand Down
Loading

0 comments on commit 1089c7c

Please sign in to comment.