Skip to content

Commit 93e2682

Browse files
committed
fix: remove deprecated react-native-worklets dependency from package.json and bun.lock
1 parent bb435cb commit 93e2682

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

bun.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"react-native-safe-area-context": "^5.5.2",
2727
"react-native-screens": "^4.13.1",
2828
"react-native-svg": "^15.12.1",
29-
"react-native-worklets": "^0.4.1",
3029
"tailwind-merge": "^3.3.1",
3130
"zod": "^3.25.47",
3231
"zustand": "^5.0.7",
@@ -1558,8 +1557,6 @@
15581557

15591558
"react-native-svg-transformer": ["[email protected]", "", { "dependencies": { "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", "path-dirname": "^1.0.2" }, "peerDependencies": { "react-native": ">=0.59.0", "react-native-svg": ">=12.0.0" } }, "sha512-dFvBNR8A9VPum9KCfh+LE49YiJEF8zUSnEFciKQroR/bEOhlPoZA0SuQ0qNk7m2iZl2w59FYjdRe0pMHWMDl0Q=="],
15601559

1561-
"react-native-worklets": ["[email protected]", "", { "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-class-properties": "^7.0.0-0", "@babel/plugin-transform-classes": "^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", "@babel/plugin-transform-optional-chaining": "^7.0.0-0", "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", "@babel/plugin-transform-template-literals": "^7.0.0-0", "@babel/plugin-transform-unicode-regex": "^7.0.0-0", "@babel/preset-typescript": "^7.16.7", "convert-source-map": "^2.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0", "react": "*", "react-native": "*" } }, "sha512-QXAMZ8jz0sLEoNrc3ej050z6Sd+UJ/Gef4SACeMuoLRinwHIy4uel7XtMPJZMqKhFerkwXZ7Ips5vIjnNyPDBA=="],
1562-
15631560
"react-reconciler": ["[email protected]", "", { "dependencies": { "scheduler": "^0.25.0" }, "peerDependencies": { "react": "^19.0.0" } }, "sha512-7Ob7Z+URmesIsIVRjnLoDGwBEG/tVitidU0nMsqX/eeJaLY89RISO/10ERe0MqmzuKUUB1rmY+h1itMbUHg9BQ=="],
15641561

15651562
"react-refresh": ["[email protected]", "", {}, "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA=="],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"react-native-safe-area-context": "^5.5.2",
4545
"react-native-screens": "^4.13.1",
4646
"react-native-svg": "^15.12.1",
47-
"react-native-worklets": "^0.4.1",
4847
"tailwind-merge": "^3.3.1",
4948
"zod": "^3.25.47",
5049
"zustand": "^5.0.7"

0 commit comments

Comments
 (0)