Skip to content

Commit

Permalink
build(deps): lerna 7 cross-module references / pin conventional back …
Browse files Browse the repository at this point in the history
…major ver

Waiting for a new lerna release to adopt conventional changelog breaking changes,
this appears to work for now though won't know until publish attempt
  • Loading branch information
mikehardy committed Oct 26, 2023
1 parent a8c948a commit 4f166dc
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 445 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"@typescript-eslint/parser": "^6.9.0",
"babel-jest": "^29.7.0",
"clang-format": "^1.8.0",
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"conventional-recommended-bump": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
36 changes: 18 additions & 18 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "react-native-firebase-tests",
"version": "link:../packages/",
"version": "18.5.0",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
"prepare": "patch-package"
},
"dependencies": {
"@react-native-firebase/analytics": "link:../packages/analytics",
"@react-native-firebase/app": "link:../packages/app",
"@react-native-firebase/app-check": "link:../packages/app-check",
"@react-native-firebase/app-distribution": "link:../packages/app-distribution",
"@react-native-firebase/analytics": "18.5.0",
"@react-native-firebase/app": "18.5.0",
"@react-native-firebase/app-check": "18.5.0",
"@react-native-firebase/app-distribution": "18.5.0",
"@react-native-firebase/app-types": "6.7.2",
"@react-native-firebase/auth": "link:../packages/auth",
"@react-native-firebase/crashlytics": "link:../packages/crashlytics",
"@react-native-firebase/database": "link:../packages/database",
"@react-native-firebase/dynamic-links": "link:../packages/dynamic-links",
"@react-native-firebase/firestore": "link:../packages/firestore",
"@react-native-firebase/functions": "link:../packages/functions",
"@react-native-firebase/in-app-messaging": "link:../packages/in-app-messaging",
"@react-native-firebase/installations": "link:../packages/installations",
"@react-native-firebase/messaging": "link:../packages/messaging",
"@react-native-firebase/ml": "link:../packages/ml",
"@react-native-firebase/perf": "link:../packages/perf",
"@react-native-firebase/remote-config": "link:../packages/remote-config",
"@react-native-firebase/storage": "link:../packages/storage",
"@react-native-firebase/auth": "18.5.0",
"@react-native-firebase/crashlytics": "18.5.0",
"@react-native-firebase/database": "18.5.0",
"@react-native-firebase/dynamic-links": "18.5.0",
"@react-native-firebase/firestore": "18.5.0",
"@react-native-firebase/functions": "18.5.0",
"@react-native-firebase/in-app-messaging": "18.5.0",
"@react-native-firebase/installations": "18.5.0",
"@react-native-firebase/messaging": "18.5.0",
"@react-native-firebase/ml": "18.5.0",
"@react-native-firebase/perf": "18.5.0",
"@react-native-firebase/remote-config": "18.5.0",
"@react-native-firebase/storage": "18.5.0",
"postinstall-postinstall": "2.1.0",
"react": "18.2.0",
"react-native": "0.72.6",
Expand Down
Loading

0 comments on commit 4f166dc

Please sign in to comment.