this repo has no description
1
fork

Configure Feed

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

⬆️ Update dependency prettier-plugin-sort-json to ^4.2.0 (#62)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
90df741a cd2c709a

+3 -3
+2 -2
bun.lock
··· 29 29 "patch-package": "^8.0.1", 30 30 "prettier": "^3.7.4", 31 31 "prettier-plugin-astro": "^0.14.1", 32 - "prettier-plugin-sort-json": "^4.1.1", 32 + "prettier-plugin-sort-json": "^4.2.0", 33 33 "rehype-katex": "^7.0.1", 34 34 "remark-math": "^6.0.0", 35 35 "sirv-cli": "^3.0.1", ··· 1861 1861 1862 1862 "prettier-plugin-astro": ["prettier-plugin-astro@0.14.1", "", { "dependencies": { "@astrojs/compiler": "^2.9.1", "prettier": "^3.0.0", "sass-formatter": "^0.7.6" } }, "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw=="], 1863 1863 1864 - "prettier-plugin-sort-json": ["prettier-plugin-sort-json@4.1.1", "", { "peerDependencies": { "prettier": "^3.0.0" } }, "sha512-uJ49wCzwJ/foKKV4tIPxqi4jFFvwUzw4oACMRG2dcmDhBKrxBv0L2wSKkAqHCmxKCvj0xcCZS4jO2kSJO/tRJw=="], 1864 + "prettier-plugin-sort-json": ["prettier-plugin-sort-json@4.2.0", "", { "peerDependencies": { "prettier": "^3.0.0" } }, "sha512-jK1w3/7otTvHtv1eoLji2U9mEoOGeyl7QQQ/afLnjht1YtRLSUUk8o0rIIC/HUVXhoGPCFe4SVZbRGYjjUVgvA=="], 1865 1865 1866 1866 "pretty-ms": ["pretty-ms@9.3.0", "", { "dependencies": { "parse-ms": "^4.0.0" } }, "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ=="], 1867 1867
+1 -1
package.json
··· 42 42 "patch-package": "^8.0.1", 43 43 "prettier": "^3.7.4", 44 44 "prettier-plugin-astro": "^0.14.1", 45 - "prettier-plugin-sort-json": "^4.1.1", 45 + "prettier-plugin-sort-json": "^4.2.0", 46 46 "rehype-katex": "^7.0.1", 47 47 "remark-math": "^6.0.0", 48 48 "sirv-cli": "^3.0.1"