Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates (#116)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [@griffel/react](https://github.com/microsoft/griffel).


Updates `react-router-dom` from 6.18.0 to 6.20.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `@griffel/react` from 1.5.18 to 1.5.19
- [Commits](https://github.com/microsoft/griffel/commits)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@griffel/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 270c791 commit 453dba6
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 497 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitejs/plugin-react": "^1.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "6.18.0",
"react-router-dom": "6.20.1",
"scheduler": "0.23.0",
"vite": "^3.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react:svg:unfill": "find ./dist/react-svg -type f -name '*.svg' -exec sed -i.bak 's/fill=\"none\"//g' '{}' \\; && find ./dist/react-svg -type f -name '*.bak' -delete"
},
"dependencies": {
"@griffel/react": "^1.5.18"
"@griffel/react": "^1.5.19"
},
"devDependencies": {
"@svgr/core": "^5.5.0",
Expand Down
Loading

0 comments on commit 453dba6

Please sign in to comment.