Skip to content

Commit 8b241d1

Browse files
build(deps-dev): Bump the dev-dependencies group with 5 updates (#91)
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.62.0` | `8.62.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.62.0` | `8.62.1` | | [electron](https://github.com/electron/electron) | `42.5.0` | `42.5.1` | | [prettier](https://github.com/prettier/prettier) | `3.9.1` | `3.9.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.0` | `8.62.1` | Updates `@typescript-eslint/eslint-plugin` from 8.62.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.62.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/parser) Updates `electron` from 42.5.0 to 42.5.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v42.5.0...v42.5.1) Updates `prettier` from 3.9.1 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.1...3.9.4) Updates `typescript-eslint` from 8.62.0 to 8.62.1 - [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.62.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: electron dependency-version: 42.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 906459d commit 8b241d1

4 files changed

Lines changed: 119 additions & 108 deletions

File tree

packages/desktop/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@types/react": "^19.0.0",
5050
"@types/react-dom": "^19.0.0",
5151
"@types/tmp": "^0.2.6",
52-
"@typescript-eslint/eslint-plugin": "^8.62.0",
53-
"@typescript-eslint/parser": "^8.62.0",
52+
"@typescript-eslint/eslint-plugin": "^8.62.1",
53+
"@typescript-eslint/parser": "^8.62.1",
5454
"@vitejs/plugin-react": "^6.0.3",
55-
"electron": "^42.5.0",
55+
"electron": "^42.5.1",
5656
"electron-builder": "^26.15.3",
5757
"electron-vite": "6.0.0-beta.1",
5858
"eslint": "^10.6.0",
@@ -62,10 +62,10 @@
6262
"globals": "^17.7.0",
6363
"jsdom": "^29.1.1",
6464
"playwright-core": "^1.61.1",
65-
"prettier": "^3.9.1",
65+
"prettier": "^3.9.4",
6666
"tmp": "^0.2.7",
6767
"typescript": "^6.0.3",
68-
"typescript-eslint": "^8.62.0",
68+
"typescript-eslint": "^8.62.1",
6969
"vite": "^8.1.0",
7070
"vitest": "^4.1.9"
7171
}

packages/mobile/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"@playwright/test": "^1.61.1",
3636
"@types/react": "^19.0.0",
3737
"@types/react-dom": "^19.0.0",
38-
"@typescript-eslint/eslint-plugin": "^8.62.0",
39-
"@typescript-eslint/parser": "^8.62.0",
38+
"@typescript-eslint/eslint-plugin": "^8.62.1",
39+
"@typescript-eslint/parser": "^8.62.1",
4040
"@vitejs/plugin-react": "^6.0.3",
4141
"eslint": "^10.6.0",
4242
"eslint-config-prettier": "^10.1.8",
4343
"eslint-plugin-react": "^7.37.5",
4444
"eslint-plugin-react-hooks": "^7.1.1",
4545
"globals": "^17.7.0",
46-
"prettier": "^3.9.1",
46+
"prettier": "^3.9.4",
4747
"typescript": "^6.0.3",
48-
"typescript-eslint": "^8.62.0",
48+
"typescript-eslint": "^8.62.1",
4949
"vite": "^8.1.0"
5050
}
5151
}

packages/shell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"@types/node": "^26.0.1",
3333
"@types/react": "^19.0.0",
3434
"@types/react-dom": "^19.0.0",
35-
"@typescript-eslint/eslint-plugin": "^8.62.0",
36-
"@typescript-eslint/parser": "^8.62.0",
35+
"@typescript-eslint/eslint-plugin": "^8.62.1",
36+
"@typescript-eslint/parser": "^8.62.1",
3737
"@vitejs/plugin-react": "^6.0.3",
3838
"eslint": "^10.6.0",
3939
"eslint-config-prettier": "^10.1.8",
4040
"eslint-plugin-react": "^7.37.5",
4141
"eslint-plugin-react-hooks": "^7.1.1",
4242
"globals": "^17.7.0",
4343
"jsdom": "^29.1.1",
44-
"prettier": "^3.9.1",
44+
"prettier": "^3.9.4",
4545
"react": "^19.2.0",
4646
"react-dom": "^19.2.0",
4747
"typescript": "^6.0.3",
48-
"typescript-eslint": "^8.62.0",
48+
"typescript-eslint": "^8.62.1",
4949
"vitest": "^4.1.9",
5050
"zod": "^4.0.0",
5151
"zustand": "^5.0.14"

0 commit comments

Comments
 (0)