Skip to content

Commit efc123f

Browse files
committed
chore: fix package install error
1 parent 89e794e commit efc123f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/performance-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@native-html/transient-render-engine": "workspace:*",
99
"benchmark": "^2.1.4",
1010
"lodash": "^4.17.21",
11-
"microtime": "^3.0.0"
11+
"microtime": "^3.1.1"
1212
},
1313
"devDependencies": {
1414
"react": "18.2.0",

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15685,14 +15685,14 @@ __metadata:
1568515685
languageName: node
1568615686
linkType: hard
1568715687

15688-
"microtime@npm:^3.0.0":
15689-
version: 3.0.0
15690-
resolution: "microtime@npm:3.0.0"
15688+
"microtime@npm:^3.1.1":
15689+
version: 3.1.1
15690+
resolution: "microtime@npm:3.1.1"
1569115691
dependencies:
15692-
node-addon-api: "npm:^1.2.0"
15692+
node-addon-api: "npm:^5.0.0"
1569315693
node-gyp: "npm:latest"
15694-
node-gyp-build: "npm:^3.8.0"
15695-
checksum: 10/61c3217f51cea118c3b82d860717c7aaf5687fcc2b80389d5d4f5f694d2e2fbde5e11e979595d479e0cf9c36b2b69d459c734eda219abe769050d7269d5a206e
15694+
node-gyp-build: "npm:^4.4.0"
15695+
checksum: 10/62c29ac611a10e5ce9696c6f1167ba9f7b7955db166828fafccec16f3b8121b358a5066dec160ae7c54187c85ef75253df589e44454685f1aaff4d85cb3a4e53
1569615696
languageName: node
1569715697
linkType: hard
1569815698

@@ -16110,12 +16110,12 @@ __metadata:
1611016110
languageName: node
1611116111
linkType: hard
1611216112

16113-
"node-addon-api@npm:^1.2.0":
16114-
version: 1.7.2
16115-
resolution: "node-addon-api@npm:1.7.2"
16113+
"node-addon-api@npm:^5.0.0":
16114+
version: 5.1.0
16115+
resolution: "node-addon-api@npm:5.1.0"
1611616116
dependencies:
1611716117
node-gyp: "npm:latest"
16118-
checksum: 10/6bf8217a8cd8148f4bbfd319b46d33587e9fb2e63e3c856ded67a76715167f7a6b17e1d9b8bbf3b8508befeb6a4adb10d92b8998ed5c19ca8448343f4cea11d6
16118+
checksum: 10/595f59ffb4630564f587c502119cbd980d302e482781021f3b479f5fc7e41cf8f2f7280fdc2795f32d148e4f3259bd15043c52d4a3442796aa6f1ae97b959636
1611916119
languageName: node
1612016120
linkType: hard
1612116121

@@ -16166,14 +16166,14 @@ __metadata:
1616616166
languageName: node
1616716167
linkType: hard
1616816168

16169-
"node-gyp-build@npm:^3.8.0":
16170-
version: 3.9.0
16171-
resolution: "node-gyp-build@npm:3.9.0"
16169+
"node-gyp-build@npm:^4.4.0":
16170+
version: 4.8.4
16171+
resolution: "node-gyp-build@npm:4.8.4"
1617216172
bin:
16173-
node-gyp-build: ./bin.js
16174-
node-gyp-build-optional: ./optional.js
16175-
node-gyp-build-test: ./build-test.js
16176-
checksum: 10/c94f1fc077852ff9b830f8f8f6bcb350441bf5ec5187cad46981eb5f4faad08a17c5fe9fa3450f346361d93c0984fde0e87c9615e52bc69ad4fb4ebf5e26259c
16173+
node-gyp-build: bin.js
16174+
node-gyp-build-optional: optional.js
16175+
node-gyp-build-test: build-test.js
16176+
checksum: 10/6a7d62289d1afc419fc8fc9bd00aa4e554369e50ca0acbc215cb91446148b75ff7e2a3b53c2c5b2c09a39d416d69f3d3237937860373104b5fe429bf30ad9ac5
1617716177
languageName: node
1617816178
linkType: hard
1617916179

@@ -17020,7 +17020,7 @@ __metadata:
1702017020
"@native-html/transient-render-engine": "workspace:*"
1702117021
benchmark: "npm:^2.1.4"
1702217022
lodash: "npm:^4.17.21"
17023-
microtime: "npm:^3.0.0"
17023+
microtime: "npm:^3.1.1"
1702417024
react: "npm:18.2.0"
1702517025
react-native: "npm:^0.74"
1702617026
languageName: unknown

0 commit comments

Comments
 (0)