Skip to content

Commit

Permalink
Merge branch 'master' into renovate/playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah authored Nov 25, 2024
2 parents 1bf7b5b + 4843bb9 commit cf21bbf
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/base": "workspace:*",
"@mui/docs": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"google-auth-library": "^9.15.0"
},
"devDependencies": {
"@argos-ci/core": "^2.10.0",
"@argos-ci/core": "^2.11.0",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
Expand All @@ -130,7 +130,7 @@
"@types/babel__core": "^7.20.5",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/yargs": "^17.0.33",
Expand Down Expand Up @@ -180,7 +180,7 @@
"lodash": "^4.17.21",
"markdownlint-cli2": "^0.15.0",
"mocha": "^10.8.2",
"nx": "^20.1.2",
"nx": "^20.1.3",
"nyc": "^17.1.0",
"piscina": "^4.7.0",
"postcss-styled-syntax": "^0.6.4",
Expand All @@ -201,9 +201,9 @@
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"engines": {
"pnpm": "9.13.2"
"pnpm": "9.14.2"
},
"resolutions": {
"@babel/core": "^7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/chai": "^4.3.20",
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.4",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rsc-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.6"
}
}
Loading

0 comments on commit cf21bbf

Please sign in to comment.