Skip to content

Commit 4337db6

Browse files
authored
Merge pull request #179 from icflorescu/next
Fix type
2 parents 6f1605d + a2f3ffe commit 4337db6

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { MantineColor, MantineRadius, MantineShadow, MantineStyleProp, StylesRecord } from '@mantine/core';
2+
import type { JSX } from 'react';
23

34
/**
45
* Utility type that makes a property required

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -1119,15 +1119,10 @@ caniuse-api@^3.0.0:
11191119
lodash.memoize "^4.1.2"
11201120
lodash.uniq "^4.5.0"
11211121

1122-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001587:
1123-
version "1.0.30001627"
1124-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001627.tgz#8071c42d468e06ed2fb2c545efe79a663fd326ab"
1125-
integrity sha512-4zgNiB8nTyV/tHhwZrFs88ryjls/lHiqFhrxCW4qSTeuRByBVnPYpDInchOIySWknznucaf31Z4KYqjfbrecVw==
1126-
1127-
caniuse-lite@^1.0.30001646:
1128-
version "1.0.30001655"
1129-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz#0ce881f5a19a2dcfda2ecd927df4d5c1684b982f"
1130-
integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==
1122+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001646:
1123+
version "1.0.30001690"
1124+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz"
1125+
integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==
11311126

11321127
chalk@^4.0.0:
11331128
version "4.1.2"

0 commit comments

Comments
 (0)