Skip to content

Commit 9a68699

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates (#351)
Bumps the dependencies group with 4 updates in the / directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) and [@griffel/react](https://github.com/microsoft/griffel). Updates `@vitejs/plugin-react` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react) Updates `react-router-dom` from 6.26.2 to 6.28.0 - [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 `react-syntax-highlighter` from 15.5.0 to 15.6.1 - [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases) - [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD) - [Commits](react-syntax-highlighter/react-syntax-highlighter@15.5.0...v15.6.1) Updates `@griffel/react` from 1.5.25 to 1.5.27 - [Commits](https://github.com/microsoft/griffel/commits) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: react-syntax-highlighter 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>
1 parent cc69918 commit 9a68699

File tree

3 files changed

+184
-226
lines changed

3 files changed

+184
-226
lines changed

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@fluentui/react-components": "^9.55.1",
3535
"@fluentui/react-context-selector": "^9.1.68",
3636
"@fluentui/react-icons": "^2.0.261",
37-
"@vitejs/plugin-react": "^4.3.2",
37+
"@vitejs/plugin-react": "^4.3.3",
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0",
40-
"react-router-dom": "6.26.2",
41-
"react-syntax-highlighter": "15.5.0",
40+
"react-router-dom": "6.28.0",
41+
"react-syntax-highlighter": "15.6.1",
4242
"scheduler": "0.23.2",
4343
"vite": "^3.0.9"
4444
},

icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"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"
3838
},
3939
"dependencies": {
40-
"@griffel/react": "^1.5.25"
40+
"@griffel/react": "^1.5.27"
4141
},
4242
"devDependencies": {
4343
"@svgr/core": "^5.5.0",

0 commit comments

Comments
 (0)