This repository has no description
0

Configure Feed

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

chore: remove web haptics package

+2 -30
+1 -28
package-lock.json
··· 31499 31499 "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", 31500 31500 "dev": true 31501 31501 }, 31502 - "node_modules/web-haptics": { 31503 - "version": "0.0.6", 31504 - "resolved": "https://registry.npmjs.org/web-haptics/-/web-haptics-0.0.6.tgz", 31505 - "integrity": "sha512-eCzcf1LDi20+Fr0x9V3OkX92k0gxEQXaHajmhXHitsnk6SxPeshv8TBtBRqxyst8HI1uf2FyFVE7QS3jo1gkrw==", 31506 - "license": "MIT", 31507 - "peerDependencies": { 31508 - "react": ">=18", 31509 - "react-dom": ">=18", 31510 - "svelte": ">=4", 31511 - "vue": ">=3" 31512 - }, 31513 - "peerDependenciesMeta": { 31514 - "react": { 31515 - "optional": true 31516 - }, 31517 - "react-dom": { 31518 - "optional": true 31519 - }, 31520 - "svelte": { 31521 - "optional": true 31522 - }, 31523 - "vue": { 31524 - "optional": true 31525 - } 31526 - } 31527 - }, 31528 31502 "node_modules/web-vitals": { 31529 31503 "version": "5.1.0", 31530 31504 "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", ··· 32228 32202 "react-force-graph": "^1.48.2", 32229 32203 "react-force-graph-2d": "^1.29.1", 32230 32204 "react-icons": "^5.5.0", 32231 - "shiki": "^3.20.0", 32232 - "web-haptics": "^0.0.6" 32205 + "shiki": "^3.20.0" 32233 32206 }, 32234 32207 "devDependencies": { 32235 32208 "@chromatic-com/storybook": "^5.1.2",
+1 -2
src/webapp/package.json
··· 59 59 "react-force-graph": "^1.48.2", 60 60 "react-force-graph-2d": "^1.29.1", 61 61 "react-icons": "^5.5.0", 62 - "shiki": "^3.20.0", 63 - "web-haptics": "^0.0.6" 62 + "shiki": "^3.20.0" 64 63 }, 65 64 "devDependencies": { 66 65 "@chromatic-com/storybook": "^5.1.2",