chore: update
This commit is contained in:
+35
-45
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-worklets",
|
||||
"version": "0.7.2",
|
||||
"version": "0.5.1",
|
||||
"description": "The React Native multithreading library",
|
||||
"keywords": [
|
||||
"react-native",
|
||||
@@ -31,12 +31,12 @@
|
||||
"lint:js": "eslint src && yarn prettier --check src",
|
||||
"lint:plugin": "yarn workspace babel-plugin-worklets lint",
|
||||
"test": "jest",
|
||||
"type:check": "yarn type:check:src:native && yarn type:check:src:web && yarn type:check:plugin && yarn type:check:app && yarn type:check:tests",
|
||||
"type:check:src:native": "yarn tsc --noEmit",
|
||||
"type:check:src:web": "yarn tsc --noEmit --project tsconfig.web.json",
|
||||
"type:check": "yarn type:check:src && yarn type:check:plugin && yarn type:check:app && yarn type:check:tests",
|
||||
"type:check:src": "yarn tsc --noEmit",
|
||||
"type:check:app": "yarn workspace common-app type:check",
|
||||
"type:check:plugin": "yarn workspace babel-plugin-worklets type:check",
|
||||
"type:check:tests": "../../scripts/test-ts.sh __typetests__"
|
||||
"type:check:tests": "../../scripts/test-ts.sh __typetests__",
|
||||
"use-strict-check": "node ../../scripts/validate-use-strict.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -50,41 +50,41 @@
|
||||
},
|
||||
"homepage": "https://docs.swmansion.com/react-native-worklets",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "*",
|
||||
"@babel/core": "^7.0.0-0",
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-arrow-functions": "7.27.1",
|
||||
"@babel/plugin-transform-class-properties": "7.27.1",
|
||||
"@babel/plugin-transform-classes": "7.28.4",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.27.1",
|
||||
"@babel/plugin-transform-optional-chaining": "7.27.1",
|
||||
"@babel/plugin-transform-shorthand-properties": "7.27.1",
|
||||
"@babel/plugin-transform-template-literals": "7.27.1",
|
||||
"@babel/plugin-transform-unicode-regex": "7.27.1",
|
||||
"@babel/preset-typescript": "7.27.1",
|
||||
"convert-source-map": "2.0.0",
|
||||
"semver": "7.7.3"
|
||||
"@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",
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/cli": "^7.20.0",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@react-native-community/cli": "20.0.0",
|
||||
"@react-native/eslint-config": "0.83.1",
|
||||
"@types/jest": "30.0.0",
|
||||
"@types/node": "24.7.0",
|
||||
"@types/react": "19.2.2",
|
||||
"clang-format-node": "1.3.5",
|
||||
"code-tag": "1.2.0",
|
||||
"eslint": "9.37.0",
|
||||
"jest": "30.2.0",
|
||||
"knip": "5.61.3",
|
||||
"madge": "8.0.0",
|
||||
"prettier": "3.6.2",
|
||||
"react": "19.2.0",
|
||||
"react-native": "0.83.1",
|
||||
"react-native-builder-bob": "0.40.13",
|
||||
"@react-native/eslint-config": "0.81.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/react": "^19.1.0",
|
||||
"babel-plugin-worklets": "workspace:*",
|
||||
"clang-format-node": "^1.3.1",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-reanimated": "workspace:*",
|
||||
"jest": "^29.0.0",
|
||||
"knip": "^5.61.3",
|
||||
"madge": "^5.0.1",
|
||||
"prettier": "^3.3.3",
|
||||
"react": "19.1.0",
|
||||
"react-native": "patch:react-native@npm%3A0.81.0#~/.yarn/patches/react-native-npm-0.81.0-96e336150b.patch",
|
||||
"react-native-builder-bob": "patch:react-native-builder-bob@npm%3A0.33.1#~/.yarn/patches/react-native-builder-bob-npm-0.33.1-383d9e23a5.patch",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"main": "./lib/module/index",
|
||||
@@ -104,7 +104,6 @@
|
||||
"scripts/worklets_utils.rb",
|
||||
"scripts/validate-react-native-version.js",
|
||||
"plugin/index.js",
|
||||
"plugin/index.d.ts",
|
||||
"*.podspec",
|
||||
"react-native.config.js",
|
||||
"!apple/build",
|
||||
@@ -118,15 +117,6 @@
|
||||
"!**/__mocks__",
|
||||
"!**/.*"
|
||||
],
|
||||
"sideEffects": [
|
||||
"./src/index.ts",
|
||||
"./lib/module/index.js",
|
||||
"./**/runtimeKind.{js,ts}",
|
||||
"./**/serializable.native.{js,ts}",
|
||||
"./**/workletRuntimeEntry.native.{js,ts}",
|
||||
"./**/initializers.native.{js,ts}",
|
||||
"./**/featureFlags.native.{js,ts}"
|
||||
],
|
||||
"react-native-builder-bob": {
|
||||
"source": "src",
|
||||
"output": "lib",
|
||||
@@ -134,8 +124,8 @@
|
||||
[
|
||||
"module",
|
||||
{
|
||||
"esm": false,
|
||||
"jsxRuntime": "automatic"
|
||||
"esm": true,
|
||||
"jsxRuntime": "classic"
|
||||
}
|
||||
],
|
||||
"typescript"
|
||||
|
||||
Reference in New Issue
Block a user