Update dependencies and tweak library build configuration.

This commit is contained in:
Madeorsk 2024-09-29 00:09:30 +02:00
parent a5f16cd3fc
commit e7266d0ab6
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
3 changed files with 769 additions and 743 deletions

View file

@ -27,18 +27,18 @@
},
"devDependencies": {
"@phosphor-icons/react": "^2.1.7",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10",
"@vitejs/plugin-react": "^4.3.0",
"less": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"@phosphor-icons/react": "^2.1.7",

View file

@ -23,6 +23,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
plugins: [
react(),
dts({
rollupTypes: true,
insertTypesEntry: true,
exclude: ["demo", "node_modules"],
}),

1499
yarn.lock

File diff suppressed because it is too large Load diff