Skip to content

Commit

Permalink
Merge pull request #247 from Gomez/fix_select2_version-gomez
Browse files Browse the repository at this point in the history
use mockup version of select2
  • Loading branch information
avoinea authored Sep 8, 2023
2 parents e8ead44 + 58348c9 commit 36bf702
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 27 deletions.
16 changes: 2 additions & 14 deletions eea/facetednavigation/browser/static/faceted-jquery.css

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion eea/facetednavigation/browser/static/faceted-jquery.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"yarn": "^1.3.2"
},
"dependencies": {
"Select2": "https://github.com/select2/select2/archive/refs/tags/3.5.4.tar.gz",
"jquery": "1.12.4",
"jquery-ajax-file-upload": "1.0.0",
"jquery-ui": "1.13.2",
"jquery.cookie": "1.4.1",
"jquery2-bbq": "1.3.1",
"jstree": "3.3.12",
"jstree-bootstrap-theme": "1.0.1",
"select2": "3.5.1"
"jstree-bootstrap-theme": "1.0.1"
},
"resolutions": {
"jquery": "1.12.4"
Expand All @@ -39,12 +39,12 @@
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"sass": "^1.49.11",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"sass": "^1.49.11"
"webpack-dev-server": "^4.8.1"
},
"resolutions-comments": {
"ua-parser-js": "See https://github.com/faisalman/ua-parser-js/issues/536"
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,10 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"Select2@https://github.com/select2/select2/archive/refs/tags/3.5.4.tar.gz":
version "3.5.4"
resolved "https://github.com/select2/select2/archive/refs/tags/3.5.4.tar.gz#9223ac79976a0d91a42f818573ead10ce39acd02"

abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -3710,11 +3714,6 @@ select-hose@^2.0.0:
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==

[email protected]:
version "3.5.1"
resolved "https://registry.yarnpkg.com/select2/-/select2-3.5.1.tgz#f2819489bbc65fd6d328be72bbe2b95dd7e87cfe"
integrity sha512-IFX3UFPpPyK1I1Kuw1R1x+upMyNAZbMlkFhiTnRCRR7ii0KU1brmJMLa3GZcrMWCHiQlm0eKqb6i4XO4pqOrGQ==

selfsigned@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.1.tgz#8b2df7fa56bf014d19b6007655fff209c0ef0a56"
Expand Down

0 comments on commit 36bf702

Please sign in to comment.