Skip to content

Commit

Permalink
fix(deps): update dependency next to v14 [security] (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jun 18, 2024
1 parent 59b5883 commit 21a82f0
Show file tree
Hide file tree
Showing 11 changed files with 226 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"css-loader": "^6.7.3",
"next": "^13.1.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"css-loader": "^6.7.3",
"next": "^13.1.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"css-loader": "^6.7.3",
"next": "^13.1.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"css-loader": "^6.7.3",
"next": "^13.1.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"css-loader": "^6.7.3",
"next": "^13.1.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion nextjs-react/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"@stitches/react": "^1.2.8",
"next": "^13.0.7",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion nextjs-ssr-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"@tanstack/react-query": "^4.24.10",
"next": "13.5.6",
"next": "14.1.1",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion nextjs-v13/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"next": "13.5.6",
"next": "14.1.1",
"nextjs-shared-v13": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion nextjs-v13/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"next": "13.5.6",
"next": "14.1.1",
"nextjs-shared-v13": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion nextjs-v13/shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@module-federation/nextjs-mf": "8.3.20",
"next": "13.5.6",
"next": "14.1.1",
"nextjs-shared-v13": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
377 changes: 216 additions & 161 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 21a82f0

Please sign in to comment.