Skip to content

Commit

Permalink
deps: some additional updates (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
imccausl authored Aug 5, 2024
1 parent 387e06f commit 8cf6a76
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 171 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ updates:
open-pull-requests-limit: 10

groups:
nextjs:
applies-to: version-updates
patterns:
- next
- "react*"
- eslint-config-next
- "@types/react*"

linting:
applies-to: version-updates
patterns:
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@zombordle/design-tokens": "workspace:packages/design-tokens",
"formula-one": "workspace:packages/formula-one",
"logrocket": "^7.0.0",
"next": "^14.2.3",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-is": "^18.2.0",
"seedrandom": "^3.0.5",
"styled-components": "^6.1.8"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@yarnpkg/sdks": "^3.2.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -53,7 +53,7 @@
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-is": "^18.2.0",
"styled-components": "^6.1.8",
"stylelint": "^16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formula-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.56.0",
"jsdom": "^24.1.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.7.0",
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"CI"
],
"globalDependencies": [
"tsconfig.json"
"tsconfig.json",
".eslintrc.js"
],
"tasks": {
"dev": {
Expand Down
Loading

0 comments on commit 8cf6a76

Please sign in to comment.