Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Update web-component-tester to 6.5.1

Change-Id: I871f08e59dcfc0717888aa9f0ade82fc3edc851d
This commit is contained in:
David Pursehouse
2020-02-12 17:29:58 +09:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1152,8 +1152,8 @@ bower_archive(
bower_archive(
name = "web-component-tester",
package = "polymer/web-component-tester",
sha1 = "62739cb633fccfddc5eeed98e9e3f69cd0388b5b",
version = "6.5.0",
sha1 = "d84f6a13bde5f8fd39ee208d43f33925410530d7",
version = "6.5.1",
)
# Bower component transitive dependencies.

View File

@@ -149,7 +149,7 @@ def load_bower_archives():
)
bower_archive(
name = "sinonjs",
package = "sinonjs",
package = "Polymer/sinon.js",
version = "1.17.1",
sha1 = "a26a6aab7358807de52ba738770f6ac709afd240",
)

View File

@@ -11,7 +11,7 @@
"fried-twinkie": "^0.2.2",
"polylint": "^2.10.4",
"typescript": "^2.x.x",
"web-component-tester": "^6.5.0"
"web-component-tester": "^6.5.1"
},
"scripts": {
"start": "polygerrit-ui/run-server.sh",