Skip to content

Commit cf27989

Browse files
committed
fix changes
1 parent b7fcf80 commit cf27989

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
4343
"dependencies": {
4444
"@draftbit/react-theme-provider": "^2.1.1",
45-
"@draftbit/theme": "54.1.0",
45+
"@draftbit/theme": "55.0.0",
4646
"@emotion/react": "^11.13.5",
4747
"@emotion/styled": "^11.13.5",
4848
"@expo/vector-icons": "^15.0.3",

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
dependencies:
9292
"@babel/types" "^7.29.7"
9393

94-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6", "@babel/helper-compilation-targets@^7.29.7":
94+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.29.7":
9595
version "7.29.7"
9696
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
9797
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
@@ -156,7 +156,7 @@
156156
"@babel/traverse" "^7.29.7"
157157
"@babel/types" "^7.29.7"
158158

159-
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.28.6", "@babel/helper-module-transforms@^7.29.7":
159+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.29.7":
160160
version "7.29.7"
161161
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
162162
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
@@ -186,7 +186,7 @@
186186
"@babel/helper-wrap-function" "^7.25.9"
187187
"@babel/traverse" "^7.25.9"
188188

189-
"@babel/helper-replace-supers@^7.25.9", "@babel/helper-replace-supers@^7.27.1", "@babel/helper-replace-supers@^7.28.6", "@babel/helper-replace-supers@^7.29.7":
189+
"@babel/helper-replace-supers@^7.25.9", "@babel/helper-replace-supers@^7.27.1", "@babel/helper-replace-supers@^7.29.7":
190190
version "7.29.7"
191191
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz#bc3c3964329043c79112e513c1b198f16589ac21"
192192
integrity sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==
@@ -953,7 +953,7 @@
953953
dependencies:
954954
"@babel/helper-plugin-utils" "^7.25.9"
955955

956-
"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.1", "@babel/plugin-transform-typescript@^7.28.5", "@babel/plugin-transform-typescript@^7.29.7":
956+
"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.1", "@babel/plugin-transform-typescript@^7.29.7":
957957
version "7.29.7"
958958
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz#f0449c3df7037bbe232043476851c38f5e4a7615"
959959
integrity sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==
@@ -1137,7 +1137,7 @@
11371137
"@babel/parser" "^7.29.7"
11381138
"@babel/types" "^7.29.7"
11391139

1140-
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0", "@babel/traverse@^7.29.7":
1140+
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.28.4", "@babel/traverse@^7.29.0", "@babel/traverse@^7.29.7":
11411141
version "7.29.7"
11421142
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
11431143
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
@@ -1178,18 +1178,6 @@
11781178
deepmerge "^3.2.0"
11791179
hoist-non-react-statics "^3.3.0"
11801180

1181-
"@draftbit/theme@54.1.0":
1182-
version "54.1.0"
1183-
resolved "https://registry.yarnpkg.com/@draftbit/theme/-/theme-54.1.0.tgz#02dd4a0deae955f5de29f2a7fd37371ef953457b"
1184-
integrity sha512-UKLWgjCzWcvtTzsiHMpM3TiZYcOjEjZzUfweHx2T/wBBHgDmSp+/3L9dpJyXXRKDpNLokoUbkIB2HCwpKP7HHw==
1185-
dependencies:
1186-
"@react-native-async-storage/async-storage" "2.2.0"
1187-
color "^4.2.3"
1188-
deepmerge-ts "7.1.5"
1189-
lodash.isobject "^3.0.2"
1190-
react-native-typography "^1.4.1"
1191-
zod "^3.23.8"
1192-
11931181
"@egjs/hammerjs@^2.0.17":
11941182
version "2.0.17"
11951183
resolved "https://registry.yarnpkg.com/@egjs/hammerjs/-/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124"

0 commit comments

Comments
 (0)