feat: Add user-agent-data-types to package.json and tsconfig

This commit is contained in:
Gauthier Daniels 2025-04-20 03:29:33 +02:00
parent 7c20ba9824
commit 4d6da5e404
3 changed files with 9 additions and 1 deletions

View File

@ -50,6 +50,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"user-agent-data-types": "^0.4.2",
"vite": "^6.2.6",
},
},
@ -1103,6 +1104,8 @@
"uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="],
"user-agent-data-types": ["user-agent-data-types@0.4.2", "", {}, "sha512-jXep3kO/dGNmDOkbDa8ccp4QArgxR4I76m3QVcJ1aOF0B9toc+YtSXtX5gLdDTZXyWlpQYQrABr6L1L2GZOghw=="],
"util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="],
"validate-html-nesting": ["validate-html-nesting@1.2.2", "", {}, "sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg=="],

View File

@ -55,6 +55,7 @@
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"user-agent-data-types": "^0.4.2",
"vite": "^6.2.6"
},
"type": "module"

View File

@ -11,7 +11,11 @@
"moduleResolution": "Bundler",
"target": "ES2022",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["vite/client", "vike-solid/client"],
"types": [
"vite/client",
"vike-solid/client",
"./node_modules/user-agent-data-types"
],
"jsx": "react-jsx",
"jsxImportSource": "solid-js",
"baseUrl": ".",