Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sweetalert2 v8 #72

Merged
merged 6 commits into from
Mar 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: bump sweetalert2 to ^8.3.0
limonte committed Mar 11, 2019
commit bf52a4ebaf185b6b832c595ce912295b976e3452
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sweetalert2": "^7.18.0 || ^8.2.2"
"sweetalert2": "^7.18.0 || ^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
@@ -71,7 +71,7 @@
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^4.0.4",
"semantic-release": "^15.0.0",
"sweetalert2": "^8.2.2",
"sweetalert2": "^8.3.0",
"tslint": "^5.9.1",
"typescript": "^3.1.3",
"zenflow-lint-js": "^2.0.0"