Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechitechi committed Jul 21, 2024
1 parent d089d74 commit 3a4e0f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions resources/install/package.json.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
"production": "mix --production"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^0.25",
"bootstrap": "^4.6.1",
"axios": "^1.7",
"bootstrap": "^4.6",
"bootstrap-icons": "^1.11",
"cross-env": "^7.0",
"jquery": "^3.6.0",
"jquery": "^3.7.1",
"laravel-mix": "^6.0",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.29.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1"
}
}
2 changes: 1 addition & 1 deletion resources/install/resources/sass/app.scss.stub
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
@import '~bootstrap/scss/bootstrap';

// Bootstrap Icons
@import 'bootstrap-icons/font/bootstrap-icons.css';
@import '~bootstrap-icons/font/bootstrap-icons.css';

@import '../css/app.css';

0 comments on commit 3a4e0f6

Please sign in to comment.