Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Jan 28, 2024
1 parent 78a0a34 commit cad1f4b
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 35 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
"@types/tar": "6.1.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-jest": "29.2.1",
"babel-jest": "29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"deepmerge": "3.2.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.33.2",
"husky": "^7.0.0",
"jest": "29.2.1",
"jest": "^29.6.3",
"jest-environment-jsdom": "29.7.0",
"lerna": "^6.6.2",
"lint-staged": "12.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react-native": "0.72.2",
"babel-jest": "29.2.1",
"babel-jest": "29.6.3",
"babel-loader": "9.1.3",
"detox": "18.20.2",
"jetifier": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"electron": "26.3.0",
"electron-builder": "24.6.4",
"electron-notarize": "1.2.2",
"metro-react-native-babel-preset": "0.76.8"
"@react-native/babel-preset": "0.73.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn-macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@rnv/sdk-apple": "1.0.0-rc.9",
"@rnv/sdk-react-native": "1.0.0-rc.9",
"metro-react-native-babel-preset": "0.76.8"
"@react-native/babel-preset": "0.73.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn-tvos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rnv/sdk-android": "1.0.0-rc.9",
"@rnv/sdk-apple": "1.0.0-rc.9",
"@rnv/sdk-react-native": "1.0.0-rc.9",
"metro-react-native-babel-preset": "0.76.8"
"@react-native/babel-preset": "0.73.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ buildscript {
targetSdkVersion = {{TARGET_SDK_VERSION}}

// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = '{{NDK_VERSION}}'
ndkVersion = '{{NDK_VERSION}}'
kotlinVersion = '{{INJECT_KOTLIN_VERSION}}'
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rnv/sdk-utils": "1.0.0-feat-pin-cli.6",
"@rnv/sdk-webos": "1.0.0-rc.9",
"@rnv/sdk-webpack": "1.0.0-rc.9",
"metro-react-native-babel-preset": "0.76.8"
"@react-native/babel-preset": "0.73.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@react-native-community/cli": "*",
"@rnv/core": "^1.0.0-rc.9",
"metro-react-native-babel-preset": "0.76.8",
"@react-native/babel-preset": "0.73.19",
"react-native": "*"
},
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rnv/sdk-android": "1.0.0-rc.9",
"@rnv/sdk-apple": "1.0.0-rc.9",
"@rnv/sdk-react-native": "1.0.0-rc.9",
"metro-react-native-babel-preset": "0.76.8"
"@react-native/babel-preset": "0.73.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react-native": "0.72.2",
"babel-jest": "29.2.1",
"babel-jest": "29.6.3",
"babel-loader": "9.1.3",
"detox": "18.20.2",
"jetifier": "2.0.0",
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@
jest-util "^29.7.0"
slash "^3.0.0"

"@jest/core@^29.2.1", "@jest/core@^29.7.0":
"@jest/core@^29.7.0":
version "29.7.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f"
integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==
Expand Down Expand Up @@ -2194,7 +2194,7 @@
jest-haste-map "^29.7.0"
slash "^3.0.0"

"@jest/transform@^29.2.1", "@jest/transform@^29.7.0":
"@jest/transform@^29.6.3", "@jest/transform@^29.7.0":
version "29.7.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c"
integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==
Expand Down Expand Up @@ -2237,7 +2237,7 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@jest/types@^29.2.1", "@jest/types@^29.6.3":
"@jest/types@^29.6.3":
version "29.6.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
Expand Down Expand Up @@ -4673,9 +4673,9 @@
"@types/node" "*"

"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.1.0", "@types/node@^20.1.1":
version "20.11.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.7.tgz#cb49aedd758c978c30806d0c38b520ed2a3df6e0"
integrity sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==
version "20.11.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.8.tgz#bdb6de1048613c3c6ab6c341c37e8fd1a7860308"
integrity sha512-i7omyekpPTNdv4Jb/Rgqg0RU8YqLcNsI12quKSDkRXNfx7Wxdm6HhK1awT3xTgEkgxPn3bvnSpiEAc7a7Lpyow==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -6585,15 +6585,15 @@ babel-core@^7.0.0-bridge.0:
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==

babel-jest@29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.1.tgz#213c47e28072de11bdb98c9d29b89f2ab99664f1"
integrity sha512-gQJwArok0mqoREiCYhXKWOgUhElJj9DpnssW6GL8dG7ARYqHEhrM9fmPHTjdqEGRVXZAd6+imo3/Vwa8TjLcsw==
babel-jest@29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.3.tgz#e62f6c38f3ec8c147244168ee18ef0b919f10348"
integrity sha512-1Ne93zZZEy5XmTa4Q+W5+zxBrDpExX8E3iy+xJJ+24ewlfo/T3qHfQJCzi/MMVFmBQDNxtRR/Gfd2dwb/0yrQw==
dependencies:
"@jest/transform" "^29.2.1"
"@jest/transform" "^29.6.3"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.1.1"
babel-preset-jest "^29.2.0"
babel-preset-jest "^29.6.3"
chalk "^4.0.0"
graceful-fs "^4.2.9"
slash "^3.0.0"
Expand Down Expand Up @@ -6764,7 +6764,7 @@ babel-preset-fbjs@^3.4.0:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"

babel-preset-jest@^29.2.0, babel-preset-jest@^29.6.3:
babel-preset-jest@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c"
integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==
Expand Down Expand Up @@ -7316,9 +7316,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001578, caniuse-lite@^1.0.30001580:
version "1.0.30001580"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001580.tgz#e3c76bc6fe020d9007647044278954ff8cd17d1e"
integrity sha512-mtj5ur2FFPZcCEpXFy8ADXbDACuNFXg6mxVDqp7tqooX6l3zwm+d8EPoeOSIFRDvHs8qu7/SLFOGniULkcH2iA==
version "1.0.30001581"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz#0dfd4db9e94edbdca67d57348ebc070dece279f4"
integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==

canvas@^2.11.2, canvas@^2.9.3:
version "2.11.2"
Expand Down Expand Up @@ -12548,7 +12548,7 @@ jest-circus@^29.7.0:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.2.1:
jest-cli@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995"
integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==
Expand Down Expand Up @@ -12934,15 +12934,15 @@ jest-worker@^29.6.3, jest-worker@^29.7.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.2.1.tgz#352ec0b81a0e436691d546d984cd7d8f72ffd26a"
integrity sha512-K0N+7rx+fv3Us3KhuwRSJt55MMpZPs9Q3WSO/spRZSnsalX8yEYOTQ1PiSN7OvqzoRX4JEUXCbOJRlP4n8m5LA==
jest@^29.6.3:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
dependencies:
"@jest/core" "^29.2.1"
"@jest/types" "^29.2.1"
"@jest/core" "^29.7.0"
"@jest/types" "^29.6.3"
import-local "^3.0.2"
jest-cli "^29.2.1"
jest-cli "^29.7.0"

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit cad1f4b

Please sign in to comment.