Skip to content

Commit 91d8b7e

Browse files
committed
Update ng2-nouislider and nouislider to latest versions
1 parent ba244bf commit 91d8b7e

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@
116116
"morgan": "^1.10.0",
117117
"ng-mocks": "^14.10.0",
118118
"ng2-file-upload": "1.4.0",
119-
"ng2-nouislider": "^1.8.3",
119+
"ng2-nouislider": "^2.0.0",
120120
"ngx-infinite-scroll": "^15.0.0",
121121
"ngx-pagination": "6.0.3",
122122
"ngx-sortablejs": "^11.1.0",
123123
"ngx-ui-switch": "^14.0.3",
124-
"nouislider": "^14.6.3",
124+
"nouislider": "^15.7.1",
125125
"pem": "1.14.7",
126126
"prop-types": "^15.8.1",
127127
"react-copy-to-clipboard": "^5.1.0",

src/styles/_vendor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// node_modules imports meant for all the themes
22

33
@import '~node_modules/bootstrap/scss/bootstrap.scss';
4-
@import '~node_modules/nouislider/distribute/nouislider.min';
4+
@import '~node_modules/nouislider/dist/nouislider.min';
55
@import '~node_modules/ngx-ui-switch/ui-switch.component.scss';

yarn.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8197,10 +8197,12 @@ ng2-file-upload@1.4.0:
81978197
dependencies:
81988198
tslib "^1.9.0"
81998199

8200-
ng2-nouislider@^1.8.3:
8201-
version "1.8.3"
8202-
resolved "https://registry.npmjs.org/ng2-nouislider/-/ng2-nouislider-1.8.3.tgz"
8203-
integrity sha512-Vl8tHCcJ/ioJLAs2t6FBC35sZq1P/O5ZdqdFwYxOCOMVbILGWNg+2gWZIjFstvv9pqb/mVvVUYe6qGG/mA/RBQ==
8200+
ng2-nouislider@^2.0.0:
8201+
version "2.0.0"
8202+
resolved "https://registry.yarnpkg.com/ng2-nouislider/-/ng2-nouislider-2.0.0.tgz#a62fd6cf3f1561be19a2691c2f68d21a46dc6006"
8203+
integrity sha512-NGbF/0w0+bZqclpSPFOlWIeVJaVwRRYFJzD1x8PClbw9GIeo7fCHoBzZ81y7K7FTJg6to+cgjSTFETPZG/Dizg==
8204+
dependencies:
8205+
tslib "^2.3.0"
82048206

82058207
ngx-infinite-scroll@^15.0.0:
82068208
version "15.0.0"
@@ -8343,10 +8345,10 @@ normalize-url@^4.5.0:
83438345
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz"
83448346
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
83458347

8346-
nouislider@^14.6.3:
8347-
version "14.7.0"
8348-
resolved "https://registry.npmjs.org/nouislider/-/nouislider-14.7.0.tgz"
8349-
integrity sha512-4RtQ1+LHJKesDCNJrXkQcwXAWCrC2aggdLYMstS/G5fEWL+fXZbUA9pwVNHFghMGuFGRATlDLNInRaPeRKzpFQ==
8348+
nouislider@^15.7.1:
8349+
version "15.7.1"
8350+
resolved "https://registry.yarnpkg.com/nouislider/-/nouislider-15.7.1.tgz#77d55e47d9b4cd771728515713df43b489db9705"
8351+
integrity sha512-5N7C1ru/i8y3dg9+Z6ilj6+m1EfabvOoaRa7ztpxBSKKRZso4vA52DGSbBJjw5XLtFr/LZ9SgGAXqyVtlVHO5w==
83508352

83518353
npm-bundled@^3.0.0:
83528354
version "3.0.0"

0 commit comments

Comments
 (0)