Skip to content

Commit 6a60046

Browse files
Merge pull request #51 from technote-space/release/next-v0.1.31
release: v0.1.32
2 parents e597263 + 9e4f9e8 commit 6a60046

File tree

2 files changed

+1172
-1117
lines changed

2 files changed

+1172
-1117
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/use-unmount-ref",
3-
"version": "0.1.31",
3+
"version": "0.1.32",
44
"description": "React hook to handle unmount ref.",
55
"keywords": [
66
"github",
@@ -38,25 +38,25 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@commitlint/cli": "^17.1.1",
42-
"@commitlint/config-conventional": "^17.1.0",
43-
"@technote-space/github-action-test-helper": "^0.9.10",
41+
"@commitlint/cli": "^17.3.0",
42+
"@commitlint/config-conventional": "^17.3.0",
43+
"@technote-space/github-action-test-helper": "^0.11.0",
4444
"@testing-library/react-hooks": "^8.0.1",
45-
"@types/jest": "^28.1.8",
46-
"@types/node": "^18.7.13",
47-
"@types/react": "^18.0.17",
48-
"@typescript-eslint/eslint-plugin": "^5.35.1",
49-
"@typescript-eslint/parser": "^5.35.1",
50-
"eslint": "^8.23.0",
51-
"husky": "^8.0.1",
52-
"jest": "^29.0.1",
53-
"jest-circus": "^29.0.1",
54-
"lint-staged": "^13.0.3",
45+
"@types/jest": "^29.2.3",
46+
"@types/node": "^18.11.9",
47+
"@types/react": "^18.0.25",
48+
"@typescript-eslint/eslint-plugin": "^5.44.0",
49+
"@typescript-eslint/parser": "^5.44.0",
50+
"eslint": "^8.28.0",
51+
"husky": "^8.0.2",
52+
"jest": "^29.3.1",
53+
"jest-circus": "^29.3.1",
54+
"lint-staged": "^13.0.4",
5555
"pinst": "^3.0.0",
5656
"react": "^18.2.0",
5757
"react-test-renderer": "^18.2.0",
58-
"ts-jest": "^28.0.8",
59-
"typescript": "^4.8.2"
58+
"ts-jest": "^29.0.3",
59+
"typescript": "^4.9.3"
6060
},
6161
"publishConfig": {
6262
"access": "public"

0 commit comments

Comments
 (0)