Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- migrate husky to 9.x
- fix lint errors
  • Loading branch information
gilbarbara committed Jan 30, 2024
1 parent 09b2ce9 commit 703f58c
Show file tree
Hide file tree
Showing 5 changed files with 4,741 additions and 1,981 deletions.
3 changes: 0 additions & 3 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

./node_modules/.bin/repo-tools install-packages
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

./node_modules/.bin/repo-tools check-remote && ./node_modules/.bin/lint-staged
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@
"nano-css": "^5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
"@gilbarbara/eslint-config": "^0.7.2",
"@arethetypeswrong/cli": "^0.13.6",
"@gilbarbara/eslint-config": "^0.7.4",
"@gilbarbara/hooks": "^0.6.4",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/file": "^11.0.1",
"@swc/core": "^1.3.101",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.6",
"@size-limit/file": "^11.0.2",
"@swc/core": "^1.3.107",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^14.1.2",
"@types/exenv": "^1.2.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/node": "^20.11.11",
"@types/once": "^1.4.4",
"@types/react": "^18.2.46",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"del-cli": "^5.1.0",
"fix-tsup-cjs": "^1.2.0",
"husky": "^8.0.3",
"husky": "^9.0.7",
"is-ci-cli": "^2.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -73,8 +73,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"repo-tools": "^0.3.1",
"size-limit": "^11.0.1",
"ts-jest": "^29.1.1",
"size-limit": "^11.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand All @@ -93,7 +93,7 @@
"validate": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run typevalidation && npm run size",
"size": "size-limit",
"prepublishOnly": "npm run validate",
"prepare": "husky install"
"prepare": "husky"
},
"tsup": {
"dts": true,
Expand Down
Loading

0 comments on commit 703f58c

Please sign in to comment.