Skip to content

Commit

Permalink
changed dependencies and upgraded version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tworrisb committed Aug 15, 2019
1 parent 7a82557 commit b301fcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"jsdom-global": "^3.0.2",
"lint-staged": "^6.0.0",
"mocha": "^4.0.1",
"muban-core": "^1.13.1",
"npm-run-all": "^4.1.2",
"nyc": "^11.3.0",
"prettier": "^1.9.2",
Expand All @@ -108,14 +109,14 @@
"bowser": "^1.9.3",
"confirm-simple": "^1.0.3",
"lodash": "^4.17.5",
"muban-core": "^1.8.3",
"node-run-cmd": "^1.0.1",
"scroll-tracker-component-manager": "^2.1.2",
"seng-disposable": "^1.1.3",
"seng-event": "^1.2.3",
"transition-controller": "^1.3.1"
},
"peerDependencies": {
"gsap": "^2.0.1"
"gsap": "^2.0.1",
"muban-core": "^1.13.1"
}
}
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3548,9 +3548,10 @@ ms@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"

muban-core@^1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/muban-core/-/muban-core-1.8.3.tgz#1aa0b90eb423a525e4de3ebb261abf56233dc64f"
muban-core@^2.3.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/muban-core/-/muban-core-1.13.1.tgz#be05cd716b0aa2cf0e0812542574eaae70f640c0"
integrity sha512-qyArVdguV0WHhVZy3v8/A0vgGLlUo2EHzoENnKnEiNYQxy7lLSs9Qa6tTrG9m1UvCjxsLThhUjkOQV965jaQVw==
dependencies:
"@babel/runtime" "^7.0.0-beta.35"
loader-utils "^1.1.0"
Expand Down

0 comments on commit b301fcd

Please sign in to comment.