Skip to content

Commit

Permalink
Upgrade passport
Browse files Browse the repository at this point in the history
  • Loading branch information
willbrowningme committed Oct 31, 2019
1 parent 4d41e2c commit df5e0f0
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"doctrine/dbal": "^2.9",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/passport": "^7.5",
"laravel/passport": "^8.0",
"laravel/tinker": "^1.0",
"mews/captcha": "^3.0.0",
"php-mime-mail-parser/php-mime-mail-parser": "^5.0",
Expand Down
84 changes: 42 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vue": "^2.6.10",
"vue-good-table": "^2.18.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.19",
"vue-notification": "^1.3.20",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ html {
/* Add custom components here... */

/* purgecss start ignore */
.notification-wrapper .vue-notification {
.vue-notification-wrapper .vue-notification {
@apply text-sm mb-4 mr-4 mt-0 ml-0;
}

.notification-wrapper .vue-notification.success {
.vue-notification-wrapper .vue-notification.success {
@apply bg-green-100 border-green-600 text-green-800;
}

.notification-wrapper .vue-notification.error {
.vue-notification-wrapper .vue-notification.error {
@apply bg-red-100 border-red-600 text-red-800;
}

.notification-wrapper .vue-notification.warn {
.vue-notification-wrapper .vue-notification.warn {
@apply bg-yellow-100 border-yellow-600 text-yellow-800;
}

Expand Down

0 comments on commit df5e0f0

Please sign in to comment.