Skip to content

Commit

Permalink
v0.45.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed Apr 12, 2022
1 parent 881d686 commit 2c06dd6
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.45.3",
"version": "0.45.4",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion nextjs/packages/eslint-config-next/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-blitz",
"version": "0.45.3",
"version": "0.45.4",
"description": "Blitz.js eslint config",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions nextjs/packages/installer/package.json
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/installer",
"version": "0.45.3",
"version": "0.45.4",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/generator": "0.45.3",
"@blitzjs/generator": "0.45.4",
"@mrleebo/prisma-ast": "0.2.6",
"@prisma/sdk": "3.9.1",
"@types/jscodeshift": "0.11.2",
Expand Down
2 changes: 1 addition & 1 deletion nextjs/packages/next-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/env",
"version": "0.45.3",
"version": "0.45.4",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions nextjs/packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "0.45.3",
"version": "0.45.4",
"nextjsVersion": "11.1.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "7.12.5",
"@blitzjs/env": "0.45.3",
"@blitzjs/env": "0.45.4",
"@hapi/accept": "5.0.2",
"@next/polyfill-module": "11.1.0",
"@next/react-dev-overlay": "11.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/blitz/package.json
@@ -1,7 +1,7 @@
{
"name": "blitz",
"description": "Blitz is a Rails-like framework for monolithic, full-stack React apps — built on Next.js",
"version": "0.45.3",
"version": "0.45.4",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -51,9 +51,9 @@
"url": "https://github.com/blitz-js/blitz"
},
"dependencies": {
"@blitzjs/cli": "0.45.3",
"@blitzjs/generator": "0.45.3",
"@blitzjs/server": "0.45.3",
"@blitzjs/cli": "0.45.4",
"@blitzjs/generator": "0.45.4",
"@blitzjs/server": "0.45.4",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/react-hooks": "^4.0.1",
Expand All @@ -62,11 +62,11 @@
"cross-spawn": "7.0.3",
"debug": "4.3.1",
"envinfo": "^7.7.3",
"eslint-config-blitz": "0.45.3",
"eslint-config-blitz": "0.45.4",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"minimist": "1.2.5",
"next": "0.45.3",
"next": "0.45.4",
"os-name": "^4.0.0",
"pkg-dir": "^5.0.0",
"react-test-renderer": "17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/cli",
"description": "Blitz.js CLI",
"version": "0.45.3",
"version": "0.45.4",
"license": "MIT",
"scripts": {
"dev": "rimraf lib && tsc --watch --pretty --preserveWatchOutput",
Expand All @@ -22,9 +22,9 @@
"/lib"
],
"dependencies": {
"@blitzjs/generator": "0.45.3",
"@blitzjs/installer": "0.45.3",
"@blitzjs/server": "0.45.3",
"@blitzjs/generator": "0.45.4",
"@blitzjs/installer": "0.45.4",
"@blitzjs/server": "0.45.4",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/plugin-autocomplete": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "0.45.3",
"version": "0.45.4",
"description": "File generation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#readme",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/server": "0.45.3",
"@blitzjs/server": "0.45.4",
"@mrleebo/prisma-ast": "0.2.6",
"@types/jscodeshift": "0.11.2",
"chalk": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,7 +1,7 @@
{
"name": "@blitzjs/server",
"description": "Blitz.js server functionality",
"version": "0.45.3",
"version": "0.45.4",
"license": "MIT",
"scripts": {
"test": "jest --passWithNoTests",
Expand Down

0 comments on commit 2c06dd6

Please sign in to comment.