Skip to content

Commit

Permalink
fix: use nw version 0.21.6 (nwjs/grunt-nw-builder#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 22, 2020
1 parent f564e2e commit 314c652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"angular-route": "~1.6.9",
"angular-ui-bootstrap": "~1.3.3",
"async": "~1.5.2",
"backbone": "~1.3.3",
"backbone": "~1.4.0",
"bootstrap": "~3.3.7",
"jointjs": "~1.1.0",
"jquery-resize": "https://github.com/cowboy/jquery-resize#v1.1",
Expand Down
9 changes: 8 additions & 1 deletion app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,20 @@ async@~1.5.2:
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=

backbone@1.3.3, backbone@~1.3.3:
backbone@1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.3.3.tgz#4cc80ea7cb1631ac474889ce40f2f8bc683b2999"
integrity sha1-TMgOp8sWMaxHSInOQPL4vGg7KZk=
dependencies:
underscore ">=1.8.3"

backbone@~1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.4.0.tgz#54db4de9df7c3811c3f032f34749a4cd27f3bd12"
integrity sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==
dependencies:
underscore ">=1.8.3"

balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
Expand Down

0 comments on commit 314c652

Please sign in to comment.