mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
01340f6aef
* Bump the deps group with 8 updates Bumps the deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.73.8` | `9.74.1` | | [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.326` | `2.0.328` | | [@webext-core/messaging](https://github.com/aklinker1/webext-core/tree/HEAD/packages/messaging) | `2.3.0` | `3.0.1` | | [@eslint/css](https://github.com/eslint/css) | `0.14.1` | `1.3.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [@eslint/json](https://github.com/eslint/json) | `0.14.0` | `2.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.4.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.3` | `8.60.0` | Updates `@fluentui/react-components` from 9.73.8 to 9.74.1 - [Release notes](https://github.com/microsoft/fluentui/releases) - [Commits](https://github.com/microsoft/fluentui/commits/@fluentui/react-components_v9.74.1) Updates `@fluentui/react-icons` from 2.0.326 to 2.0.328 - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) Updates `@webext-core/messaging` from 2.3.0 to 3.0.1 - [Release notes](https://github.com/aklinker1/webext-core/releases) - [Changelog](https://github.com/aklinker1/webext-core/blob/main/packages/messaging/CHANGELOG.md) - [Commits](https://github.com/aklinker1/webext-core/commits/messaging-v3.0.1/packages/messaging) Updates `@eslint/css` from 0.14.1 to 1.3.0 - [Release notes](https://github.com/eslint/css/releases) - [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/css/compare/css-v0.14.1...css-v1.3.0) Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@eslint/json` from 0.14.0 to 2.0.0 - [Release notes](https://github.com/eslint/json/releases) - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/json/compare/json-v0.14.0...json-v2.0.0) Updates `eslint` from 9.39.4 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.4.1) Updates `typescript-eslint` from 8.59.3 to 8.60.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.60.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-version: 9.74.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.328 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@webext-core/messaging" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: "@eslint/css" dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@eslint/json" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): eslint-plugin-react incompatible with eslint 10 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene@xfox111.net>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "tabs-aside",
|
|
"private": true,
|
|
"version": "3.3.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build": "npm run lint && wxt build --mv3",
|
|
"zip": "npm run lint && wxt zip --mv3",
|
|
"lint": "tsc --noEmit && eslint . -c eslint.config.js",
|
|
"prepare": "wxt prepare",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@fluentui/react-components": "^9.74.1",
|
|
"@fluentui/react-icons": "^2.0.328",
|
|
"@webext-core/messaging": "^3.0.1",
|
|
"@wxt-dev/analytics": "^0.5.4",
|
|
"@wxt-dev/i18n": "^0.2.5",
|
|
"lzutf8": "^0.6.3",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/css": "^1.3.0",
|
|
"@eslint/js": "^9.39.4",
|
|
"@eslint/json": "^2.0.0",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@types/react": "^19.2.16",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@wxt-dev/module-react": "^1.2.2",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.60.0",
|
|
"wxt": "^0.20.26"
|
|
}
|
|
}
|