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

Configure Feed

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

chore(deps): update devdependency bumpp to v9.2.1

+18 -7
+1 -1
package.json
··· 57 57 "@nuxtjs/eslint-config-typescript": "12.1.0", 58 58 "@types/node": "20.10.4", 59 59 "@vitest/coverage-v8": "0.34.6", 60 - "bumpp": "9.2.0", 60 + "bumpp": "9.2.1", 61 61 "eslint": "8.54.0", 62 62 "eslint-config-prettier": "9.1.0", 63 63 "eslint-plugin-prettier": "5.0.1",
+17 -6
pnpm-lock.yaml
··· 34 34 specifier: 0.34.6 35 35 version: 0.34.6(vitest@0.34.6) 36 36 bumpp: 37 - specifier: 9.2.0 38 - version: 9.2.0 37 + specifier: 9.2.1 38 + version: 9.2.1 39 39 eslint: 40 40 specifier: 8.54.0 41 41 version: 8.54.0 ··· 2333 2333 semver: 7.5.4 2334 2334 dev: true 2335 2335 2336 - /bumpp@9.2.0: 2337 - resolution: {integrity: sha512-pgp7y3jp33QTaXFVDrE0IKuZF5Y8EsIz+ywZXFALW2nD+ZD+4crxJe/GypBQBoJuZrr5dc6TGrR3wl7fk3+C6w==} 2336 + /bumpp@9.2.1: 2337 + resolution: {integrity: sha512-mq6/e8+bnIsOMy1VceTLC49WucMIZqd2nYn0e7Et5LhTO3yYQ8OWJsTl/B+uJDs5eywZmJ4Yt1WTEd2HCI35pw==} 2338 2338 engines: {node: '>=10'} 2339 2339 hasBin: true 2340 2340 dependencies: 2341 2341 '@jsdevtools/ez-spawn': 3.0.4 2342 - c12: 1.4.2 2342 + c12: 1.5.1 2343 2343 cac: 6.7.14 2344 - fast-glob: 3.3.1 2344 + fast-glob: 3.3.2 2345 2345 prompts: 2.4.2 2346 2346 semver: 7.5.4 2347 2347 transitivePeerDependencies: ··· 3673 3673 glob-parent: 5.1.2 3674 3674 merge2: 1.4.1 3675 3675 micromatch: 4.0.5 3676 + 3677 + /fast-glob@3.3.2: 3678 + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 3679 + engines: {node: '>=8.6.0'} 3680 + dependencies: 3681 + '@nodelib/fs.stat': 2.0.5 3682 + '@nodelib/fs.walk': 1.2.8 3683 + glob-parent: 5.1.2 3684 + merge2: 1.4.1 3685 + micromatch: 4.0.5 3686 + dev: true 3676 3687 3677 3688 /fast-json-stable-stringify@2.1.0: 3678 3689 resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}