Skip to content

Commit 8719f17

Browse files
Merge pull request #40 from technote-space/release/next-v0.1.29
release: v0.1.30
2 parents be95053 + b19fdc5 commit 8719f17

File tree

2 files changed

+1407
-1472
lines changed

2 files changed

+1407
-1472
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/use-unmount-ref",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"description": "React hook to handle unmount ref.",
55
"keywords": [
66
"github",
@@ -38,25 +38,25 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@commitlint/cli": "^16.2.3",
42-
"@commitlint/config-conventional": "^16.2.1",
43-
"@technote-space/github-action-test-helper": "^0.7.41",
44-
"@testing-library/react-hooks": "^7.0.2",
45-
"@types/jest": "^27.4.1",
46-
"@types/node": "^17.0.23",
47-
"@types/react": "^17.0.43",
48-
"@typescript-eslint/eslint-plugin": "^5.16.0",
49-
"@typescript-eslint/parser": "^5.16.0",
50-
"eslint": "^8.12.0",
51-
"husky": "^7.0.4",
52-
"jest": "^27.5.1",
53-
"jest-circus": "^27.5.1",
54-
"lint-staged": "^12.3.7",
41+
"@commitlint/cli": "^17.0.3",
42+
"@commitlint/config-conventional": "^17.0.3",
43+
"@technote-space/github-action-test-helper": "^0.9.8",
44+
"@testing-library/react-hooks": "^8.0.1",
45+
"@types/jest": "^28.1.3",
46+
"@types/node": "^18.0.0",
47+
"@types/react": "^18.0.14",
48+
"@typescript-eslint/eslint-plugin": "^5.29.0",
49+
"@typescript-eslint/parser": "^5.29.0",
50+
"eslint": "^8.18.0",
51+
"husky": "^8.0.1",
52+
"jest": "^28.1.1",
53+
"jest-circus": "^28.1.1",
54+
"lint-staged": "^13.0.3",
5555
"pinst": "^3.0.0",
56-
"react": "^17.0.2",
57-
"react-test-renderer": "^17.0.2",
58-
"ts-jest": "^27.1.4",
59-
"typescript": "^4.6.3"
56+
"react": "^18.2.0",
57+
"react-test-renderer": "^18.2.0",
58+
"ts-jest": "^28.0.5",
59+
"typescript": "^4.7.4"
6060
},
6161
"publishConfig": {
6262
"access": "public"

0 commit comments

Comments
 (0)