Skip to content

Commit 1339bc4

Browse files
committed
chore(deps): upgrade to React 19, Vite 7, and Vitest 4
1 parent 451a6bd commit 1339bc4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.husky/commit-msg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
npx --no-install commitlint --edit ""
1+
npx --no -- commitlint --edit $1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "git+https://github.com/marco-streng/styled-off-canvas.git"
66
},
77
"scripts": {
8-
"prepare": "husky install",
8+
"prepare": "husky",
99
"dev": "pnpm --filter 'styled-off-canvas-demo' run dev",
1010
"build:demo": "pnpm --filter 'styled-off-canvas' run build && pnpm --filter 'styled-off-canvas-demo' run build"
1111
},

0 commit comments

Comments
 (0)