chore: update dependencies

This commit is contained in:
2024-01-01 08:19:43 +07:00
parent 56fab1dda6
commit 499765c10a
18 changed files with 313 additions and 306 deletions

View File

@@ -1,26 +1,26 @@
{
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.15.0",
"@tauri-apps/api": "2.0.0-alpha.11",
"@tauri-apps/plugin-notification": "2.0.0-alpha.3",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}
"name": "@lume/utils",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.17.0",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/plugin-notification": "2.0.0-alpha.5",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}