Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextjs monorepo to v13 (major) #912

Merged
merged 1 commit into from May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -75,8 +75,8 @@
"zustand": "^4.3.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.4",
"@next/eslint-plugin-next": "^12.1.4",
"@next/bundle-analyzer": "^13.0.0",
"@next/eslint-plugin-next": "^13.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/dockerode": "^3.3.9",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Expand Up @@ -1053,12 +1053,12 @@ __metadata:
languageName: node
linkType: hard

"@next/bundle-analyzer@npm:^12.1.4":
version: 12.3.4
resolution: "@next/bundle-analyzer@npm:12.3.4"
"@next/bundle-analyzer@npm:^13.0.0":
version: 13.4.2
resolution: "@next/bundle-analyzer@npm:13.4.2"
dependencies:
webpack-bundle-analyzer: 4.3.0
checksum: 611cc07194a5cdd4aa0d1db5bae2de807cb2388d2c623f8d7ab8d581f8d01ec1510bd73ae3977334f7957278540ec0e2b2ebd48f9476235bd7b65055c560dc44
webpack-bundle-analyzer: 4.7.0
checksum: 2c17ec675139ee7f8b2388756c95a6c458db3c1a926c6b2192c409b955290f489ae070b630caaf2515293f77ded934c450dd7204677ccf5707bc768320293a3d
languageName: node
linkType: hard

Expand All @@ -1069,12 +1069,12 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:^12.1.4":
version: 12.3.4
resolution: "@next/eslint-plugin-next@npm:12.3.4"
"@next/eslint-plugin-next@npm:^13.0.0":
version: 13.4.2
resolution: "@next/eslint-plugin-next@npm:13.4.2"
dependencies:
glob: 7.1.7
checksum: e4ae97062f3efe8f70904cf0da296ab501a2924423273352d01b18d8ffff1eb2e9a65c47dd6f9cfa0d696eada272486a3f519b2786918d0a9ab735b93f5ce4b3
checksum: be6d258eedeb52c120796076b0243d3b2f051e84b43990a4a61ab2e26e143982641e97c71ad7c657e9bb1054a7fe12eebb91e4b76dfc99953c859eff01ee9c89
languageName: node
linkType: hard

Expand Down Expand Up @@ -3084,10 +3084,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^6.2.0":
version: 6.2.1
resolution: "commander@npm:6.2.1"
checksum: d7090410c0de6bc5c67d3ca41c41760d6d268f3c799e530aafb73b7437d1826bbf0d2a3edac33f8b57cc9887b4a986dce307fa5557e109be40eadb7c43b21742
"commander@npm:^7.2.0":
version: 7.2.0
resolution: "commander@npm:7.2.0"
checksum: 53501cbeee61d5157546c0bef0fedb6cdfc763a882136284bed9a07225f09a14b82d2a84e7637edfd1a679fb35ed9502fd58ef1d091e6287f60d790147f68ddc
languageName: node
linkType: hard

Expand Down Expand Up @@ -4935,8 +4935,8 @@ __metadata:
"@mantine/modals": ^6.0.0
"@mantine/next": ^6.0.0
"@mantine/notifications": ^6.0.0
"@next/bundle-analyzer": ^12.1.4
"@next/eslint-plugin-next": ^12.1.4
"@next/bundle-analyzer": ^13.0.0
"@next/eslint-plugin-next": ^13.0.0
"@nivo/core": ^0.80.0
"@nivo/line": ^0.80.0
"@react-native-async-storage/async-storage": ^1.18.1
Expand Down Expand Up @@ -8662,22 +8662,22 @@ __metadata:
languageName: node
linkType: hard

"webpack-bundle-analyzer@npm:4.3.0":
version: 4.3.0
resolution: "webpack-bundle-analyzer@npm:4.3.0"
"webpack-bundle-analyzer@npm:4.7.0":
version: 4.7.0
resolution: "webpack-bundle-analyzer@npm:4.7.0"
dependencies:
acorn: ^8.0.4
acorn-walk: ^8.0.0
chalk: ^4.1.0
commander: ^6.2.0
commander: ^7.2.0
gzip-size: ^6.0.0
lodash: ^4.17.20
opener: ^1.5.2
sirv: ^1.0.7
ws: ^7.3.1
bin:
webpack-bundle-analyzer: lib/bin/analyzer.js
checksum: 00b7bf4ac9fca17062b66b6897145b94e87153d3ec8815f0e0c05a3b8a1ca75320262db01a5fa634f604ee3d41aecde1ee59838d05b6d03cd5be62eb1addbcf8
checksum: 4ce3b379c61ce16b2219756843407cc99f2b82cd191f653043f1b705a3e32b3af03834af0dfded98ab852313a892a148bed1a8effaacd6440f028c19f41581f3
languageName: node
linkType: hard

Expand Down