File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
"repository" : " git@github.com:Javiani/micro-frontends.git" ,
5
5
"author" : " Javiani <eduardo.ottaviani@gmail.com>" ,
6
6
"license" : " MIT" ,
7
- "host" :" https://mfe-jails.netlify.app" ,
7
+ "host" : " https://mfe-jails.netlify.app" ,
8
8
"scripts" : {
9
9
"dev" : " NODE_ENV=dev parcel src/mfes/**/page.pug --no-cache" ,
10
10
"build" : " rm -rf ./dist && parcel build src/shared/main.ts && parcel build src/mfes/**/index.* --no-content-hash --no-cache" ,
15
15
"parcel" : " ^2.10.3"
16
16
},
17
17
"dependencies" : {
18
- "jails-js" : " ^5.6.0 " ,
18
+ "jails-js" : " ^5.6.1 " ,
19
19
"jails.pandora" : " ^1.0.1"
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -1722,7 +1722,7 @@ jackspeak@^2.3.6:
1722
1722
optionalDependencies :
1723
1723
" @pkgjs/parseargs" " ^0.11.0"
1724
1724
1725
- jails-js@^5.6.0 :
1725
+ jails-js@^5.6.1 :
1726
1726
version "5.6.1"
1727
1727
resolved "https://registry.yarnpkg.com/jails-js/-/jails-js-5.6.1.tgz#9c2fb090a4f28ac0c60f665a4241b374f2a45eb6"
1728
1728
integrity sha512-oJr+K583Xaj8MrZKJa8gVKGLn4wef5rb9mYWLgZnl9adtViF1J5i/eBkzLfjTk8IZWV/kKaV6d5MQ3E37tfPpA==
@@ -2315,6 +2315,7 @@ stable@^0.1.8:
2315
2315
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
2316
2316
2317
2317
" string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0:
2318
+ name string-width-cjs
2318
2319
version "4.2.3"
2319
2320
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2320
2321
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2333,6 +2334,7 @@ string-width@^5.0.1, string-width@^5.1.2:
2333
2334
strip-ansi "^7.0.1"
2334
2335
2335
2336
" strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2337
+ name strip-ansi-cjs
2336
2338
version "6.0.1"
2337
2339
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2338
2340
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
You can’t perform that action at this time.
0 commit comments