mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
fix: upgrade to unleash-frontend 4.0.9
This commit is contained in:
parent
044f49bb81
commit
6a26844331
@ -100,7 +100,7 @@
|
|||||||
"response-time": "^2.3.2",
|
"response-time": "^2.3.2",
|
||||||
"serve-favicon": "^2.5.0",
|
"serve-favicon": "^2.5.0",
|
||||||
"stoppable": "^1.1.0",
|
"stoppable": "^1.1.0",
|
||||||
"unleash-frontend": "4.0.8",
|
"unleash-frontend": "4.0.9",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -6,7 +6,7 @@ let db;
|
|||||||
let app;
|
let app;
|
||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
db = await dbInit('custom_auth_serial');
|
db = await dbInit('custom_routes_serial');
|
||||||
app = await setupAppWithBaseUrl(db.stores);
|
app = await setupAppWithBaseUrl(db.stores);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -6841,10 +6841,10 @@ universalify@^0.1.0, universalify@^0.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
||||||
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
||||||
|
|
||||||
unleash-frontend@4.0.8:
|
unleash-frontend@4.0.9:
|
||||||
version "4.0.8"
|
version "4.0.9"
|
||||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.8.tgz#73bf8356ae07a7fcfb5d642bf9e92aae7ca7161f"
|
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.9.tgz#f2ef490c2b68fa77979c33b7488ec98080d5278e"
|
||||||
integrity sha512-suh1gh/VJdkDTknQZZVZ/KQwHBDAXjaIVqQR5jhnIPdZo+u/BZCmFSqq75TF5yhoByuImz8+sQ0Tq8NvUwJ/fA==
|
integrity sha512-ufJ1OV4mY6Y6qvSbybA9gXIo+xBkYrVRiwmqgqkYy62b2s5SB5C6Iu/J2wUTmlOeKO20e5Kfp3EmhLznP3i8hA==
|
||||||
|
|
||||||
unpipe@1.0.0, unpipe@~1.0.0:
|
unpipe@1.0.0, unpipe@~1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user