v0.17.1-canary.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@examples/auth",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"scripts": {
|
||||
"start": "blitz start",
|
||||
"studio": "blitz db studio",
|
||||
@@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@prisma/cli": "2.1.0",
|
||||
"@prisma/client": "2.1.0",
|
||||
"blitz": "0.17.0",
|
||||
"blitz": "0.17.1-canary.0",
|
||||
"final-form": "4.20.1",
|
||||
"passport-github2": "0.1.11",
|
||||
"passport-twitter": "1.0.4",
|
||||
@@ -47,6 +47,7 @@
|
||||
"zod": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/skip-test": "2.5.0",
|
||||
"@next/bundle-analyzer": "latest",
|
||||
"@types/passport-github2": "1.2.4",
|
||||
"@types/passport-twitter": "1.0.36",
|
||||
@@ -70,8 +71,7 @@
|
||||
"prettier": "2.0.5",
|
||||
"pretty-quick": "2.0.1",
|
||||
"start-server-and-test": "1.11.2",
|
||||
"typescript": "3.9.5",
|
||||
"@cypress/skip-test": "2.5.0"
|
||||
"typescript": "3.9.5"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "no-prisma",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"scripts": {
|
||||
"start": "blitz start",
|
||||
"build": "blitz build",
|
||||
@@ -26,7 +26,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"blitz": "0.17.0",
|
||||
"blitz": "0.17.1-canary.0",
|
||||
"knex": "0.21.2",
|
||||
"react": "0.0.0-experimental-33c3af284",
|
||||
"react-dom": "0.0.0-experimental-33c3af284",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@examples/plain-js",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"scripts": {
|
||||
"start": "blitz start",
|
||||
"build": "blitz db migrate && blitz build",
|
||||
@@ -31,7 +31,7 @@
|
||||
"dependencies": {
|
||||
"@prisma/cli": "2.0.0",
|
||||
"@prisma/client": "2.0.0",
|
||||
"blitz": "0.17.0",
|
||||
"blitz": "0.17.1-canary.0",
|
||||
"react": "0.0.0-experimental-33c3af284",
|
||||
"react-dom": "0.0.0-experimental-33c3af284"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@examples/store",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "blitz db migrate && blitz build",
|
||||
@@ -18,7 +18,7 @@
|
||||
"dependencies": {
|
||||
"@prisma/cli": "2.0.0",
|
||||
"@prisma/client": "2.0.0",
|
||||
"blitz": "0.17.0",
|
||||
"blitz": "0.17.1-canary.0",
|
||||
"final-form": "4.19.1",
|
||||
"react": "0.0.0-experimental-33c3af284",
|
||||
"react-dom": "0.0.0-experimental-33c3af284",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tailwind",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"scripts": {
|
||||
"build": "blitz db migrate && blitz build",
|
||||
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
||||
@@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@prisma/cli": "2.0.0",
|
||||
"@prisma/client": "2.0.0",
|
||||
"blitz": "0.17.0",
|
||||
"blitz": "0.17.1-canary.0",
|
||||
"react": "0.0.0-experimental-33c3af284",
|
||||
"react-dom": "0.0.0-experimental-33c3af284",
|
||||
"typescript": "3.8.3"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"packages": ["packages/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
|
||||
@@ -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.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
@@ -39,11 +39,11 @@
|
||||
"url": "https://github.com/blitz-js/blitz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blitzjs/cli": "0.17.0",
|
||||
"@blitzjs/core": "0.17.0",
|
||||
"@blitzjs/generator": "0.17.0",
|
||||
"@blitzjs/installer": "0.17.0",
|
||||
"@blitzjs/server": "0.17.0",
|
||||
"@blitzjs/cli": "0.17.1-canary.0",
|
||||
"@blitzjs/core": "0.17.1-canary.0",
|
||||
"@blitzjs/generator": "0.17.1-canary.0",
|
||||
"@blitzjs/installer": "0.17.1-canary.0",
|
||||
"@blitzjs/server": "0.17.1-canary.0",
|
||||
"os-name": "3.1.0",
|
||||
"pkg-dir": "4.2.0",
|
||||
"resolve-from": "5.0.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blitzjs/cli",
|
||||
"description": "Blitz.js CLI",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"b": "./bin/run",
|
||||
@@ -30,8 +30,8 @@
|
||||
"/lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@blitzjs/display": "0.17.0",
|
||||
"@blitzjs/repl": "0.17.0",
|
||||
"@blitzjs/display": "0.17.1-canary.0",
|
||||
"@blitzjs/repl": "0.17.1-canary.0",
|
||||
"@oclif/command": "1.5.20",
|
||||
"@oclif/config": "1.15.1",
|
||||
"@oclif/plugin-help": "2.2.3",
|
||||
@@ -53,9 +53,9 @@
|
||||
"tsconfig-paths": "3.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blitzjs/generator": "0.17.0",
|
||||
"@blitzjs/installer": "0.17.0",
|
||||
"@blitzjs/server": "0.17.0",
|
||||
"@blitzjs/generator": "0.17.1-canary.0",
|
||||
"@blitzjs/installer": "0.17.1-canary.0",
|
||||
"@blitzjs/server": "0.17.1-canary.0",
|
||||
"@oclif/dev-cli": "1.22.2",
|
||||
"@oclif/test": "1.2.5",
|
||||
"@prisma/cli": "2.0.0-beta.3",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"config"
|
||||
],
|
||||
"author": "Fran Zekan <zekan.fran369@gmail.com>",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blitzjs/core",
|
||||
"description": "Blitz.js core functionality",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
@@ -40,16 +40,16 @@
|
||||
"url": "https://github.com/blitz-js/blitz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blitzjs/config": "0.17.0",
|
||||
"@blitzjs/display": "0.17.0",
|
||||
"@blitzjs/config": "0.17.1-canary.0",
|
||||
"@blitzjs/display": "0.17.1-canary.0",
|
||||
"bad-behavior": "1.0.1",
|
||||
"cookie-session": "1.4.0",
|
||||
"passport": "0.4.1",
|
||||
"pretty-ms": "6.0.1",
|
||||
"react-query": "2.5.11",
|
||||
"serialize-error": "6.0.0",
|
||||
"url": "0.11.0",
|
||||
"superjson": "1.1.0"
|
||||
"superjson": "1.1.0",
|
||||
"url": "0.11.0"
|
||||
},
|
||||
"gitHead": "d3b9fce0bdd251c2b1890793b0aa1cd77c1c0922"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blitzjs/display",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "Display package for the Blitz CLI",
|
||||
"homepage": "https://github.com/blitz-js/blitz#readme",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blitzjs/file-pipeline",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "Display package for the Blitz CLI",
|
||||
"homepage": "https://github.com/blitz-js/blitz#readme",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blitzjs/generator",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "File generation for the Blitz CLI",
|
||||
"homepage": "https://github.com/blitz-js/blitz#readme",
|
||||
"license": "MIT",
|
||||
@@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@babel/plugin-transform-typescript": "7.9.4",
|
||||
"@blitzjs/display": "0.17.0",
|
||||
"@blitzjs/display": "0.17.1-canary.0",
|
||||
"ast-types": "0.13.3",
|
||||
"chalk": "4.0.0",
|
||||
"cross-spawn": "7.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blitzjs/installer",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "Package installation for the Blitz CLI",
|
||||
"homepage": "https://github.com/blitz-js/blitz#readme",
|
||||
"license": "MIT",
|
||||
@@ -36,8 +36,8 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
"@babel/plugin-transform-typescript": "7.9.4",
|
||||
"@blitzjs/display": "0.17.0",
|
||||
"@blitzjs/generator": "0.17.0",
|
||||
"@blitzjs/display": "0.17.1-canary.0",
|
||||
"@blitzjs/generator": "0.17.1-canary.0",
|
||||
"ast-types": "0.13.3",
|
||||
"chokidar": "3.3.1",
|
||||
"cross-spawn": "7.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@blitzjs/repl",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "Repl package for Blitz CLI",
|
||||
"homepage": "https://github.com/blitz-js/blitz/packages/repl/#readme",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blitzjs/server",
|
||||
"description": "Blitz.js server functionality",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"next-patched": "./bin/next-patched"
|
||||
@@ -29,9 +29,9 @@
|
||||
"module": "dist/server.esm.js",
|
||||
"types": "dist/packages/server/src/index.d.ts",
|
||||
"dependencies": {
|
||||
"@blitzjs/config": "0.17.0",
|
||||
"@blitzjs/display": "0.17.0",
|
||||
"@blitzjs/file-pipeline": "0.17.0",
|
||||
"@blitzjs/config": "0.17.1-canary.0",
|
||||
"@blitzjs/display": "0.17.1-canary.0",
|
||||
"@blitzjs/file-pipeline": "0.17.1-canary.0",
|
||||
"b64-lite": "1.4.0",
|
||||
"cookie": "0.4.1",
|
||||
"cross-spawn": "7.0.2",
|
||||
@@ -59,14 +59,14 @@
|
||||
"resolve-cwd": "3.0.0",
|
||||
"serialize-error": "6.0.0",
|
||||
"slash": "3.0.0",
|
||||
"superjson": "1.1.0",
|
||||
"through2": "3.0.1",
|
||||
"vinyl": "2.2.0",
|
||||
"vinyl-file": "3.0.0",
|
||||
"vinyl-fs": "3.0.3",
|
||||
"superjson": "1.1.0"
|
||||
"vinyl-fs": "3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blitzjs/core": "0.17.0",
|
||||
"@blitzjs/core": "0.17.1-canary.0",
|
||||
"next-transpile-modules": "3.2.0"
|
||||
},
|
||||
"gitHead": "d3b9fce0bdd251c2b1890793b0aa1cd77c1c0922"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@blitzjs/recipe-tailwind",
|
||||
"private": true,
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1-canary.0",
|
||||
"description": "The Blitz Recipe for installing Tailwind CSS",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/blitz-js/blitz#readme",
|
||||
"dependencies": {
|
||||
"@blitzjs/installer": "0.17.0",
|
||||
"@blitzjs/installer": "0.17.1-canary.0",
|
||||
"ast-types": "0.13.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user