update web/shared packages

This commit is contained in:
ppc
2025-03-29 10:20:54 +00:00
parent 71f343e9b5
commit f2550a84e0
4 changed files with 1527 additions and 1582 deletions
+329 -697
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -16,9 +16,9 @@
".": "./dist/index.mjs"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"@types/lodash": "^4.17.16",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"dependencies": {
"big-integer": "^1.6.52",
+1160 -847
View File
File diff suppressed because it is too large Load Diff
+35 -35
View File
@@ -10,49 +10,49 @@
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"amnet-shared": "file:../amnet-shared",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"core-js": "^3.39.0",
"detectincognitojs": "^1.3.5",
"dexie": "^4.0.8",
"core-js": "^3.41.0",
"detectincognitojs": "^1.3.7",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"lucide-react": "^0.427.0",
"lucide-react": "^0.485.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-router-dom": "^6.26.0",
"react-timeago": "^7.2.0",
"tailwind-merge": "^2.4.0",
"react-hook-form": "^7.55.0",
"react-router-dom": "^7.4.1",
"react-timeago": "^8.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.23.8"
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/react-timeago": "^4.1.7",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.6"
"@vitejs/plugin-react-swc": "^3.8.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.23.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"vite": "^6.2.3"
}
}