Skip to content

Commit

Permalink
Use semver instead of file dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Oct 30, 2024
1 parent fd9fc9c commit 486e3d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/benchmarking-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node-schedule": "^2.1.1",
"react": "18.2.0",
"react-native": "^0.75.0",
"react-native-benchmarking-library": "file:../../packages/react-native-benchmarking-library",
"react-native-benchmarking-library": "1.0.0",
"react-native-get-random-values": "^1.11.0",
"react-native-permissions": "^3.10.1",
"react-native-release-profiler": "^0.2.1",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-native-permissions": "^3.10.1",
"react-native-wgpu": "^0.1.8",
"three": "^0.168.0",
"react-native-benchmarking-library": "file:./packages/react-native-benchmarking-library"
"react-native-benchmarking-library": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit 486e3d4

Please sign in to comment.