Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 2, 2019
1 parent c57e315 commit b684310
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 31 deletions.
23 changes: 0 additions & 23 deletions .buildkite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,11 @@ services:
postgres:
image: postgres:10.3
restart: always
# ports:
# - '5432:5432'
environment:
POSTGRES_USER: prisma
POSTGRES_PASSWORD: prisma
volumes:
- postgres:/var/lib/postgresql/data
# mongo:
# image: mongo:3.6
# restart: always
# environment:
# MONGO_INITDB_ROOT_USERNAME: prisma
# MONGO_INITDB_ROOT_PASSWORD: prisma
# ports:
# - '27018:27017'
# volumes:
# - mongo:/var/lib/mongo
# mysql:
# image: mysql:5.7
# restart: always
# ports:
# - '3307:3306'
# environment:
# MYSQL_ROOT_PASSWORD: prisma
# volumes:
# - mysql:/var/lib/mysql

volumes:
postgres:
# ? mysql
# ? mongo
2 changes: 1 addition & 1 deletion cli/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "12.12.7",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.2"
}
}
2 changes: 1 addition & 1 deletion cli/ink-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^12.12.14",
"@types/react": "16.9.11",
"ink": "^2.5.0",
"ink": "^2.6.0",
"react": "16.11.0",
"typescript": "^3.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions cli/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "0.0.161",
"version": "0.0.162",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prettier": "^1.19.1",
"react": "16.11.0",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.2"
},
"peerDependencies": {
Expand All @@ -44,7 +44,7 @@
"chalk": "^3.0.0",
"execa": "3.3.0",
"figures": "^3.1.0",
"ink": "^2.5.0",
"ink": "^2.6.0",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^3.0.1",
"make-dir": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/prisma2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma2",
"version": "2.0.0-alpha.373",
"version": "2.0.0-alpha.374",
"main": "build/index.js",
"repository": "git@github.com:prisma/prisma2-cli.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
Expand Down
4 changes: 2 additions & 2 deletions cli/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/sdk",
"version": "0.0.72",
"version": "0.0.73",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma2.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.2"
},
"dependencies": {
Expand Down

0 comments on commit b684310

Please sign in to comment.