Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 21, 2024
1 parent 96c7a58 commit 8304405
Show file tree
Hide file tree
Showing 36 changed files with 114 additions and 114 deletions.
84 changes: 42 additions & 42 deletions hooks/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,49 +18,49 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-boolean": "0.3.0",
"@pansy/use-click-away": "0.4.1",
"@pansy/use-controllable-value": "0.4.0",
"@pansy/use-cookie-state": "0.2.1",
"@pansy/use-creation": "0.2.2",
"@pansy/use-deep-compare-effect": "1.3.1",
"@pansy/use-deep-compare-layout-effect": "1.1.0",
"@pansy/use-document-visibility": "0.3.2",
"@pansy/use-event-listener": "0.3.2",
"@pansy/use-event-target": "0.2.6",
"@pansy/use-external": "0.1.5",
"@pansy/use-favicon": "0.2.5",
"@pansy/use-get-state": "0.4.0",
"@pansy/use-hover": "0.4.1",
"@pansy/use-in-viewport": "0.4.1",
"@pansy/use-interval": "0.3.0",
"@pansy/use-key-press": "0.3.1",
"@pansy/use-latest": "0.2.5",
"@pansy/use-local-storage-state": "0.3.2",
"@pansy/use-lock-fn": "1.0.6",
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-modal": "1.0.1",
"@pansy/use-mount": "0.2.0",
"@pansy/use-mouse": "0.3.1",
"@pansy/use-boolean": "^0.3.0",
"@pansy/use-click-away": "^0.4.1",
"@pansy/use-controllable-value": "^0.4.0",
"@pansy/use-cookie-state": "^0.2.1",
"@pansy/use-creation": "^0.2.2",
"@pansy/use-deep-compare-effect": "^1.3.1",
"@pansy/use-deep-compare-layout-effect": "^1.1.0",
"@pansy/use-document-visibility": "^0.3.2",
"@pansy/use-event-listener": "^0.3.2",
"@pansy/use-event-target": "^0.2.6",
"@pansy/use-external": "^0.1.5",
"@pansy/use-favicon": "^0.2.5",
"@pansy/use-get-state": "^0.4.0",
"@pansy/use-hover": "^0.4.1",
"@pansy/use-in-viewport": "^0.4.1",
"@pansy/use-interval": "^0.3.0",
"@pansy/use-key-press": "^0.3.1",
"@pansy/use-latest": "^0.2.5",
"@pansy/use-local-storage-state": "^0.3.2",
"@pansy/use-lock-fn": "^1.0.6",
"@pansy/use-memoized-fn": "^0.3.1",
"@pansy/use-modal": "^1.0.1",
"@pansy/use-mount": "^0.2.0",
"@pansy/use-mouse": "^0.3.1",
"@pansy/use-pagination": "^0.1.0",
"@pansy/use-portal": "0.2.1",
"@pansy/use-previous": "0.2.5",
"@pansy/use-raf-state": "0.2.7",
"@pansy/use-request": "0.3.1",
"@pansy/use-scroll": "0.3.2",
"@pansy/use-scroll-lock": "1.3.2",
"@pansy/use-selections": "0.4.0",
"@pansy/use-session-storage-state": "0.3.2",
"@pansy/use-size": "0.3.2",
"@pansy/use-timeout": "0.2.6",
"@pansy/use-title": "0.3.2",
"@pansy/use-toggle": "0.2.5",
"@pansy/use-unmount": "0.2.7",
"@pansy/use-update": "0.2.5",
"@pansy/use-update-effect": "0.2.5",
"@pansy/use-update-layout-effect": "0.2.11",
"@pansy/use-watermark": "0.3.2",
"@pansy/use-web-socket": "0.2.1"
"@pansy/use-portal": "^0.2.1",
"@pansy/use-previous": "^0.2.5",
"@pansy/use-raf-state": "^0.2.7",
"@pansy/use-request": "^0.3.1",
"@pansy/use-scroll": "^0.3.2",
"@pansy/use-scroll-lock": "^1.3.2",
"@pansy/use-selections": "^0.4.0",
"@pansy/use-session-storage-state": "^0.3.2",
"@pansy/use-size": "^0.3.2",
"@pansy/use-timeout": "^0.2.6",
"@pansy/use-title": "^0.3.2",
"@pansy/use-toggle": "^0.2.5",
"@pansy/use-unmount": "^0.2.7",
"@pansy/use-update": "^0.2.5",
"@pansy/use-update-effect": "^0.2.5",
"@pansy/use-update-layout-effect": "^0.2.11",
"@pansy/use-watermark": "^0.3.2",
"@pansy/use-web-socket": "^0.2.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useBoolean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-toggle": "0.2.5"
"@pansy/use-toggle": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useClickAway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "0.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/useControllableValue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-update": "0.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion hooks/useCookieState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-memoized-fn": "0.3.1",
"@types/js-cookie": "^2.x.x",
"js-cookie": "^2.x.x"
Expand Down
2 changes: 1 addition & 1 deletion hooks/useCreation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0"
"@pansy/shared": "^1.15.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useDeepCompareEffect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0"
"@pansy/shared": "^1.15.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useDeepCompareLayoutEffect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0"
"@pansy/shared": "^1.15.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useDocumentVisibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-event-listener": "0.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/useEventListener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "0.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/useEventTarget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-latest": "0.2.5"
"@pansy/use-latest": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useGetState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-toggle": "0.2.5"
"@pansy/use-toggle": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useHover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-boolean": "0.3.0",
"@pansy/use-event-listener": "0.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion hooks/useInViewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"intersection-observer": "^0.12.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/useInterval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "0.2.5"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions hooks/useKeyPress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/use-latest": "0.2.5"
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
4 changes: 2 additions & 2 deletions hooks/useLocalStorageState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0"
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useMemoizedFn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-toggle": "0.2.5"
"@pansy/use-toggle": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
4 changes: 2 additions & 2 deletions hooks/useModal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-boolean": "0.3.0",
"@pansy/use-memoized-fn": "0.3.1"
"@pansy/use-boolean": "^0.3.0",
"@pansy/use-memoized-fn": "^0.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 3 additions & 3 deletions hooks/useMouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/use-event-listener": "0.3.2",
"@pansy/use-raf-state": "0.2.7"
"@pansy/shared": "^1.15.0",
"@pansy/use-event-listener": "^0.3.2",
"@pansy/use-raf-state": "^0.2.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 4 additions & 4 deletions hooks/useMqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-boolean": "0.3.0",
"@pansy/use-latest": "0.2.5",
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-unmount": "0.2.7",
"@pansy/use-boolean": "^0.3.0",
"@pansy/use-latest": "^0.2.5",
"@pansy/use-memoized-fn": "^0.3.1",
"@pansy/use-unmount": "^0.2.7",
"mqtt": "^4.3.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/useRafState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-unmount": "0.2.7"
"@pansy/use-unmount": "^0.2.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
16 changes: 8 additions & 8 deletions hooks/useRequest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/use-creation": "0.2.2",
"@pansy/use-latest": "0.2.5",
"@pansy/use-memoized-fn": "0.3.1",
"@pansy/use-mount": "0.2.0",
"@pansy/use-unmount": "0.2.7",
"@pansy/use-update": "0.2.5",
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0",
"@pansy/use-creation": "^0.2.2",
"@pansy/use-latest": "^0.2.5",
"@pansy/use-memoized-fn": "^0.3.1",
"@pansy/use-mount": "^0.2.0",
"@pansy/use-unmount": "^0.2.7",
"@pansy/use-update": "^0.2.5",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions hooks/useScroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/use-latest": "0.2.5",
"@pansy/use-raf-state": "0.2.7"
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "^0.2.5",
"@pansy/use-raf-state": "^0.2.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 3 additions & 3 deletions hooks/useScrollLock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/use-event-listener": "0.3.2",
"@pansy/use-get-state": "0.4.0"
"@pansy/shared": "^1.15.0",
"@pansy/use-event-listener": "^0.3.2",
"@pansy/use-get-state": "^0.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion hooks/useSelections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/use-memoized-fn": "0.3.1"
"@pansy/use-memoized-fn": "^0.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
4 changes: 2 additions & 2 deletions hooks/useSessionStorageState/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0"
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 3 additions & 3 deletions hooks/useSize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/hook-utils": "0.5.1",
"@pansy/shared": "^1.9.0",
"@pansy/use-raf-state": "0.2.7",
"@pansy/hook-utils": "^0.5.1",
"@pansy/shared": "^1.15.0",
"@pansy/use-raf-state": "^0.2.7",
"resize-observer-polyfill": "^1.5.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions hooks/useTimeout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@pansy/shared": "^1.9.0",
"@pansy/use-latest": "0.2.5"
"@pansy/shared": "^1.15.0",
"@pansy/use-latest": "^0.2.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
Loading

0 comments on commit 8304405

Please sign in to comment.