Skip to content

Commit

Permalink
update dev deps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Jun 23, 2022
1 parent 1721ec2 commit 3ea8a56
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 1,116 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint:fix
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TimerComponent extends React.Component {
}
}
```

Thanks @wo1ph for the improvements!

## v2.0.0
Expand Down
38 changes: 17 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,31 @@
"package:build": "yarn build && yarn package:prune && yarn package:copy:files",
"package:copy:files": "cp ./LICENSE ./README.md dist/ && cp ./public.package.json dist/package.json",
"package:prune": "find dist -name test.* -delete",
"prepare": "husky install",
"test": "yarn jest src/*",
"test:ci": "yarn test --coverage",
"typecheck": "yarn tsc --noEmit",
"typecheck:watch": "yarn typecheck --watch"
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@types/eslint": "^8.4.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@types/eslint": "^8.4.3",
"@types/estree": "^0.0.51",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"codecov": "^3.8.3",
"eslint": "^8.14.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^4.3.0",
"jest": "^28.0.3",
"prettier": "^2.6.2",
"prettier-package-json": "^2.6.3",
"typescript": "^4.6.4"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"prettier-package-json": "^2.6.4",
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 3ea8a56

Please sign in to comment.