Skip to content

Commit

Permalink
Bump Studio [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-bot committed Jun 25, 2020
1 parent e8caada commit 57a950d
Show file tree
Hide file tree
Showing 12 changed files with 163 additions and 54 deletions.
18 changes: 9 additions & 9 deletions src/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"name": "@prisma/cli",
"description": "The Prisma command line interface (CLI) is the primary way to interact with your Prisma project from the command line. It can initialize new project assets, generate Prisma Client, and analyze existing database structures through introspection to automatically create your application models.",
"keywords": [
Expand Down Expand Up @@ -55,8 +55,8 @@
"prisma2": "build/index.js"
},
"prisma": {
"version": "41f8d9863f1e0f6bfdb24def858e520f99bc2479",
"prismaCommit": "fa434ac5e73ced08e1758c4e71da67e524411fdc"
"version": "700298ef090d8d45bed3750e99f56ba0be03673d",
"prismaCommit": "e8caadaddad9942ef6d4c9e209f450746736f209"
},
"devDependencies": {
"@apexearth/copy": "1.4.5",
Expand All @@ -69,10 +69,10 @@
"@prisma/introspection": "workspace:*",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio": "0.229.0",
"@prisma/studio-server": "0.229.0",
"@prisma/studio-transports": "0.229.0",
"@prisma/studio-types": "0.229.0",
"@prisma/studio": "0.230.0",
"@prisma/studio-server": "0.230.0",
"@prisma/studio-transports": "0.230.0",
"@prisma/studio-types": "0.230.0",
"@types/debug": "4.1.5",
"@types/mocha": "5.2.7",
"@types/pg": "7.14.3",
Expand Down Expand Up @@ -108,7 +108,7 @@
"rimraf": "3.0.2",
"snap-shot-it": "7.9.3",
"sqlite-async": "1.1.0",
"sqlite3": "4.2.0",
"sqlite3": "4.1",
"strip-ansi": "6.0.0",
"strip-indent": "3.0.0",
"tempy": "0.5.0",
Expand Down Expand Up @@ -154,4 +154,4 @@
"eslint"
]
}
}
}
2 changes: 1 addition & 1 deletion src/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/client",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"description": "Prisma Client is an auto-generated and type-safe query builder for Node.js & TypeScript that's tailored to your data.",
"keywords": [
"prisma2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/debug",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/engine-core",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/fetch-engine",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/generator-helper",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/get-platform",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/ink-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/ink-components",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/migrate",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/migrate.git",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/ink-components": "workspace:*",
"@prisma/studio-server": "0.229.0",
"@prisma/studio-types": "0.229.0",
"@prisma/studio-server": "0.230.0",
"@prisma/studio-types": "0.230.0",
"ansi-escapes": "^4.3.1",
"cli-cursor": "3.1.0",
"dashify": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/sdk",
"version": "2.0.0-dev.0",
"version": "2.2.0-dev.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
Expand All @@ -20,7 +20,7 @@
"scripts"
],
"prisma": {
"version": "36247a04e8ff91aec3ecd2af1680494201048f34"
"version": "700298ef090d8d45bed3750e99f56ba0be03673d"
},
"devDependencies": {
"@types/jest": "25.2.3",
Expand Down

0 comments on commit 57a950d

Please sign in to comment.