diff --git a/formulus/package-lock.json b/formulus/package-lock.json index 4bc5f9cea..c236a9e53 100644 --- a/formulus/package-lock.json +++ b/formulus/package-lock.json @@ -60,7 +60,7 @@ "@react-native/babel-preset": "0.84.1", "@react-native/eslint-config": "0.84.1", "@react-native/metro-config": "0.83.1", - "@react-native/typescript-config": "0.83.1", + "@react-native/typescript-config": "0.85.3", "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/node": "^24.10.4", @@ -112,6 +112,9 @@ "name": "@ode/observation-query", "version": "1.0.0", "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.28.4" + }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.7.0", @@ -5072,9 +5075,9 @@ "license": "MIT" }, "node_modules/@react-native/typescript-config": { - "version": "0.83.1", - "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.83.1.tgz", - "integrity": "sha512-y83qd7fmlZG+EJoOyKEmAXifdjN1csNhcfpyxDvgaIUNO/pw2ws3MV/wp+ERQ8F6JIuAu1zcfyCy1/pEA7tC9g==", + "version": "0.85.3", + "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.85.3.tgz", + "integrity": "sha512-F2Ign3lv/99R5HMDiaQE6NpRdopn87VuXgfHABSk0iwzouLFk1fcwaMkJUmjhnxrQagsUwxOWp4WTPwEvRRazQ==", "dev": true, "license": "MIT" }, diff --git a/formulus/package.json b/formulus/package.json index 237506e68..fff35ba55 100644 --- a/formulus/package.json +++ b/formulus/package.json @@ -73,7 +73,7 @@ "@react-native/babel-preset": "0.84.1", "@react-native/eslint-config": "0.84.1", "@react-native/metro-config": "0.83.1", - "@react-native/typescript-config": "0.83.1", + "@react-native/typescript-config": "0.85.3", "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/node": "^24.10.4",