Alternative web application for the pdsadmin command
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update dependency @types/react to v19.2.8 (#85)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
ae6e3e1b 187d828d

+12 -12
+1 -1
package.json
··· 43 43 "@mkizka/eslint-config": "7.2.0", 44 44 "@playwright/test": "1.56.1", 45 45 "@types/node": "22.19.3", 46 - "@types/react": "19.2.7", 46 + "@types/react": "19.2.8", 47 47 "@types/react-dom": "19.2.3", 48 48 "@vitejs/plugin-react-swc": "4.2.2", 49 49 "daisyui": "5.5.14",
+11 -11
pnpm-lock.yaml
··· 31 31 version: 8.2.0 32 32 jotai: 33 33 specifier: 2.16.1 34 - version: 2.16.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.3) 34 + version: 2.16.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.8)(react@19.2.3) 35 35 react: 36 36 specifier: 19.2.3 37 37 version: 19.2.3 ··· 73 73 specifier: 22.19.3 74 74 version: 22.19.3 75 75 '@types/react': 76 - specifier: 19.2.7 77 - version: 19.2.7 76 + specifier: 19.2.8 77 + version: 19.2.8 78 78 '@types/react-dom': 79 79 specifier: 19.2.3 80 - version: 19.2.3(@types/react@19.2.7) 80 + version: 19.2.3(@types/react@19.2.8) 81 81 '@vitejs/plugin-react-swc': 82 82 specifier: 4.2.2 83 83 version: 4.2.2(vite@7.3.0(@types/node@22.19.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.1)) ··· 836 836 peerDependencies: 837 837 '@types/react': ^19.2.0 838 838 839 - '@types/react@19.2.7': 840 - resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==} 839 + '@types/react@19.2.8': 840 + resolution: {integrity: sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==} 841 841 842 842 '@typescript-eslint/eslint-plugin@8.46.0': 843 843 resolution: {integrity: sha512-hA8gxBq4ukonVXPy0OKhiaUh/68D0E88GSmtC1iAEnGaieuDi38LhS7jdCHRLi6ErJBNDGCzvh5EnzdPwUc0DA==} ··· 3130 3130 dependencies: 3131 3131 undici-types: 6.21.0 3132 3132 3133 - '@types/react-dom@19.2.3(@types/react@19.2.7)': 3133 + '@types/react-dom@19.2.3(@types/react@19.2.8)': 3134 3134 dependencies: 3135 - '@types/react': 19.2.7 3135 + '@types/react': 19.2.8 3136 3136 3137 - '@types/react@19.2.7': 3137 + '@types/react@19.2.8': 3138 3138 dependencies: 3139 3139 csstype: 3.2.3 3140 3140 ··· 4128 4128 '@hapi/topo': 6.0.2 4129 4129 '@standard-schema/spec': 1.0.0 4130 4130 4131 - jotai@2.16.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.3): 4131 + jotai@2.16.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.8)(react@19.2.3): 4132 4132 optionalDependencies: 4133 4133 '@babel/core': 7.28.4 4134 4134 '@babel/template': 7.27.2 4135 - '@types/react': 19.2.7 4135 + '@types/react': 19.2.8 4136 4136 react: 19.2.3 4137 4137 4138 4138 js-tokens@4.0.0: {}