|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/use-unmount-ref",
|
3 |
| - "version": "0.1.27", |
| 3 | + "version": "0.1.28", |
4 | 4 | "description": "React hook to handle unmount ref.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
38 | 38 | },
|
39 | 39 | "dependencies": {},
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^16.1.0", |
42 |
| - "@commitlint/config-conventional": "^16.0.0", |
43 |
| - "@technote-space/github-action-test-helper": "^0.7.36", |
| 41 | + "@commitlint/cli": "^16.2.3", |
| 42 | + "@commitlint/config-conventional": "^16.2.1", |
| 43 | + "@technote-space/github-action-test-helper": "^0.7.40", |
44 | 44 | "@testing-library/react-hooks": "^7.0.2",
|
45 |
| - "@types/jest": "^27.4.0", |
46 |
| - "@types/node": "^17.0.15", |
47 |
| - "@types/react": "^17.0.39", |
48 |
| - "@typescript-eslint/eslint-plugin": "^5.10.2", |
49 |
| - "@typescript-eslint/parser": "^5.10.2", |
50 |
| - "eslint": "^8.8.0", |
| 45 | + "@types/jest": "^27.4.1", |
| 46 | + "@types/node": "^17.0.21", |
| 47 | + "@types/react": "^17.0.41", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
| 49 | + "@typescript-eslint/parser": "^5.15.0", |
| 50 | + "eslint": "^8.11.0", |
51 | 51 | "husky": "^7.0.4",
|
52 |
| - "jest": "^27.5.0", |
53 |
| - "jest-circus": "^27.5.0", |
54 |
| - "lint-staged": "^12.3.3", |
55 |
| - "pinst": "^2.1.6", |
| 52 | + "jest": "^27.5.1", |
| 53 | + "jest-circus": "^27.5.1", |
| 54 | + "lint-staged": "^12.3.7", |
| 55 | + "pinst": "^3.0.0", |
56 | 56 | "react": "^17.0.2",
|
57 | 57 | "react-test-renderer": "^17.0.2",
|
58 | 58 | "ts-jest": "^27.1.3",
|
59 |
| - "typescript": "^4.5.5" |
| 59 | + "typescript": "^4.6.2" |
60 | 60 | },
|
61 | 61 | "publishConfig": {
|
62 | 62 | "access": "public"
|
|
0 commit comments