mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Add explicit dependency for inflection
This commit is contained in:
parent
fa0e6dda5b
commit
6ad94548f3
20
ui/package-lock.json
generated
20
ui/package-lock.json
generated
@ -7800,9 +7800,9 @@
|
||||
"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
|
||||
},
|
||||
"inflection": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz",
|
||||
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.1.tgz",
|
||||
"integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA=="
|
||||
},
|
||||
"inflight": {
|
||||
"version": "1.0.6",
|
||||
@ -13310,6 +13310,13 @@
|
||||
"prop-types": "^15.6.1",
|
||||
"query-string": "^5.1.1",
|
||||
"reselect": "~3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"inflection": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz",
|
||||
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
|
||||
}
|
||||
}
|
||||
},
|
||||
"ra-data-json-server": {
|
||||
@ -13366,6 +13373,13 @@
|
||||
"query-string": "^5.1.1",
|
||||
"react-dropzone": "^10.1.7",
|
||||
"react-transition-group": "^4.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"inflection": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz",
|
||||
"integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY="
|
||||
}
|
||||
}
|
||||
},
|
||||
"raf": {
|
||||
|
@ -11,6 +11,7 @@
|
||||
"connected-react-router": "^6.9.1",
|
||||
"deepmerge": "^4.2.2",
|
||||
"history": "^4.10.1",
|
||||
"inflection": "^1.13.1",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"lodash.pick": "^4.4.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user