Skip to content

Commit f6ccb81

Browse files
Bump the deps group across 1 directory with 5 updates (#208)
Bumps the deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.72.7` | `9.72.8` | | [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.314` | `2.0.316` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.5.0` | `5.6.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.4` | `8.49.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | `7.2.7` | Updates `@fluentui/react-components` from 9.72.7 to 9.72.8 - [Release notes](https://github.com/microsoft/fluentui/releases) - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.7...@fluentui/react-components_v9.72.8) Updates `@fluentui/react-icons` from 2.0.314 to 2.0.316 - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) Updates `@stylistic/eslint-plugin` from 5.5.0 to 5.6.1 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.6.1/packages/eslint-plugin) Updates `typescript-eslint` from 8.46.4 to 8.49.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint) Updates `vite` from 7.2.2 to 7.2.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.2.7/packages/vite) --- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-version: 9.72.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.316 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: typescript-eslint dependency-version: 8.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: vite dependency-version: 7.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d41811e commit f6ccb81

File tree

2 files changed

+249
-191
lines changed

2 files changed

+249
-191
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@dnd-kit/modifiers": "^9.0.0",
1717
"@dnd-kit/sortable": "^10.0.0",
1818
"@dnd-kit/utilities": "^3.2.2",
19-
"@fluentui/react-components": "^9.72.6",
20-
"@fluentui/react-icons": "^2.0.313",
19+
"@fluentui/react-components": "^9.72.8",
20+
"@fluentui/react-icons": "^2.0.316",
2121
"@webext-core/messaging": "^2.3.0",
2222
"@wxt-dev/analytics": "^0.5.1",
2323
"@wxt-dev/i18n": "^0.2.4",
@@ -29,7 +29,7 @@
2929
"@eslint/css": "^0.14.1",
3030
"@eslint/js": "^9.39.1",
3131
"@eslint/json": "^0.14.0",
32-
"@stylistic/eslint-plugin": "^5.5.0",
32+
"@stylistic/eslint-plugin": "^5.6.1",
3333
"@types/react": "~19.2.7",
3434
"@types/react-dom": "~19.2.2",
3535
"@wxt-dev/module-react": "^1.1.5",
@@ -38,8 +38,8 @@
3838
"globals": "^16.5.0",
3939
"scheduler": "0.23.0",
4040
"typescript": "^5.9.3",
41-
"typescript-eslint": "^8.46.4",
42-
"vite": "^7.2.2",
41+
"typescript-eslint": "^8.49.0",
42+
"vite": "^7.2.7",
4343
"wxt": "^0.20.11"
4444
},
4545
"packageManager": "yarn@4.9.2"

0 commit comments

Comments
 (0)