Skip to content

Commit

Permalink
chore: update cli deps
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Sep 24, 2019
1 parent 416d0b1 commit 4aef06c
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 172 deletions.
18 changes: 9 additions & 9 deletions packages/prime-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"ink"
],
"dependencies": {
"cli-spinners": "1.3.1",
"copy-template-dir": "1.4.0",
"ink": "2.0.0-11",
"ink-text-input": "3.0.0-0",
"lodash": "4.17.11",
"meow": "5.0.0",
"pkg-up": "2.0.0",
"react": "16.8.1"
"cli-spinners": "^1.3.0",
"copy-template-dir": "^1.4.0",
"ink": "^2.0.0",
"ink-text-input": "^3.0.0",
"lodash": "^4.17.0",
"meow": "^5.0.0",
"pkg-up": "^2.0.0",
"react": "^16.9.0"
},
"gitHead": "f00baf08a686c40cd5cc34fa4facdacf605b7e0c"
}
}
6 changes: 3 additions & 3 deletions packages/prime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@accounts/server": "^0.19.0",
"@accounts/typeorm": "^0.19.0",
"@casl/ability": "3.2.0",
"@graphql-modules/core": "0.7.5",
"@graphql-modules/core": "^0.7.0",
"@primecms/field": "^0.3.4-beta.1",
"@primecms/field-asset": "^0.3.4-beta.1",
"@primecms/field-boolean": "^0.3.4-beta.1",
Expand All @@ -55,13 +55,13 @@
"@primecms/field-string": "^0.3.4-beta.1",
"apollo-server-express": "^2.9.3",
"class-validator": "^0.9.0",
"cors": "^2.8.5",
"cors": "^2.8.0",
"dataloader": "^1.4.0",
"debug": "^4.0.0",
"dotenv": "^8.0.0",
"express": "^4.16.0",
"graphql": "^14.5.0",
"graphql-iso-date": "3.6.1",
"graphql-iso-date": "^3.6.0",
"graphql-type-json": "^0.2.0",
"hashids": "^2.0.0",
"isomorphic-fetch": "^2.1.0",
Expand Down
Loading

0 comments on commit 4aef06c

Please sign in to comment.