Skip to content

Commit 74e0120

Browse files
committed
v5.1.3
1 parent b275a39 commit 74e0120

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-example",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "19.0.0",
1414
"react-native": "0.78.2",
15-
"react-native-performance": "^5.1.2"
15+
"react-native-performance": "^5.1.3"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",

examples/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-example",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.14.1",
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.7.13",
1111
"@types/react": "^17.0.20",
1212
"@types/react-dom": "^17.0.9",
13-
"isomorphic-performance": "^5.1.1",
13+
"isomorphic-performance": "^5.1.3",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",
1616
"react-scripts": "5.0.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.1.2",
2+
"version": "5.1.3",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/isomorphic-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomorphic-performance",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"description": "Isomorphic Performance API for Node, Browser & React Native",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {

packages/react-native-performance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-performance",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Measure React Native performance",
55
"homepage": "https://github.com/oblador/react-native-performance",
66
"repository": {
@@ -44,8 +44,8 @@
4444
"@babel/core": "^7.25.2",
4545
"@babel/preset-env": "^7.25.3",
4646
"@babel/runtime": "^7.25.0",
47-
"@types/jest": "^29.5.13",
4847
"@react-native/babel-preset": "0.78.2",
48+
"@types/jest": "^29.5.13",
4949
"babel-jest": "^29.6.3",
5050
"jest": "^29.6.3",
5151
"react-native-builder-bob": "^0.21.2",

0 commit comments

Comments
 (0)