diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 10:00:57 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 10:00:57 +0000 |
commit | 4d78f2e45b52db303fa84cc5f2df5aa516e44721 (patch) | |
tree | e33a53a503919d1c78f5709da796a39d6858e4f2 /build/package.json | |
parent | 20b0658ff6f39a3cd415157ddfaaf07e580a4a6a (diff) | |
download | nextcloud-server-4d78f2e45b52db303fa84cc5f2df5aa516e44721.tar.gz nextcloud-server-4d78f2e45b52db303fa84cc5f2df5aa516e44721.zip |
Update karma-viewport requirement to ^1.0.2 in /build
Updates the requirements on [karma-viewport](https://github.com/squidfunk/karma-viewport) to permit the latest version.
- [Release notes](https://github.com/squidfunk/karma-viewport/releases)
- [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/karma-viewport/commits/1.0.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index 40e399ea546..e888d5543b4 100644 --- a/build/package.json +++ b/build/package.json @@ -22,7 +22,7 @@ "karma-jasmine-sinon": "^1.0.4", "karma-junit-reporter": "*", "karma-phantomjs-launcher": "*", - "karma-viewport": "^0.4.2", + "karma-viewport": "^1.0.2", "phantomjs-prebuilt": "*", "node-sass": "~4.9.0", "sinon": "<= 5.0.7" |