Skip to content

Commit 6a86f32

Browse files
chore(deps): update devdependencies (non-major)
1 parent 78dab21 commit 6a86f32

File tree

5 files changed

+514
-414
lines changed

5 files changed

+514
-414
lines changed

packages/commands/measure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@types/supertest": "^6.0.2",
3333
"ink-testing-library": "^2.1.0",
3434
"parcel": "^2.12.0",
35-
"react": "18.2.0",
36-
"react-dom": "18.2.0",
35+
"react": "18.3.1",
36+
"react-dom": "18.3.1",
3737
"socket.io-client": "^4.7.4",
3838
"supertest": "^6.3.4"
3939
},

packages/commands/report/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"devDependencies": {
2020
"@perf-profiler/web-reporter-ui": "^0.15.0",
2121
"parcel": "^2.12.0",
22-
"react": "18.2.0",
23-
"react-dom": "18.2.0"
22+
"react": "18.3.1",
23+
"react-dom": "18.3.1"
2424
},
2525
"scripts": {
2626
"start": "yarn parcel src/index.html",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {
28-
"@docusaurus/module-type-aliases": "3.2.1",
28+
"@docusaurus/module-type-aliases": "3.3.2",
2929
"@tsconfig/docusaurus": "^2.0.2",
3030
"typescript": "^5.4.2"
3131
},

website/yarn.lock

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,19 @@
13741374
react-helmet-async "*"
13751375
react-loadable "npm:@docusaurus/[email protected]"
13761376

1377+
"@docusaurus/[email protected]":
1378+
version "3.3.2"
1379+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.3.2.tgz#02534449d08d080fd52dc9e046932bb600c38b01"
1380+
integrity sha512-b/XB0TBJah5yKb4LYuJT4buFvL0MGAb0+vJDrJtlYMguRtsEBkf2nWl5xP7h4Dlw6ol0hsHrCYzJ50kNIOEclw==
1381+
dependencies:
1382+
"@docusaurus/types" "3.3.2"
1383+
"@types/history" "^4.7.11"
1384+
"@types/react" "*"
1385+
"@types/react-router-config" "*"
1386+
"@types/react-router-dom" "*"
1387+
react-helmet-async "*"
1388+
react-loadable "npm:@docusaurus/[email protected]"
1389+
13771390
"@docusaurus/[email protected]":
13781391
version "3.2.1"
13791392
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.2.1.tgz#1b28c45102abc4be1a57caba76672c5ccdacce63"
@@ -1615,6 +1628,21 @@
16151628
webpack "^5.88.1"
16161629
webpack-merge "^5.9.0"
16171630

1631+
"@docusaurus/[email protected]":
1632+
version "3.3.2"
1633+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.3.2.tgz#0e17689512b22209a98f22ee80ac56899e94d390"
1634+
integrity sha512-5p201S7AZhliRxTU7uMKtSsoC8mgPA9bs9b5NQg1IRdRxJfflursXNVsgc3PcMqiUTul/v1s3k3rXXFlRE890w==
1635+
dependencies:
1636+
"@mdx-js/mdx" "^3.0.0"
1637+
"@types/history" "^4.7.11"
1638+
"@types/react" "*"
1639+
commander "^5.1.0"
1640+
joi "^17.9.2"
1641+
react-helmet-async "^1.3.0"
1642+
utility-types "^3.10.0"
1643+
webpack "^5.88.1"
1644+
webpack-merge "^5.9.0"
1645+
16181646
"@docusaurus/[email protected]":
16191647
version "3.2.1"
16201648
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.2.1.tgz#c275fd9984951244cc4f595ce6dfd0522e40c68d"
@@ -6940,6 +6968,13 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
69406968
"@types/react" "*"
69416969
prop-types "^15.6.2"
69426970

6971+
"react-loadable@npm:@docusaurus/[email protected]":
6972+
version "6.0.0"
6973+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-6.0.0.tgz#de6c7f73c96542bd70786b8e522d535d69069dc4"
6974+
integrity sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==
6975+
dependencies:
6976+
"@types/react" "*"
6977+
69436978
react-router-config@^5.1.1:
69446979
version "5.1.1"
69456980
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"

0 commit comments

Comments
 (0)