Skip to content

Commit

Permalink
Merge pull request #614 from systemli/Restructure-Dependabot-Groups
Browse files Browse the repository at this point in the history
📌 Restructure Dependabot Groups
  • Loading branch information
0x46616c6b authored Apr 26, 2024
2 parents b8e7b65 + 190ca71 commit b9839a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ updates:
schedule:
interval: "monthly"
groups:
react:
react-query:
patterns:
- "@tanstack/*"
react:
patterns:
- "@emoji-mart/*"
- "@types/react"
- "dayjs"
- "emoji-mart"
- "jwt-decode"
- "react"
- "react-*"
leaflet:
Expand All @@ -32,11 +38,7 @@ updates:
development:
patterns:
- "@testing-library/*"
- "@types/jest"
- "@types/jwt-decode"
- "@types/node"
- "@types/react-dom"
- "@types/react-router-dom"
- "@types/*"
- "@typescript-eslint/*"
- "@vitejs/plugin-react"
- "@vitest/coverage-v8"
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
Expand Down Expand Up @@ -65,7 +64,6 @@
"jsdom": "^24.0.0",
"jwt-encode": "^1.0.1",
"postcss": "^8.4.38",
"postcss-remove-google-fonts": "^1.2.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.2.10",
Expand Down
1 change: 0 additions & 1 deletion postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
},
],
},
'postcss-remove-google-fonts': {},
},
}
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

lodash@^4.17.15, lodash@^4.17.21:
lodash@^4.17.15:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -4548,11 +4548,6 @@ postcss-reduce-transforms@^7.0.0:
dependencies:
postcss-value-parser "^4.2.0"

postcss-remove-google-fonts@^1.2.3:
version "1.2.4"
resolved "https://registry.yarnpkg.com/postcss-remove-google-fonts/-/postcss-remove-google-fonts-1.2.4.tgz#c8c761cc5ff8878e728218ff91a40fa6010e79c7"
integrity sha512-ZjaOwF69TlG+8Y2h86uZFCekTZqOoj5ZhTlae5RqA0HjtqxWWhdqT4UHUuyXnLSHkL9iQJpQ/yDFhhqsDc7ydQ==

postcss-selector-parser@^6.0.16:
version "6.0.16"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz#3b88b9f5c5abd989ef4e2fc9ec8eedd34b20fb04"
Expand Down

0 comments on commit b9839a6

Please sign in to comment.