this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade intl-localematcher

+8 -8
+7 -7
package-lock.json
··· 8 8 "name": "phanpy", 9 9 "version": "0.1.0", 10 10 "dependencies": { 11 - "@formatjs/intl-localematcher": "~0.4.1", 11 + "@formatjs/intl-localematcher": "~0.4.2", 12 12 "@github/text-expander-element": "~2.5.0", 13 13 "@iconify-icons/mingcute": "~1.2.7", 14 14 "@justinribeiro/lite-youtube": "~1.5.0", ··· 2989 2989 } 2990 2990 }, 2991 2991 "node_modules/@formatjs/intl-localematcher": { 2992 - "version": "0.4.1", 2993 - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.1.tgz", 2994 - "integrity": "sha512-Fs4MhhHlLC0RrspX2u2KP7zlwL9eHrBZsOBxaPOeqrCZYLaOUK4cYXQ1ErpAB0HnGV/GUXNa5smzV/7jCuRzxg==", 2992 + "version": "0.4.2", 2993 + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.2.tgz", 2994 + "integrity": "sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==", 2995 2995 "dependencies": { 2996 2996 "tslib": "^2.4.0" 2997 2997 } ··· 9661 9661 "optional": true 9662 9662 }, 9663 9663 "@formatjs/intl-localematcher": { 9664 - "version": "0.4.1", 9665 - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.1.tgz", 9666 - "integrity": "sha512-Fs4MhhHlLC0RrspX2u2KP7zlwL9eHrBZsOBxaPOeqrCZYLaOUK4cYXQ1ErpAB0HnGV/GUXNa5smzV/7jCuRzxg==", 9664 + "version": "0.4.2", 9665 + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.2.tgz", 9666 + "integrity": "sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==", 9667 9667 "requires": { 9668 9668 "tslib": "^2.4.0" 9669 9669 }
+1 -1
package.json
··· 10 10 "sourcemap": "npx source-map-explorer dist/assets/*.js" 11 11 }, 12 12 "dependencies": { 13 - "@formatjs/intl-localematcher": "~0.4.1", 13 + "@formatjs/intl-localematcher": "~0.4.2", 14 14 "@github/text-expander-element": "~2.5.0", 15 15 "@iconify-icons/mingcute": "~1.2.7", 16 16 "@justinribeiro/lite-youtube": "~1.5.0",