Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Oct 30, 2018
1 parent aa29143 commit f8f0720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.2
===============================
- Upgrade dependencies

1.1.1
===============================
- Added nodemon and start-dev command
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prisma-cms/module-bilerplate",
"description": "Module boilerplate for @prisma-cms/server",
"version": "1.1.1-beta",
"version": "1.1.2-beta",
"main": "src/",
"files": [
"src"
Expand All @@ -14,12 +14,12 @@
"test": "NODE_OPTIONS=\"--experimental-modules\" yarn mocha --delay src/__tests__/"
},
"dependencies": {
"@prisma-cms/prisma-module": "^1.2.0-beta",
"@prisma-cms/prisma-module": "latest",
"chalk": "^2.4.1",
"merge-graphql-schemas": "^1.5.7"
"merge-graphql-schemas": "latest"
},
"devDependencies": {
"@prisma-cms/server": "^2.1.6-beta",
"@prisma-cms/server": "latest",
"expect": "^23.6.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.5"
Expand Down

0 comments on commit f8f0720

Please sign in to comment.