Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
jjrv committed Nov 29, 2017
1 parent d0cf648 commit 68d711d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classy-mst",
"version": "0.1.1",
"version": "0.1.2",
"description": "ES6-like syntax for mobx-state-tree",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -31,11 +31,11 @@
"mobx": "^3.1.15"
},
"devDependencies": {
"@types/node": "^8.0.47",
"mobx": "^3.3.1",
"typescript": "^2.6.1"
"@types/node": "^8.0.53",
"mobx": "^3.3.2",
"typescript": "^2.6.2"
},
"dependencies": {
"mobx-state-tree": "^1.1.0"
"mobx-state-tree": "^1.2.1"
}
}

0 comments on commit 68d711d

Please sign in to comment.