Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Apr 8, 2024
1 parent 2fd91b6 commit e8348d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"@solid-primitives/keyed": "^1.2.2",
"@solid-primitives/media": "^2.2.8",
"@solid-primitives/resize-observer": "^2.0.25",
"@solid-primitives/storage": "^3.0.0",
"@solid-primitives/storage": "^3.2.0",
"@solid-primitives/timer": "^1.3.9",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.13.1",
"@tabler/icons-solidjs": "^2.47.0",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/solid-table": "^8.15.0",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/solid-table": "^8.15.3",
"@tanstack/solid-virtual": "3.0.2",
"@tanstack/virtual-core": "3.0.2",
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/node": "^20.12.5",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vite-pwa/assets-generator": "^0.2.4",
"apexcharts": "^3.48.0",
"autoprefixer": "^10.4.19",
"byte-size": "^8.1.1",
"commitlint": "^19.2.1",
"daisyui": "^4.9.0",
"daisyui": "^4.10.1",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
Expand All @@ -59,17 +59,17 @@
"match-sorter": "^6.3.4",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"solid-apexcharts": "^0.3.4",
"solid-js": "^1.8.16",
"solid-toast": "^0.5.0",
"sort-package-json": "^2.8.0",
"sort-package-json": "^2.10.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"uuid": "^9.0.1",
"vite": "^5.2.6",
"vite-plugin-pwa": "^0.19.7",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-solid": "^2.10.2",
"zod": "^3.22.4"
}
Expand Down

0 comments on commit e8348d8

Please sign in to comment.