this repo has no description
0
fork

Configure Feed

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

⬆️ (nanoid) add nanoid uuid creation

+11 -7
+1
package.json
··· 24 24 }, 25 25 "dependencies": { 26 26 "chart.xkcd": "^1.1.13", 27 + "nanoid": "^4.0.2", 27 28 "pinia": "^2.1.3" 28 29 }, 29 30 "pnpm": {
+10 -7
pnpm-lock.yaml
··· 9 9 chart.xkcd: 10 10 specifier: ^1.1.13 11 11 version: 1.1.13 12 + nanoid: 13 + specifier: ^4.0.2 14 + version: 4.0.2 12 15 pinia: 13 16 specifier: ^2.1.3 14 17 version: 2.1.3(typescript@5.0.4)(vue@3.3.4) ··· 4136 4139 resolution: {integrity: sha512-YVE1mIJ4VpUMqZObFndk9CJu6DBJR/GB13p3tXuNbwD4XExaI5EOuRl6BHeIDxIqXZVxSfAC+y6U1Z/IxCfKUg==} 4137 4140 dev: true 4138 4141 4139 - /nanoid@3.3.4: 4140 - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} 4141 - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 4142 - hasBin: true 4143 - 4144 4142 /nanoid@3.3.6: 4145 4143 resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} 4146 4144 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 4147 4145 hasBin: true 4148 - dev: true 4146 + 4147 + /nanoid@4.0.2: 4148 + resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} 4149 + engines: {node: ^14 || ^16 || >=18} 4150 + hasBin: true 4151 + dev: false 4149 4152 4150 4153 /node-releases@2.0.7: 4151 4154 resolution: {integrity: sha512-EJ3rzxL9pTWPjk5arA0s0dgXpnyiAbJDE6wHT62g7VsgrgQgmmZ+Ru++M1BFofncWja+Pnn3rEr3fieRySAdKQ==} ··· 4317 4320 resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} 4318 4321 engines: {node: ^10 || ^12 || >=14} 4319 4322 dependencies: 4320 - nanoid: 3.3.4 4323 + nanoid: 3.3.6 4321 4324 picocolors: 1.0.0 4322 4325 source-map-js: 1.0.2 4323 4326