mobx-react-hook-form 3.1.1 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-react-hook-form",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -21,17 +21,19 @@
21
21
  "react-hook-form": "^7.56.4"
22
22
  },
23
23
  "dependencies": {
24
- "disposer-util": "^2.0.0",
25
24
  "@types/react": "^18.3.1",
25
+ "disposer-util": "^2.0.0",
26
26
  "linked-abort-controller": "^1.1.0",
27
27
  "lodash-es": "^4.17.21",
28
28
  "yummies": "^3.2.9"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash-es": "^4.17.12",
32
+ "commitfmt": "^1.0.0",
32
33
  "eslint": "^8.57.1",
33
34
  "js2me-eslint-config": "^1.0.7",
34
- "js2me-exports-post-build-script": "^3.0.1",
35
+ "js2me-exports-post-build-script": "^3.0.2",
36
+ "lefthook": "^1.11.13",
35
37
  "nodemon": "^3.1.10",
36
38
  "rimraf": "^6.0.1",
37
39
  "typescript": "^5.8.3"
@@ -80,6 +82,7 @@
80
82
  "pub:patch": "PUBLISH=true PUBLISH_VERSION=patch pnpm run build",
81
83
  "pub:minor": "PUBLISH=true PUBLISH_VERSION=minor pnpm run build",
82
84
  "pub:major": "PUBLISH=true PUBLISH_VERSION=major pnpm run build",
83
- "pub:patch:next": "PUBLISH=true PUBLISH_VERSION=patch PUBLISH_TAG=next PUBLISH_FORCE=true pnpm run build"
85
+ "pub:patch:next": "PUBLISH=true PUBLISH_VERSION=patch PUBLISH_TAG=next PUBLISH_FORCE=true pnpm run build",
86
+ "dev:install-hooks": "if [ -z \"$CI\" ]; then lefthook install; fi"
84
87
  }
85
88
  }