Skip to content

Commit

Permalink
fix(deps): update eslint monorepo to ^9.13.0 (#18833)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent c3c967b commit 0ce1bc0
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 172 deletions.
2 changes: 1 addition & 1 deletion boundaries/link/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-preset-expo": "~11.0.15",
"detox": "^20.27.3",
"eas-cli": "^12.5.4",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
Expand Down
148 changes: 74 additions & 74 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions boundaries/ui-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-mui-unused-classes": "^2.0.2"
Expand All @@ -46,7 +46,7 @@
"@emotion/css": "^11.13.4",
"@emotion/react": "11.13.3",
"@emotion/server": "^11.11.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@fontsource/caveat": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@fontsource/material-icons": "^5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/shortlink-org/shortlink#readme",
"peerDependencies": {
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-shortlink": "*"
}
}
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mdx-js/loader": "3.0.1",
"@types/node": "^20.16.13",
"cypress": "^13.15.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/material-ui": "^0.21.17",
"@types/react-copy-to-clipboard": "^5.0.7",
"cypress": "^13.15.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@vitejs/plugin-react-swc": "^3.7.1",
"chromatic": "^11.12.6",
"css-loader": "^7.1.2",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
182 changes: 91 additions & 91 deletions boundaries/ui-monorepo/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0ce1bc0

Please sign in to comment.