Skip to content

Commit

Permalink
chore: upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Oct 3, 2023
1 parent 9476fdd commit 25e4eb7
Show file tree
Hide file tree
Showing 7 changed files with 1,121 additions and 814 deletions.
4 changes: 2 additions & 2 deletions packages/commands/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"socket.io": "^4.7.0"
},
"devDependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@perf-profiler/web-reporter-ui": "^0.14.0",
"@testing-library/react": "^12.1.1",
"@types/express": "^4.17.17",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/core/web-reporter-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/utils": "^5.4.4",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/utils": "^5.14.11",
"@perf-profiler/reporter": "^0.7.0",
"@perf-profiler/types": "^0.6.0",
"apexcharts": "3.33.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/plugins/flipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/utils": "^5.4.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/utils": "^5.14.11",
"@types/lodash": "^4.14.180",
"@perf-profiler/profiler": "*",
"@perf-profiler/web-reporter-ui": "*",
Expand All @@ -42,7 +42,7 @@
"yarn": "^1.22.18"
},
"peerDependencies": {
"antd": "latest",
"antd": "^5.8.2",
"flipper-plugin": "^0.138.0"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"@testing-library/react": "^12.1.1",
"@types/react": "^17.0.2",
"@types/react-dom": "latest",
"antd": "latest",
"antd": "^5.8.2",
"flipper-pkg": "0.140.0",
"flipper-plugin": "0.140.0",
"react-dom": "^17.0.2"
Expand Down

Large diffs are not rendered by default.

1,122 changes: 715 additions & 407 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 25e4eb7

Please sign in to comment.