Skip to content

Commit 8d55aa4

Browse files
Bump the dev-dependencies-minor group with 3 updates
Bumps the dev-dependencies-minor group with 3 updates: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc), [node-abi](https://github.com/electron/node-abi) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitejs/plugin-react-swc` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc) Updates `node-abi` from 4.26.0 to 4.27.0 - [Release notes](https://github.com/electron/node-abi/releases) - [Commits](electron/node-abi@v4.26.0...v4.27.0) Updates `typescript-eslint` from 8.56.1 to 8.57.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.57.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: node-abi dependency-version: 4.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: typescript-eslint dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 765c04f commit 8d55aa4

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"remark-preset-lint-consistent": "^6.0.1",
5555
"remark-preset-lint-recommended": "^7.0.1",
5656
"typescript": "^5.9.3",
57-
"typescript-eslint": "^8.56"
57+
"typescript-eslint": "^8.57"
5858
},
5959
"resolutions": {
6060
"path-to-regexp@npm:2.2.1": "^3",

package-lock.json

Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
"@types/throttle-debounce": "^5",
4747
"@types/tinycolor2": "^1",
4848
"@types/ws": "^8",
49-
"@vitejs/plugin-react-swc": "4.2.3",
49+
"@vitejs/plugin-react-swc": "4.3.0",
5050
"@vitest/coverage-istanbul": "^3.0.9",
5151
"electron": "^41.0.2",
5252
"electron-builder": "^26.8",
5353
"electron-vite": "^5.0",
5454
"eslint": "^9.39",
5555
"eslint-config-prettier": "^10.1.8",
5656
"globals": "^17.4.0",
57-
"node-abi": "^4.26.0",
57+
"node-abi": "^4.27.0",
5858
"postcss": "^8.5.8",
5959
"prettier": "^3.8.1",
6060
"prettier-plugin-jsdoc": "^1.8.0",
@@ -66,7 +66,7 @@
6666
"tslib": "^2.8.1",
6767
"tsx": "^4.21.0",
6868
"typescript": "^5.9.3",
69-
"typescript-eslint": "^8.56",
69+
"typescript-eslint": "^8.57",
7070
"vite": "^6.4.1",
7171
"vite-plugin-image-optimizer": "^2.0.3",
7272
"vite-plugin-svgr": "^4.5.0",

tsunami/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@tailwindcss/vite": "^4.2.1",
3232
"@types/react": "^19",
3333
"@types/react-dom": "^19",
34-
"@vitejs/plugin-react-swc": "^4.2.3",
34+
"@vitejs/plugin-react-swc": "^4.3.0",
3535
"tailwindcss": "^4.2.1",
3636
"typescript": "^5.9.3",
3737
"vite": "^6.4.1"

0 commit comments

Comments
 (0)