Skip to content

Commit

Permalink
feat(package): upgrade SweetAlert2 (+peer) dependency to ^7.4.0
Browse files Browse the repository at this point in the history
/!\ Please upgrade your local version of sweetalert2 to a version compatible with the ^7.4.0 range.
  • Loading branch information
toverux committed Jan 27, 2018
1 parent 6430a8f commit dc96356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^1.5.0-rc.1",
"semantic-release": "^9.1.1",
"sweetalert2": "^7.0.0",
"sweetalert2": "^7.4.0",
"ts-node": "^3.2.0",
"tslint": "^5.7.0",
"typescript": "~2.3.4"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.0",
"sweetalert2": "^7.0.0"
"sweetalert2": "^7.4.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6079,9 +6079,9 @@ svgo@^0.7.0:
sax "~1.2.1"
whet.extend "~0.9.9"

sweetalert2@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-7.0.0.tgz#6e4214a72c3fd6cdbdc94b0b7bed61055a1af50f"
sweetalert2@^7.4.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-7.7.0.tgz#8fcce6ae12108aa0ae6df94adf7bf37272c9934f"

symbol-observable@^1.0.1:
version "1.0.4"
Expand Down

0 comments on commit dc96356

Please sign in to comment.