Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/remult/remult
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 10, 2024
2 parents aa723e7 + 86c30e0 commit bd65e85
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 534 deletions.
231 changes: 100 additions & 131 deletions examples/nextjs-todo/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/nextjs-todo/package.json
Expand Up @@ -12,7 +12,7 @@
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"next": "13.5.4",
"next": "14.1.1",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
239 changes: 102 additions & 137 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"mongodb": "^4.17.1",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"next": "^13.5.4",
"next": "^14.1.1",
"npm-run-all": "^4.1.5",
"nuxt": "^3.8.2",
"pg": "^8.3.0",
Expand Down
231 changes: 100 additions & 131 deletions projects/test-servers/next-app-server/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/test-servers/next-app-server/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/node": "20.1.0",
"@types/react-dom": "18.2.4",
"next": "13.5.4",
"next": "14.1.1",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
231 changes: 100 additions & 131 deletions projects/test-servers/next-server/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/test-servers/next-server/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/node": "18.16.3",
"@types/react-dom": "18.2.3",
"next": "13.5.4",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"remult": "^0.23.0-esm.7",
Expand Down

0 comments on commit bd65e85

Please sign in to comment.