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

fix(deps): update nextjs monorepo to v14.2.22 #2868

Merged
merged 1 commit into from
Jan 6, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@chakra-ui/react": "3.2.4",
"@emotion/react": "11.14.0",
"@next/mdx": "14.2.20",
"@next/mdx": "14.2.22",
"@octokit/graphql-schema": "15.25.0",
"@octokit/rest": "21.0.2",
"graphql": "16.9.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"chromatic": "11.22.0",
"csstype": "3.1.3",
"eslint": "9.16.0",
"eslint-config-next": "14.2.20",
"eslint-config-next": "14.2.22",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react-hooks": "5.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5915,18 +5915,18 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:14.2.20":
version: 14.2.20
resolution: "@next/eslint-plugin-next@npm:14.2.20"
"@next/eslint-plugin-next@npm:14.2.22":
version: 14.2.22
resolution: "@next/eslint-plugin-next@npm:14.2.22"
dependencies:
glob: "npm:10.3.10"
checksum: 10c0/2525026da208bfd9d8923511a4b7d4e88c8a7966b07ddc745b48983e033e54c4160da116997c04c6696fa27a8f1b93148eaae4b1e706b517a0c42d5d4cd7ffcc
checksum: 10c0/35a9e4e3fb25e4b46d16713177858619fb9be159c098f37ae3a64f17f710fe1ced7cd74bd54518dd12e2dc9874edc05c1fb9b4893e3dbe2c0623459b9c79830c
languageName: node
linkType: hard

"@next/mdx@npm:14.2.20":
version: 14.2.20
resolution: "@next/mdx@npm:14.2.20"
"@next/mdx@npm:14.2.22":
version: 14.2.22
resolution: "@next/mdx@npm:14.2.22"
dependencies:
source-map: "npm:^0.7.0"
peerDependencies:
Expand All @@ -5937,7 +5937,7 @@ __metadata:
optional: true
"@mdx-js/react":
optional: true
checksum: 10c0/1c49998055fc60b8e2a56ec917f3dbedccb6bc021917d9e738e1104551d25cbd67f12c4b26f762ada3c1df32dd384e885e2b8868d47c4897c85c12447a7e6d9b
checksum: 10c0/48e26b8339151dc935d692728f786e329cd80ab13c830e38bac5501cb9ea3a52b3aae18a1ae4b4ac64fd993d625786d5ddd0ff2fcdcf5162aa273cc23aa1183e
languageName: node
linkType: hard

Expand Down Expand Up @@ -11142,7 +11142,7 @@ __metadata:
"@graphql-codegen/typescript-resolvers": "npm:4.4.1"
"@graphql-eslint/eslint-plugin": "npm:^4.0.0"
"@graphql-tools/schema": "npm:10.0.15"
"@next/mdx": "npm:14.2.20"
"@next/mdx": "npm:14.2.22"
"@octokit/graphql-schema": "npm:15.25.0"
"@octokit/rest": "npm:21.0.2"
"@octokit/types": "npm:13.6.2"
Expand All @@ -11158,7 +11158,7 @@ __metadata:
chromatic: "npm:11.22.0"
csstype: "npm:3.1.3"
eslint: "npm:9.16.0"
eslint-config-next: "npm:14.2.20"
eslint-config-next: "npm:14.2.22"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-react-hooks: "npm:5.1.0"
Expand Down Expand Up @@ -12248,11 +12248,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-next@npm:14.2.20":
version: 14.2.20
resolution: "eslint-config-next@npm:14.2.20"
"eslint-config-next@npm:14.2.22":
version: 14.2.22
resolution: "eslint-config-next@npm:14.2.22"
dependencies:
"@next/eslint-plugin-next": "npm:14.2.20"
"@next/eslint-plugin-next": "npm:14.2.22"
"@rushstack/eslint-patch": "npm:^1.3.3"
"@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Expand All @@ -12268,7 +12268,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/9de4f628fa58de6c999d26e1d2616583d618c8e7d3c7fef4faa36324a9ed58995e256d66bc6271007cee73e26d31bd30b82fe1a220874baff05b070df121470f
checksum: 10c0/693d5b9178e29a140a4adf7db6c4c072db1e5d12cc9d2723b10e350ebdef867af999ce87501b4fb85b4ab56b2e824acefdcc1943aae76f60426c7b15e3694e68
languageName: node
linkType: hard

Expand Down
Loading