Skip to content

Commit

Permalink
build(aio): update examples to angular-in-memory-web-api@0.6.0 (#22872)
Browse files Browse the repository at this point in the history
PR Close #22872
  • Loading branch information
IgorMinar authored and matsko committed Mar 23, 2018
1 parent 01d2dd2 commit 0f88fc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"angular-in-memory-web-api": "~0.5.0",
"angular-in-memory-web-api": "^0.6.0",
"core-js": "^2.4.1",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/upgrade": "~5.0.0",
"@nguniversal/express-engine": "^1.0.0-beta.3",
"@nguniversal/module-map-ngfactory-loader": "^1.0.0-beta.3",
"angular-in-memory-web-api": "~0.5.0",
"angular-in-memory-web-api": "^0.6.0",
"core-js": "^2.4.1",
"express": "^4.14.1",
"rxjs": "^5.5.0",
Expand Down
18 changes: 9 additions & 9 deletions aio/tools/examples/shared/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"

angular-in-memory-web-api@~0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/angular-in-memory-web-api/-/angular-in-memory-web-api-0.5.1.tgz#e2a2073fe11bc08bad712774275e2728263e5ceb"
angular-in-memory-web-api@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/angular-in-memory-web-api/-/angular-in-memory-web-api-0.6.0.tgz#28262d6f7cdf1415c1d540c1a5cb838d58cb602a"

ansi-html@0.0.7:
version "0.0.7"
Expand Down Expand Up @@ -3844,6 +3844,12 @@ jasmine-marbles@^0.2.0:
dependencies:
lodash "^4.5.0"

jasmine-spec-reporter@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz#1d632aec0341670ad324f92ba84b4b32b35e9e22"
dependencies:
colors "1.1.2"

jasmine@^2.5.3, jasmine@~2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-2.8.0.tgz#6b089c0a11576b1f16df11b80146d91d4e8b8a3e"
Expand All @@ -3852,12 +3858,6 @@ jasmine@^2.5.3, jasmine@~2.8.0:
glob "^7.0.6"
jasmine-core "~2.8.0"

jasmine-spec-reporter@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz#1d632aec0341670ad324f92ba84b4b32b35e9e22"
dependencies:
colors "1.1.2"

jasminewd2@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
Expand Down

0 comments on commit 0f88fc7

Please sign in to comment.