diff --git a/formulus/package-lock.json b/formulus/package-lock.json index d835f4b14..04dc08738 100644 --- a/formulus/package-lock.json +++ b/formulus/package-lock.json @@ -1,12 +1,12 @@ { "name": "formulus-app", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "formulus-app", - "version": "0.0.1", + "version": "1.0.0", "dependencies": { "@notifee/react-native": "^9.1.8", "@nozbe/watermelondb": "^0.28.0", @@ -54,7 +54,7 @@ "@react-native-community/cli": "20.0.2", "@react-native-community/cli-platform-android": "20.0.2", "@react-native-community/cli-platform-ios": "20.0.2", - "@react-native/babel-preset": "0.84.0", + "@react-native/babel-preset": "0.84.1", "@react-native/eslint-config": "0.83.1", "@react-native/metro-config": "0.83.1", "@react-native/typescript-config": "0.83.1", @@ -4094,23 +4094,23 @@ } }, "node_modules/@react-native/babel-plugin-codegen": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.84.0.tgz", - "integrity": "sha512-8GGVqcfZQnpmaud1GBww/Z8tF5qaWvork5E+TTTQQm7l0p2WnYkzCDJdZOdISHwSO6ikAjh998c3CVPubij3rQ==", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.84.1.tgz", + "integrity": "sha512-vorvcvptGxtK0qTDCFQb+W3CU6oIhzcX5dduetWRBoAhXdthEQM0MQnF+GTXoXL8/luffKgy7PlZRG/WeI/oRQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.25.3", - "@react-native/codegen": "0.84.0" + "@react-native/codegen": "0.84.1" }, "engines": { "node": ">= 20.19.4" } }, "node_modules/@react-native/babel-plugin-codegen/node_modules/@react-native/codegen": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.84.0.tgz", - "integrity": "sha512-TcTAO58JigCw9onYTrbE2yK2js5YNgqbmnpYyq9oXz2mofbX7JcK53kIi7fhqyJhie8RkY+X85zSOTWNs6S3CA==", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.84.1.tgz", + "integrity": "sha512-n1RIU0QAavgCg1uC5+s53arL7/mpM+16IBhJ3nCFSd/iK5tUmCwxQDcIDC703fuXfpub/ZygeSjVN8bcOWn0gA==", "dev": true, "license": "MIT", "dependencies": { @@ -4130,9 +4130,9 @@ } }, "node_modules/@react-native/babel-preset": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.84.0.tgz", - "integrity": "sha512-X7QfJCRyvawFUzAwidKynOh9Wc36r/OK+lEweNGyRCmciqVxs/8J/HAnANBks/kM/z7XlepG0hU1D/VjHKA/6g==", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.84.1.tgz", + "integrity": "sha512-3GpmCKk21f4oe32bKIdmkdn+WydvhhZL+1nsoFBGi30Qrq9vL16giKu31OcnWshYz139x+mVAvCyoyzgn8RXSw==", "dev": true, "license": "MIT", "dependencies": { @@ -4165,7 +4165,7 @@ "@babel/plugin-transform-runtime": "^7.24.7", "@babel/plugin-transform-typescript": "^7.25.2", "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@react-native/babel-plugin-codegen": "0.84.0", + "@react-native/babel-plugin-codegen": "0.84.1", "babel-plugin-syntax-hermes-parser": "0.32.0", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" diff --git a/formulus/package.json b/formulus/package.json index 53d9c8853..5c6c86270 100644 --- a/formulus/package.json +++ b/formulus/package.json @@ -65,7 +65,7 @@ "@react-native-community/cli": "20.0.2", "@react-native-community/cli-platform-android": "20.0.2", "@react-native-community/cli-platform-ios": "20.0.2", - "@react-native/babel-preset": "0.84.0", + "@react-native/babel-preset": "0.84.1", "@react-native/eslint-config": "0.83.1", "@react-native/metro-config": "0.83.1", "@react-native/typescript-config": "0.83.1",