[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

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

chore(deps): update peerdependency chalk to v5

+15 -10
+2 -2
package.json
··· 34 34 }, 35 35 "dependencies": { 36 36 "@nuxt/kit": "0.6.4", 37 - "chalk": "4.1.2", 37 + "chalk": "5.3.0", 38 38 "consola": "2.15.3", 39 39 "pathe": "0.3.0" 40 40 }, ··· 60 60 "ts-loader": "8.3.0" 61 61 }, 62 62 "peerDependencies": { 63 - "chalk": "^3.0.0 || ^4.0.0", 63 + "chalk": "^3.0.0 || ^4.0.0 || ^5.0.0", 64 64 "consola": "^2.15.0", 65 65 "prettier": "^2.1.2" 66 66 },
+13 -8
yarn.lock
··· 3699 3699 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001355.tgz#e240b7177443ed0198c737a7f609536976701c77" 3700 3700 integrity sha512-Sd6pjJHF27LzCB7pT7qs+kuX2ndurzCzkpJl6Qct7LPSZ9jn0bkOA8mdgMgmqnQAWLVOOGjLpc+66V57eLtb1g== 3701 3701 3702 - chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: 3703 - version "4.1.2" 3704 - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" 3705 - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== 3706 - dependencies: 3707 - ansi-styles "^4.1.0" 3708 - supports-color "^7.1.0" 3709 - 3710 3702 chalk@5.0.1, chalk@^5.0.0: 3711 3703 version "5.0.1" 3712 3704 resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" 3713 3705 integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== 3706 + 3707 + chalk@5.3.0: 3708 + version "5.3.0" 3709 + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" 3710 + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== 3714 3711 3715 3712 chalk@^1.1.3: 3716 3713 version "1.1.3" ··· 3731 3728 ansi-styles "^3.2.1" 3732 3729 escape-string-regexp "^1.0.5" 3733 3730 supports-color "^5.3.0" 3731 + 3732 + chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: 3733 + version "4.1.2" 3734 + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" 3735 + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== 3736 + dependencies: 3737 + ansi-styles "^4.1.0" 3738 + supports-color "^7.1.0" 3734 3739 3735 3740 char-regex@^1.0.2: 3736 3741 version "1.0.2"