Skip to content

Commit

Permalink
update remult version
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 16, 2024
1 parent 089b8c2 commit 9793be0
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.26.12] TBD
## [0.26.12] 2024-05-16

- Fixed an issue with stack overflow when calling `withRemult` from within `getUser` - relevant to next auth - `session` hook
- The "static" `withRemult` will now use the dataProvider provided in the remultServer options by default
Expand Down
8 changes: 4 additions & 4 deletions examples/angular-todo-fastify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/angular-todo-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fastify": "^4.26.1",
"helmet": "^7.1.0",
"pg": "^8.11.3",
"remult": "^0.26.11",
"remult": "^0.26.12",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
Expand Down
8 changes: 4 additions & 4 deletions examples/angular-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/angular-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"express": "^4.19.2",
"helmet": "^7.1.0",
"pg": "^8.11.3",
"remult": "^0.26.11",
"remult": "^0.26.12",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/nextjs-app-router-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nextjs-app-router-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"next-auth": "^4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"remult": "^0.26.12-next.3",
"remult": "^0.26.12",
"typescript": "5.0.4"
}
}
8 changes: 4 additions & 4 deletions examples/nuxt-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nuxt-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"dependencies": {
"next-auth": "4.22.5",
"remult": "^0.26.11"
"remult": "^0.26.12"
}
}
14 changes: 7 additions & 7 deletions examples/react-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/react-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remult": "^0.26.11"
"remult": "^0.26.12"
},
"devDependencies": {
"@types/compression": "^1.7.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/shadcn-react-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/shadcn-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"remult": "^0.26.11",
"remult": "^0.26.12",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand Down
8 changes: 4 additions & 4 deletions examples/solid-start-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/solid-start-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@solidjs/router": "^0.13.2",
"@solidjs/start": "^1.0.0-rc.0",
"pg": "^8.11.5",
"remult": "^0.26.11",
"remult": "^0.26.12",
"solid-js": "^1.8.16",
"vinxi": "^0.3.11"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/sveltekit-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/sveltekit-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"dependencies": {
"@auth/core": "^0.26.2",
"@auth/sveltekit": "^0.12.2",
"remult": "^0.26.11"
"remult": "^0.26.12"
}
}
8 changes: 4 additions & 4 deletions examples/tanstack-react-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/tanstack-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-table": "^8.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remult": "^0.26.11"
"remult": "^0.26.12"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
Expand Down
14 changes: 7 additions & 7 deletions examples/vue-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"express": "^4.19.2",
"helmet": "^7.1.0",
"pg": "^8.11.3",
"remult": "^0.26.11",
"remult": "^0.26.12",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 9793be0

Please sign in to comment.