Skip to content

Commit

Permalink
bump recipe/example versions (ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Jun 8, 2021
1 parent 7d5f437 commit afa6792
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@prisma/client": "2.24.1",
"blitz": "0.36.4",
"blitz": "0.37.0",
"final-form": "4.20.1",
"passport-auth0": "1.4.0",
"passport-github2": "0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@prisma/client": "2.24.1",
"blitz": "0.36.4",
"blitz": "0.37.0",
"final-form": "4.20.1",
"prisma": "2.24.1",
"react": "0.0.0-experimental-6a589ad71",
Expand Down
2 changes: 1 addition & 1 deletion examples/fauna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"blitz": "0.36.4",
"blitz": "0.37.0",
"final-form": "4.20.1",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/no-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"blitz": "0.36.4",
"blitz": "0.37.0",
"knex": "0.21.16",
"react": "0.0.0-experimental-6a589ad71",
"react-dom": "0.0.0-experimental-6a589ad71",
Expand Down
2 changes: 1 addition & 1 deletion examples/plain-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@prisma/client": "2.24.1",
"blitz": "0.36.4",
"blitz": "0.37.0",
"prisma": "2.24.1",
"react": "0.0.0-experimental-6a589ad71",
"react-dom": "0.0.0-experimental-6a589ad71"
Expand Down
2 changes: 1 addition & 1 deletion examples/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@prisma/client": "2.24.1",
"blitz": "0.36.4",
"blitz": "0.37.0",
"final-form": "4.20.1",
"prisma": "2.24.1",
"react": "0.0.0-experimental-6a589ad71",
Expand Down
2 changes: 1 addition & 1 deletion examples/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@prisma/client": "2.24.1",
"blitz": "0.36.4",
"blitz": "0.37.0",
"final-form": "4.20.1",
"prisma": "2.24.1",
"react": "0.0.0-experimental-6a589ad71",
Expand Down
2 changes: 1 addition & 1 deletion recipes/base-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/bumbag-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/gh-action-yarn-mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4"
"@blitzjs/installer": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion recipes/gh-action-yarn-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4"
"@blitzjs/installer": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion recipes/graphql-apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0",
"uuid": "^8.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion recipes/logrocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4"
"@blitzjs/installer": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion recipes/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/quirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4"
"@blitzjs/installer": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion recipes/reflexjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4"
"@blitzjs/installer": "0.37.0"
}
}
2 changes: 1 addition & 1 deletion recipes/secureheaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0",
"uuid": "^8.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion recipes/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion recipes/theme-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"@blitzjs/installer": "0.36.4",
"@blitzjs/installer": "0.37.0",
"jscodeshift": "0.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit afa6792

Please sign in to comment.