diff --git a/package.json b/package.json index 18a73e6feb..90fec7c663 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@mui/material": "5.15.14", "@mui/x-data-grid": "7.1.0", "@tauri-apps/api": "1.5.3", - "ahooks": "3.7.10", + "ahooks": "3.7.11", "axios": "1.6.8", "dayjs": "1.11.10", "framer-motion": "11.0.24", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 499eba477d..90ec26beb3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ dependencies: specifier: 1.5.3 version: 1.5.3 ahooks: - specifier: 3.7.10 - version: 3.7.10(react@18.2.0) + specifier: 3.7.11 + version: 3.7.11(react@18.2.0) axios: specifier: 1.6.8 version: 1.6.8 @@ -2539,18 +2539,19 @@ packages: - supports-color dev: true - /ahooks@3.7.10(react@18.2.0): - resolution: {integrity: sha512-/HLYif7sFA/5qSuWKrwvjDbf3bq+sdaMrUWS7XGCDRWdC2FrG/i+u5LZdakMYc6UIgJTMQ7tGiJCV7sdU4kSIw==} + /ahooks@3.7.11(react@18.2.0): + resolution: {integrity: sha512-BfSq7HJ9wk/7a2vX7WbLdwzHyQHmbNe21ipX1PfIzssXIzQfAl79WVJ9GjZaqNl4PFPsJusj/Xjg2OF+gIgGaQ==} engines: {node: '>=8.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.24.1 dayjs: 1.11.10 intersection-observer: 0.12.0 js-cookie: 2.2.1 lodash: 4.17.21 react: 18.2.0 + react-fast-compare: 3.2.2 resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 tslib: 2.6.2 @@ -3358,7 +3359,7 @@ packages: /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.23.9 + '@babel/runtime': 7.24.1 csstype: 3.1.3 dev: false @@ -6151,6 +6152,10 @@ packages: react: 18.2.0 dev: false + /react-fast-compare@3.2.2: + resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} + dev: false + /react-hook-form@7.51.2(react@18.2.0): resolution: {integrity: sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==} engines: {node: '>=12.22.0'}