Skip to content

Commit

Permalink
chore(deps-dev): remove select2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
itinerare committed Aug 28, 2024
1 parent f9b3584 commit 7f37f08
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 33 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.1"
},
"dependencies": {
"select2": "^4.1.0-rc.0"
}
}
1 change: 0 additions & 1 deletion public/css/app.css

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

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*!
* Select2 4.1.0-rc.0
* https://select2.github.io
*
* Released under the MIT license
* https://github.com/select2/select2/blob/master/LICENSE.md
*/

/*!
* The buffer module from node.js, for the browser.
*
Expand Down
4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=0dca8c5abe9c44dba0dec92d3ff2d836",
"/js/app.js": "/js/app.js?id=5d475762e854a06a3ff3fd290e5fbd45",
"/js/app-secondary.js": "/js/app-secondary.js?id=a7b40f0314ba04064169c83b685b7473",
"/css/app.css": "/css/app.css?id=d864ff7920db3ec42bc598ed4d5a0821"
"/css/app.css": "/css/app.css?id=d0fe2a1cc2ebaa5c112c8239d3c583ab"
}
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ require('./bootstrap');
require('./jquery-ui');
require('./selectize');

import 'select2';

//window.Vue = require('vue');

/**
Expand Down
3 changes: 0 additions & 3 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@

// Bootstrap
@import '~bootstrap/scss/bootstrap';

// Select2
@import "~select2/dist/css/select2.min.css";

0 comments on commit 7f37f08

Please sign in to comment.