Skip to content

Commit

Permalink
Update nextjs monorepo to ^13.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent cfef660 commit a2802de
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 145 deletions.
4 changes: 2 additions & 2 deletions src/abacus-backoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@adeira/relay": "^8.0.0",
"@adeira/sx": "^0.29.1",
"@adeira/sx-design": "^0.32.0",
"@next/bundle-analyzer": "^13.4.2",
"@next/bundle-analyzer": "^13.4.19",
"@recoiljs/refine": "^0.1.1",
"@sentry/nextjs": "^7.69.0",
"d3": "^7.8.5",
"fbt": "^1.0.0",
"graphql": "^16.8.1",
"immutable": "^4.3.4",
"next": "^13.4.2",
"next": "^13.4.19",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"next-seo": "^6.1.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.0",
"globby": "^13.2.2",
"graphql": "^16.8.1",
"next": "^13.4.2",
"next": "^13.4.19",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"next-seo": "^6.1.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 @@ -9,7 +9,7 @@
"start": "next start --port=3000"
},
"dependencies": {
"next": "^13.4.2",
"next": "^13.4.19",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"react": "^18.2.0",
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.22.15",
"@next/eslint-plugin-next": "^13.4.2",
"@next/eslint-plugin-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-adeira": "^0.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/sx-design-wlcm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"peerDependencies": {
"@adeira/sx": "^0.29.1",
"next": "^13.4.2",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -33,7 +33,7 @@
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
"next": "^13.4.2",
"next": "^13.4.19",
"storybook-addon-next-router": "^4.0.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/sx-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@adeira/sx": "^0.29.1",
"next": "^13.4.2",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -56,7 +56,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-runtime": "^1.0.0",
"next": "^13.4.2",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook-addon-next-router": "^4.0.2"
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.2.22",
"@types/react-dom": "^18.2.7",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.2",
"next": "^13.4.2",
"eslint-config-next": "^13.4.19",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit a2802de

Please sign in to comment.