diff --git a/examples/auth/package.json b/examples/auth/package.json index afd2a3e2c..7659189da 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "passport-auth0": "1.4.0", "passport-github2": "0.1.12", diff --git a/examples/custom-server/package.json b/examples/custom-server/package.json index 004ef3724..d91ea30c4 100644 --- a/examples/custom-server/package.json +++ b/examples/custom-server/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "prisma": "2.24.1", "react": "0.0.0-experimental-6a589ad71", diff --git a/examples/cypress/package.json b/examples/cypress/package.json index 3ef5c8ccc..e8ff0d3d5 100644 --- a/examples/cypress/package.json +++ b/examples/cypress/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "react": "0.0.0-experimental-6a589ad71", "react-dom": "0.0.0-experimental-6a589ad71", diff --git a/examples/fauna/package.json b/examples/fauna/package.json index e7930f86a..f0ce26436 100644 --- a/examples/fauna/package.json +++ b/examples/fauna/package.json @@ -28,7 +28,7 @@ ] }, "dependencies": { - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "graphql": "15.5.0", "graphql-request": "3.4.0", diff --git a/examples/no-prisma/package.json b/examples/no-prisma/package.json index 09772ec8b..704545aa2 100644 --- a/examples/no-prisma/package.json +++ b/examples/no-prisma/package.json @@ -26,7 +26,7 @@ ] }, "dependencies": { - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "knex": "0.21.16", "react": "0.0.0-experimental-6a589ad71", "react-dom": "0.0.0-experimental-6a589ad71", diff --git a/examples/plain-js/package.json b/examples/plain-js/package.json index 982373e3c..94b043041 100644 --- a/examples/plain-js/package.json +++ b/examples/plain-js/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "prisma": "2.24.1", "react": "0.0.0-experimental-6a589ad71", "react-dom": "0.0.0-experimental-6a589ad71" diff --git a/examples/static/package.json b/examples/static/package.json index 7bacc90a6..d5cd4113e 100644 --- a/examples/static/package.json +++ b/examples/static/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "prisma": "2.24.1", "react": "0.0.0-experimental-6a589ad71", diff --git a/examples/store/package.json b/examples/store/package.json index 758681800..7a95b871a 100644 --- a/examples/store/package.json +++ b/examples/store/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@prisma/client": "2.24.1", - "blitz": "0.41.1", + "blitz": "0.41.2-canary.1", "final-form": "4.20.1", "prisma": "2.24.1", "react": "0.0.0-experimental-6a589ad71", diff --git a/recipes/base-web/package.json b/recipes/base-web/package.json index 208f8cc11..8f78a0744 100644 --- a/recipes/base-web/package.json +++ b/recipes/base-web/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/bumbag-ui/package.json b/recipes/bumbag-ui/package.json index d0820f023..d6c361129 100644 --- a/recipes/bumbag-ui/package.json +++ b/recipes/bumbag-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/chakra-ui/package.json b/recipes/chakra-ui/package.json index 8d7f6408c..04b5162ef 100644 --- a/recipes/chakra-ui/package.json +++ b/recipes/chakra-ui/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/emotion/package.json b/recipes/emotion/package.json index 2fbc81083..2461223ca 100644 --- a/recipes/emotion/package.json +++ b/recipes/emotion/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/gh-action-yarn-mariadb/package.json b/recipes/gh-action-yarn-mariadb/package.json index 382be7b6a..a9c4f1cda 100644 --- a/recipes/gh-action-yarn-mariadb/package.json +++ b/recipes/gh-action-yarn-mariadb/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1" + "@blitzjs/installer": "0.41.2-canary.1" } } diff --git a/recipes/gh-action-yarn-postgres/package.json b/recipes/gh-action-yarn-postgres/package.json index c096c78ad..9285ba50d 100644 --- a/recipes/gh-action-yarn-postgres/package.json +++ b/recipes/gh-action-yarn-postgres/package.json @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1" + "@blitzjs/installer": "0.41.2-canary.1" } } diff --git a/recipes/ghost/package.json b/recipes/ghost/package.json index 418ae4900..43f430168 100644 --- a/recipes/ghost/package.json +++ b/recipes/ghost/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/graphql-apollo-server/package.json b/recipes/graphql-apollo-server/package.json index 36acf7e6b..190e7d09a 100644 --- a/recipes/graphql-apollo-server/package.json +++ b/recipes/graphql-apollo-server/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0", "uuid": "^8.3.1" }, diff --git a/recipes/logrocket/package.json b/recipes/logrocket/package.json index 23cc83274..582a76275 100644 --- a/recipes/logrocket/package.json +++ b/recipes/logrocket/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1" + "@blitzjs/installer": "0.41.2-canary.1" } } diff --git a/recipes/material-ui/package.json b/recipes/material-ui/package.json index 75bbeeaea..e90ace821 100644 --- a/recipes/material-ui/package.json +++ b/recipes/material-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/quirrel/package.json b/recipes/quirrel/package.json index e58fe56f2..46174db56 100644 --- a/recipes/quirrel/package.json +++ b/recipes/quirrel/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1" + "@blitzjs/installer": "0.41.2-canary.1" } } diff --git a/recipes/reflexjs/package.json b/recipes/reflexjs/package.json index e0fa3350a..3a803f01c 100644 --- a/recipes/reflexjs/package.json +++ b/recipes/reflexjs/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/render/package.json b/recipes/render/package.json index 9c374550f..d21c701cf 100644 --- a/recipes/render/package.json +++ b/recipes/render/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1" + "@blitzjs/installer": "0.41.2-canary.1" } } diff --git a/recipes/secureheaders/package.json b/recipes/secureheaders/package.json index 4dea0ba8a..edbc3c4d4 100644 --- a/recipes/secureheaders/package.json +++ b/recipes/secureheaders/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0", "uuid": "^8.3.1" }, diff --git a/recipes/stitches/package.json b/recipes/stitches/package.json index fc3240537..516c813ae 100644 --- a/recipes/stitches/package.json +++ b/recipes/stitches/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/styled-components/package.json b/recipes/styled-components/package.json index fac70057e..ca4d96d51 100644 --- a/recipes/styled-components/package.json +++ b/recipes/styled-components/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/tailwind/package.json b/recipes/tailwind/package.json index 46b386278..ac8c6c477 100644 --- a/recipes/tailwind/package.json +++ b/recipes/tailwind/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": { diff --git a/recipes/theme-ui/package.json b/recipes/theme-ui/package.json index 8a3f6193b..344b978c6 100644 --- a/recipes/theme-ui/package.json +++ b/recipes/theme-ui/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/blitz-js/blitz#readme", "dependencies": { - "@blitzjs/installer": "0.41.1", + "@blitzjs/installer": "0.41.2-canary.1", "jscodeshift": "0.11.0" }, "devDependencies": {