mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Update dependency @react-native/babel-preset to v0.79.4 (#13213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"@react-native-community/cli": "16.0.3",
|
||||
"@react-native-community/cli-platform-android": "16.0.3",
|
||||
"@react-native-community/cli-platform-ios": "16.0.3",
|
||||
"@react-native/babel-preset": "0.79.3",
|
||||
"@react-native/babel-preset": "0.79.4",
|
||||
"@react-native/metro-config": "0.79.3",
|
||||
"@react-native/typescript-config": "0.79.2",
|
||||
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
||||
|
||||
@@ -9232,7 +9232,7 @@ __metadata:
|
||||
"@react-native-community/netinfo": "npm:11.4.1"
|
||||
"@react-native-community/push-notification-ios": "npm:1.11.0"
|
||||
"@react-native-documents/picker": "npm:10.1.3"
|
||||
"@react-native/babel-preset": "npm:0.79.3"
|
||||
"@react-native/babel-preset": "npm:0.79.4"
|
||||
"@react-native/metro-config": "npm:0.79.3"
|
||||
"@react-native/typescript-config": "npm:0.79.2"
|
||||
"@sqlite.org/sqlite-wasm": "npm:3.46.0-build2"
|
||||
@@ -12316,6 +12316,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/babel-plugin-codegen@npm:0.79.4":
|
||||
version: 0.79.4
|
||||
resolution: "@react-native/babel-plugin-codegen@npm:0.79.4"
|
||||
dependencies:
|
||||
"@babel/traverse": "npm:^7.25.3"
|
||||
"@react-native/codegen": "npm:0.79.4"
|
||||
checksum: 10/151a611c753d01e624d06f80287f24f6b7bb81b768c733720d9e1a39482a50670aaba8b2d95aa6aa5b3ed6393d511c2a939b83e0d2a87d15f890ec8431854b3e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/babel-plugin-codegen@npm:0.79.5":
|
||||
version: 0.79.5
|
||||
resolution: "@react-native/babel-plugin-codegen@npm:0.79.5"
|
||||
@@ -12381,6 +12391,61 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/babel-preset@npm:0.79.4":
|
||||
version: 0.79.4
|
||||
resolution: "@react-native/babel-preset@npm:0.79.4"
|
||||
dependencies:
|
||||
"@babel/core": "npm:^7.25.2"
|
||||
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
|
||||
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
|
||||
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
|
||||
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
|
||||
"@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
|
||||
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
|
||||
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
|
||||
"@babel/plugin-transform-classes": "npm:^7.25.4"
|
||||
"@babel/plugin-transform-computed-properties": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
|
||||
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
|
||||
"@babel/plugin-transform-for-of": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-function-name": "npm:^7.25.1"
|
||||
"@babel/plugin-transform-literals": "npm:^7.25.2"
|
||||
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
|
||||
"@babel/plugin-transform-parameters": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
|
||||
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-runtime": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-spread": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
|
||||
"@babel/plugin-transform-typescript": "npm:^7.25.2"
|
||||
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@react-native/babel-plugin-codegen": "npm:0.79.4"
|
||||
babel-plugin-syntax-hermes-parser: "npm:0.25.1"
|
||||
babel-plugin-transform-flow-enums: "npm:^0.0.2"
|
||||
react-refresh: "npm:^0.14.0"
|
||||
peerDependencies:
|
||||
"@babel/core": "*"
|
||||
checksum: 10/ec1d0bf48d6509683ea9e1865b14f28f5487410ca5fc2b44e0f94cf15f8f7533c820a73a31e28abf86366124ffcc217fa8d267366fd580dc009660b8333c57dd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/babel-preset@npm:0.79.5":
|
||||
version: 0.79.5
|
||||
resolution: "@react-native/babel-preset@npm:0.79.5"
|
||||
@@ -12466,6 +12531,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/codegen@npm:0.79.4":
|
||||
version: 0.79.4
|
||||
resolution: "@react-native/codegen@npm:0.79.4"
|
||||
dependencies:
|
||||
glob: "npm:^7.1.1"
|
||||
hermes-parser: "npm:0.25.1"
|
||||
invariant: "npm:^2.2.4"
|
||||
nullthrows: "npm:^1.1.1"
|
||||
yargs: "npm:^17.6.2"
|
||||
peerDependencies:
|
||||
"@babel/core": "*"
|
||||
checksum: 10/4028b07bb0836ecb3c18ef278c02bbffe0586713bdfb59a87cf90e5173125f5e0e08715b1855d373d3bedb049230ac74de384e630aa7c7a8997e2af441e8f21b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@react-native/codegen@npm:0.79.5":
|
||||
version: 0.79.5
|
||||
resolution: "@react-native/codegen@npm:0.79.5"
|
||||
|
||||
Reference in New Issue
Block a user