Skip to content

Commit

Permalink
Merge branch 'fix/upgrade-24-Sep-23' into fix/upgrade-25-Sep-23
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Sep 25, 2023
2 parents 00ea92e + dc43b97 commit fab5411
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/with-grafbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.2.7",
"graphql": "16.8.1",
"graphql-request": "5.0.0",
"next": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"seed:run": "knex seed:run"
},
"dependencies": {
"knex": "0.21.6",
"knex": "0.95.15",
"next": "latest",
"pg": "8.4.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-magic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@hapi/iron": "6.0.0",
"@magic-sdk/admin": "1.0.0",
"cookie": "0.4.0",
"cookie": "0.5.0",
"magic-sdk": "1.0.1",
"next": "latest",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"dependencies": {
"@hapi/iron": "6.0.0",
"cookie": "0.4.1",
"cookie": "0.5.0",
"next": "latest",
"next-connect": "0.8.1",
"passport": "^0.4.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0",
"uuid": "8.3.1"
"uuid": "8.3.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-react-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"foundation-sites": "6.7.4",
"foundation-sites": "6.8.1",
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-realm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"realm-web": "0.4.0",
"realm-web": "0.9.0",
"swr": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-redux-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "7.2.0",
"react-redux": "7.2.9",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-observable": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-redux-persist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux": "4.2.1",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "6.0.0"
}
Expand Down
1 change: 1 addition & 0 deletions examples/with-slate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"slate": "^0.82.0",
"slate-history": "0.93.0",
"slate-react": "^0.82.0"
"slate-react": "^0.98.3"
},
"devDependencies": {
"@types/node": "18.7.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-typescript-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql-yoga": "three",
"@graphql-tools/merge": "6.0.18",
"@graphql-tools/schema": "6.0.18",
"graphql": "15.6.0",
"graphql": "15.8.0",
"next": "^12.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit fab5411

Please sign in to comment.