Skip to content

Commit

Permalink
Update nextjs monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 01e6132 commit d5c8391
Show file tree
Hide file tree
Showing 7 changed files with 532 additions and 234 deletions.
4 changes: 2 additions & 2 deletions src/abacus-backoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@adeira/relay": "^9.0.0",
"@adeira/sx": "^0.30.0",
"@adeira/sx-design": "^0.33.0",
"@next/bundle-analyzer": "^14.2.5",
"@next/bundle-analyzer": "^15.0.2",
"@recoiljs/refine": "^0.1.1",
"@sentry/nextjs": "^7.118.0",
"d3": "^7.9.0",
"fbt": "^1.0.2",
"graphql": "^16.9.0",
"immutable": "^4.3.7",
"next": "^14.2.5",
"next": "^15.0.2",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"next-seo": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/abacus-kochka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fbt": "^1.0.2",
"globby": "^14.0.2",
"graphql": "^16.9.0",
"next": "^14.2.5",
"next": "^15.0.2",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"next-seo": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/abacus-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@stylexjs/nextjs-plugin": "^0.7.5",
"@stylexjs/stylex": "^0.7.5",
"next": "^14.2.5",
"next": "^15.0.2",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.26.0",
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^15.0.2",
"@stylexjs/eslint-plugin": "^0.7.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-adeira": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/mrtnzlml.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@stylexjs/nextjs-plugin": "^0.7.5",
"@stylexjs/stylex": "^0.7.5",
"next": "^14.2.5",
"next": "^15.0.2",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions src/typescript-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.5",
"next": "^14.2.5",
"eslint-config-next": "^15.0.2",
"next": "^15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
Expand Down
Loading

0 comments on commit d5c8391

Please sign in to comment.