Skip to content

Commit 7a07e96

Browse files
committed
feat: upgrade to react 19
1 parent 22f668d commit 7a07e96

File tree

8 files changed

+996
-1324
lines changed

8 files changed

+996
-1324
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Charlie Tango
3+
Copyright (c) 2025 Charlie Tango
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"./*": {
2121
"types": "./dist/hooks/*.d.ts",
2222
"default": "./dist/hooks/*.js"
23-
}
23+
},
24+
"./package.json": "./package.json"
2425
},
2526
"scripts": {
2627
"build": "tsup",
@@ -48,24 +49,24 @@
4849
},
4950
"devDependencies": {
5051
"@biomejs/biome": "^1.9.4",
51-
"@size-limit/preset-small-lib": "^11.1.6",
52+
"@size-limit/preset-small-lib": "^11.2.0",
5253
"@testing-library/dom": "^10.4.0",
53-
"@testing-library/react": "^16.0.1",
54-
"@testing-library/user-event": "^14.5.2",
55-
"@types/react": "^18.3.12",
56-
"@vitest/browser": "^2.1.8",
57-
"bumpp": "^9.8.1",
58-
"globby": "^14.0.2",
54+
"@testing-library/react": "^16.3.0",
55+
"@testing-library/user-event": "^14.6.1",
56+
"@types/react": "^19.1.2",
57+
"@vitest/browser": "^3.1.2",
58+
"bumpp": "^10.1.0",
59+
"globby": "^14.1.0",
5960
"husky": "^9.1.7",
60-
"lint-staged": "^15.2.10",
61-
"playwright": "^1.49.0",
62-
"prettier": "^3.4.2",
63-
"react": "^18.0.0",
64-
"react-dom": "^18.0.0",
65-
"size-limit": "^11.1.6",
66-
"tsup": "^8.3.5",
67-
"typescript": "^5.7.2",
68-
"vitest": "^2.1.8"
61+
"lint-staged": "^15.5.1",
62+
"playwright": "^1.52.0",
63+
"prettier": "^3.5.3",
64+
"react": "^19.1.0",
65+
"react-dom": "^19.1.0",
66+
"size-limit": "^11.2.0",
67+
"tsup": "^8.4.0",
68+
"typescript": "^5.8.3",
69+
"vitest": "^3.1.2"
6970
},
7071
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
7172
}

0 commit comments

Comments
 (0)