Skip to content

Commit

Permalink
feat: upgrade nextjs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Nov 7, 2024
1 parent 716733c commit a68b4c1
Show file tree
Hide file tree
Showing 2 changed files with 3,404 additions and 3,990 deletions.
116 changes: 58 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"node": "23"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.0",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-operations": "4.3.1",
"@graphql-codegen/typescript-react-apollo": "4.3.2",
"@jest/globals": "^29.7.0",
"@swc-jotai/debug-label": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-devtools": "^5.59.20",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/downloadjs": "^1.4.6",
Expand All @@ -52,88 +52,88 @@
"@types/mixpanel-browser": "^2.50.0",
"@types/parse-unit": "^1.0.3",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.34",
"@types/react-transition-group": "^4.4.11",
"autoprefixer": "^10.4.20",
"coveralls": "^3.1.1",
"cross-fetch": "^4.0.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.11",
"eslint": "9.14.0",
"eslint-config-next": "^15.0.3",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.7.15",
"lefthook": "^1.8.2",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"redux-mock-store": "^1.5.4",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"redux-mock-store": "^1.5.5",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"@annatarhe/blurhash-react": "^0.0.2",
"@apollo/client": "^3.11.8",
"@apollo/experimental-nextjs-app-support": "^0.11.3",
"@apollo/experimental-nextjs-app-support": "^0.11.5",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@fingerprintjs/fingerprintjs": "^4.3.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/react": "^0.26.23",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/react": "^0.26.27",
"@formkit/auto-animate": "0.8.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "^2.1.8",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@lexical/code": "^0.17.1",
"@lexical/link": "^0.17.1",
"@lexical/list": "^0.17.1",
"@lexical/mark": "^0.17.1",
"@lexical/markdown": "^0.17.1",
"@lexical/react": "^0.17.1",
"@lexical/rich-text": "^0.17.1",
"@lexical/table": "^0.17.1",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@lexical/code": "^0.19.0",
"@lexical/link": "^0.19.0",
"@lexical/list": "^0.19.0",
"@lexical/mark": "^0.19.0",
"@lexical/markdown": "^0.19.0",
"@lexical/react": "^0.19.0",
"@lexical/rich-text": "^0.19.0",
"@lexical/table": "^0.19.0",
"@mantine/code-highlight": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/dropzone": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.13.4",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^7.12.2",
"@mantine/nprogress": "^7.12.2",
"@mantine/spotlight": "^7.12.2",
"@mantine/notifications": "^7.13.4",
"@mantine/nprogress": "^7.13.4",
"@mantine/spotlight": "^7.13.4",
"@marsidev/react-turnstile": "^1.0.2",
"@metamask/sdk": "^0.28.4",
"@metamask/sdk-react": "^0.28.4",
"@neshca/cache-handler": "^1.7.1",
"@metamask/sdk": "^0.30.2",
"@metamask/sdk-react": "^0.30.2",
"@neshca/cache-handler": "^1.8.1",
"@newrelic/next": "^0.10.0",
"@next/bundle-analyzer": "^14.2.11",
"@next/third-parties": "^14.2.11",
"@next/bundle-analyzer": "^15.0.3",
"@next/third-parties": "^15.0.3",
"@opentelemetry/api": "^1.9.0",
"@prompt-pal/node-sdk": "npm:@jsr/prompt-pal__node-sdk@^0.4.3",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/nextjs": "^8.30.0",
"@sentry/react": "^8.30.0",
"@sentry/nextjs": "^8.37.1",
"@sentry/react": "^8.37.1",
"@sentry/tracing": "^7.114.0",
"@statelyai/inspect": "^0.4.0",
"@tanstack/query-sync-storage-persister": "^5.56.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-persist-client": "^5.56.2",
"@tanstack/query-sync-storage-persister": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-persist-client": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"@uptrace/node": "^1.21.0",
"@vercel/og": "^0.6.2",
"@vercel/og": "^0.6.3",
"@web3-react/core": "8.2.3",
"@web3-react/metamask": "8.2.4",
"@web3-react/network": "8.2.3",
"@web3-react/types": "8.2.3",
"@xstate/react": "^4.1.2",
"@xstate/react": "^4.1.3",
"blurhash": "^2.0.5",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "^2.5.1",
Expand All @@ -145,47 +145,47 @@
"formik": "^2.4.6",
"franc-min": "^6.2.0",
"html-to-image": "^1.11.11",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"intersection-observer": "^0.12.2",
"iso-639-3-to-1": "^1.0.0",
"jotai": "^2.9.3",
"jotai": "^2.10.1",
"js-cookie": "^3.0.5",
"js-sha256": "^0.11.0",
"jsencrypt": "^3.3.2",
"leancloud-storage": "^4.15.2",
"lexical": "^0.17.1",
"lexical": "^0.19.0",
"lodash": "^4.17.21",
"mantine-form-zod-resolver": "^1.1.0",
"masonic": "^4.0.1",
"mixpanel-browser": "^2.55.1",
"next": "14.2.11",
"next": "15.0.3",
"next-i18next": "^15.3.1",
"opentelemetry-node-metrics": "^3.0.0",
"parse-unit": "^1.0.1",
"party-js": "^2.2.0",
"qrcode.react": "^4.0.1",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-apple-signin-auth": "^1.1.0",
"react-auth-code-input": "^3.2.1",
"react-blurhash": "^0.3.0",
"react-cool-inview": "^3.0.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.1",
"react-i18next": "^15.1.1",
"react-markdown": "^9.0.1",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-select": "^5.8.2",
"react-slick": "^0.30.2",
"react-switch": "^7.0.0",
"react-transition-group": "^4.4.5",
"redis": "^4.7.0",
"redux": "^5.0.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.11",
"xstate": "^5.18.1",
"tailwindcss": "^3.4.14",
"xstate": "^5.18.2",
"yup": "1.4.0",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit a68b4c1

Please sign in to comment.