@dgui/react-shared
Advanced tools
+2
-2
| import { type CSSProperties, type Dispatch, type PropsWithChildren, type SetStateAction } from 'react'; | ||
| import { type ViewStyle } from 'react-native'; | ||
| import { type StyleProp, type ViewStyle } from 'react-native'; | ||
| export type CarouselProps = PropsWithChildren<{ | ||
| readonly onSelectTab: Dispatch<SetStateAction<number>>; | ||
| readonly style?: CSSProperties | ViewStyle; | ||
| readonly style?: CSSProperties | StyleProp<ViewStyle>; | ||
| readonly swipe?: boolean; | ||
@@ -7,0 +7,0 @@ readonly tabIndex?: number; |
+16
-16
@@ -5,3 +5,3 @@ { | ||
| "license": "LGPL-3.0-or-later", | ||
| "version": "1.7.3", | ||
| "version": "1.7.5", | ||
| "private": false, | ||
@@ -46,19 +46,19 @@ "description": "Shared Components for a boilerplate React GUI", | ||
| "devDependencies": { | ||
| "@digest/eslint-config-jest": "^4.14.3", | ||
| "@digest/eslint-config-react": "^4.14.3", | ||
| "@digest/eslint-config-typescript": "^4.14.3", | ||
| "@digest/jest-junit": "^4.14.3", | ||
| "@digest/jest-react": "^4.14.3", | ||
| "@digest/jest-typescript": "^4.14.3", | ||
| "@digest/typescript": "^4.14.3", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/react": "^19.1.4", | ||
| "@digest/eslint-config-jest": "^4.14.9", | ||
| "@digest/eslint-config-react": "^4.14.9", | ||
| "@digest/eslint-config-typescript": "^4.14.9", | ||
| "@digest/jest-junit": "^4.14.9", | ||
| "@digest/jest-react": "^4.14.9", | ||
| "@digest/jest-typescript": "^4.14.9", | ||
| "@digest/typescript": "^4.14.9", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/react": "^19.2.7", | ||
| "@types/react-test-renderer": "^19.1.0", | ||
| "cross-env": "^7.0.3", | ||
| "jest-environment-jsdom": "^29.7.0", | ||
| "cross-env": "^10.1.0", | ||
| "jest-environment-jsdom": "^30.2.0", | ||
| "jest-environment-jsdom-global": "^4.0.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "react": "^19.1.0", | ||
| "react-test-renderer": "^19.1.0", | ||
| "rimraf": "^6.0.1" | ||
| "react": "^19.2.3", | ||
| "react-test-renderer": "^19.2.3", | ||
| "rimraf": "^6.1.2" | ||
| }, | ||
@@ -75,3 +75,3 @@ "peerDependencies": { | ||
| ], | ||
| "gitHead": "9dca93964bff6464c00d0430219621a584750a03" | ||
| "gitHead": "6865e9fd1b5dc81dd517ccd7d626bbe734a1440c" | ||
| } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
99028
0.03%1
Infinity%