Skip to content

Commit

Permalink
chore: update lock files for release (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jun 25, 2020
1 parent f66c3b7 commit 4616f5a
Show file tree
Hide file tree
Showing 37 changed files with 2,150 additions and 4,642 deletions.
2 changes: 1 addition & 1 deletion e2e/bazel_managed_deps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "runtime dependencies for bazel_managed_deps example",
"devDependencies": {
"@bazel/jasmine": "^1.7.0",
"@bazel/jasmine": "^2.0.0-rc.0",
"jasmine": "^3.5.0",
"typescript": "^3.0.1"
},
Expand Down
903 changes: 279 additions & 624 deletions e2e/bazel_managed_deps/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-jasmine",
"dependencies": {
"@bazel/jasmine": "^1.7.0",
"@bazel/jasmine": "^2.0.0-rc.0",
"zone.js": "0.8.29"
},
"//": "Include an incompatible jasmine as a devDependency to verify that jasmine_node_test works regardless",
Expand Down
914 changes: 278 additions & 636 deletions e2e/jasmine/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/ts_devserver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@bazel/protractor": "^1.7.0",
"@bazel/typescript": "^1.7.0",
"@bazel/protractor": "^2.0.0-rc.0",
"@bazel/typescript": "^2.0.0-rc.0",
"@types/jasmine": "2.8.2",
"@types/node": "7.0.18",
"date-fns": "1.30.1",
Expand Down
18 changes: 9 additions & 9 deletions e2e/ts_devserver/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@bazel/protractor@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@bazel/protractor/-/protractor-1.7.0.tgz#1ced325a64d77bccca4bf881e62982d017d6b639"
integrity sha512-sLbejWwmwTupCS3JKdBeiZMUbylLpJxJdlrz8sZ9t4KV6YiFAXNOloCScrrdOkeiJz5QQZRG3p3rqHbIszUAwQ==

"@bazel/typescript@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.7.0.tgz#8dc02b8a161f4fff3285186066b5f73666793452"
integrity sha512-M6JPXJZ+W6457QZfPHmGg/Mejnp7//YTnffGmnmeK9vDqybXeCCRWW1/iEOwopLJYQViBHfaoulde0VXelx9sA==
"@bazel/protractor@^2.0.0-rc.0":
version "2.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@bazel/protractor/-/protractor-2.0.0-rc.0.tgz#53f751a8d53e4c795dc568e629f1c56d360cb587"
integrity sha512-+7aXrWOeOvDTyFdrjD1N9NRzmnLtisS3ep2sxv0Z/+XkleX5+IUxI/RMXRhQXflGidf2aOtblUMTMBucC6B1/Q==

"@bazel/typescript@^2.0.0-rc.0":
version "2.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-2.0.0-rc.0.tgz#2581569b8ad1c7ec35dbe0528c0b7a66dc084af3"
integrity sha512-Lv8p97dNpXsn5cdeMM0afmayJjFHqJL+dR41KrScYQHLvPeF2LMTPI9prgWHFc3XArcEjSN7IK4TCVu4q3ytPw==
dependencies:
protobufjs "6.8.8"
semver "5.6.0"
Expand Down
4 changes: 2 additions & 2 deletions e2e/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@bazel/jasmine": "^1.7.0",
"@bazel/typescript": "^1.7.0",
"@bazel/jasmine": "^2.0.0-rc.0",
"@bazel/typescript": "^2.0.0-rc.0",
"@types/jasmine": "2.8.2",
"@types/node": "7.0.18",
"date-fns": "^1.30.1",
Expand Down
Loading

0 comments on commit 4616f5a

Please sign in to comment.