Skip to content

Commit 3ea4032

Browse files
committed
chore: bump deps
1 parent 3ae8615 commit 3ea4032

4 files changed

Lines changed: 236 additions & 275 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Sortable](https://sortable.sadmn.com)
22

3-
This is a sortable component built with `shadnc/ui`, `radix ui`, and `dnd-kit`. It is bootstrapped with `create-t3-app`.
3+
This is a sortable built with `shadnc/ui`, `radix ui`, and `dnd-kit`. It is bootstrapped with `create-t3-app`.
44

55
[![Sortable](./public/images/screenshot.png)](https://sortable.sadmn.com)
66

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@radix-ui/react-label": "^2.1.0",
3030
"@radix-ui/react-slot": "^1.1.0",
3131
"@radix-ui/react-tooltip": "^1.1.2",
32-
"@t3-oss/env-nextjs": "^0.10.1",
32+
"@t3-oss/env-nextjs": "^0.11.0",
3333
"@tanstack/react-table": "^8.19.3",
3434
"class-variance-authority": "^0.7.0",
3535
"clsx": "^2.1.1",
@@ -47,21 +47,21 @@
4747
"devDependencies": {
4848
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
4949
"@types/eslint": "^8.56.10",
50-
"@types/node": "^20.14.10",
50+
"@types/node": "^20.14.12",
5151
"@types/react": "^18.3.3",
5252
"@types/react-dom": "^18.3.0",
53-
"@typescript-eslint/eslint-plugin": "^7.16.0",
54-
"@typescript-eslint/parser": "^7.16.0",
53+
"@typescript-eslint/eslint-plugin": "^7.17.0",
54+
"@typescript-eslint/parser": "^7.17.0",
5555
"eslint": "^8.57.0",
5656
"eslint-config-next": "^14.2.5",
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-tailwindcss": "^3.17.4",
59-
"postcss": "^8.4.39",
59+
"postcss": "^8.4.40",
6060
"prettier": "^3.3.3",
6161
"prettier-plugin-tailwindcss": "^0.6.5",
6262
"rimraf": "^6.0.1",
63-
"tailwindcss": "^3.4.4",
64-
"typescript": "^5.5.3"
63+
"tailwindcss": "^3.4.7",
64+
"typescript": "^5.5.4"
6565
},
6666
"ct3aMetadata": {
6767
"initVersion": "7.33.0"

0 commit comments

Comments
 (0)