Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Nov 20, 2022
1 parent 5023a0f commit 5df758d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/flasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher",
"version": "1.2.0",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down
4 changes: 2 additions & 2 deletions packages/noty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-noty",
"version": "1.2.0",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.0",
"@flasher/flasher": "^1.2.2",
"noty": "^3.2.0-beta-deprecated"
}
}
4 changes: 2 additions & 2 deletions packages/notyf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-notyf",
"version": "1.2.0",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.0",
"@flasher/flasher": "^1.2.2",
"notyf": "^3.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/pnotify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-pnotify",
"version": "1.2.0",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.0",
"@flasher/flasher": "^1.2.2",
"@pnotify/core": "^5.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/sweetalert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-sweetalert",
"version": "1.2.0",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.0",
"@flasher/flasher": "^1.2.2",
"sweetalert2": "^11.6.10"
}
}
4 changes: 2 additions & 2 deletions packages/toastr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flasher/flasher-toastr",
"version": "1.2.1",
"version": "1.2.2",
"description": "javascript integration for php flasher",
"keywords": [
"PHPFlasher",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"@flasher/flasher": "^1.2.0",
"@flasher/flasher": "^1.2.2",
"toastr": "^2.1.4"
},
"devDependencies": {
Expand Down

0 comments on commit 5df758d

Please sign in to comment.