Skip to content

Commit

Permalink
chore: to latest (#5891)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
belgattitude and renovate[bot] authored Sep 9, 2024
1 parent 96e53eb commit 6d5745d
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 209 deletions.
6 changes: 3 additions & 3 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@httpx/json-api": "0.5.22",
"@httpx/plain-object": "1.1.1",
"@httpx/treeu": "0.4.0",
"@mui/icons-material": "6.0.1",
"@mui/material": "6.0.1",
"@mui/icons-material": "6.0.2",
"@mui/material": "6.0.2",
"@pothos/core": "3.41.2",
"@pothos/plugin-errors": "3.11.2",
"@pothos/plugin-prisma": "3.65.3",
Expand All @@ -78,7 +78,7 @@
"@sentry/react": "8.28.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.55.2",
"@tanstack/react-query": "5.55.4",
"@vercel/analytics": "1.3.1",
"@your-org/common-i18n": "workspace:^",
"@your-org/core-lib": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`should match snapshot 1`] = `
>
<svg
aria-hidden="true"
className="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium size-6 text-white css-20bmp1-MuiSvgIcon-root"
className="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium size-6 text-white css-20bmp1-MuiSvgIcon-root"
data-testid="SpeakerIcon"
focusable="false"
viewBox="0 0 24 24"
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`should match snapshot 1`] = `
</span>
<svg
aria-hidden="true"
className="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium size-6 text-white css-20bmp1-MuiSvgIcon-root"
className="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium size-6 text-white css-20bmp1-MuiSvgIcon-root"
data-testid="CloseIcon"
focusable="false"
viewBox="0 0 24 24"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2 || 5.0.0-canary-7118f5dd7-20230705",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^0.25.1",
Expand Down
Loading

0 comments on commit 6d5745d

Please sign in to comment.