Skip to content

Commit e080632

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), [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitejs/plugin-react-swc` from 4.0.1 to 4.1.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.1.0/packages/plugin-react-swc) Updates `prettier-plugin-organize-imports` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md) - [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.2.0...v4.3.0) Updates `typescript-eslint` from 8.43.0 to 8.46.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.46.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: prettier-plugin-organize-imports dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies-minor - dependency-name: typescript-eslint dependency-version: 8.46.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 b78cdbf commit e080632

4 files changed

Lines changed: 84 additions & 84 deletions

File tree

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"eslint-plugin-mdx": "^3.6.2",
5151
"prettier": "^3.6.2",
5252
"prettier-plugin-jsdoc": "^1.3.2",
53-
"prettier-plugin-organize-imports": "^4.2.0",
53+
"prettier-plugin-organize-imports": "^4.3.0",
5454
"remark-cli": "^12.0.1",
5555
"remark-frontmatter": "^5.0.0",
5656
"remark-mdx": "^3.1.0",
5757
"remark-preset-lint-consistent": "^6.0.1",
5858
"remark-preset-lint-recommended": "^7.0.1",
5959
"typescript": "^5.9.3",
60-
"typescript-eslint": "^8.43.0"
60+
"typescript-eslint": "^8.46.0"
6161
},
6262
"resolutions": {
6363
"path-to-regexp@npm:2.2.1": "^3",

package-lock.json

Lines changed: 78 additions & 78 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
@@ -59,7 +59,7 @@
5959
"@types/tinycolor2": "^1",
6060
"@types/uuid": "^10.0.0",
6161
"@types/ws": "^8",
62-
"@vitejs/plugin-react-swc": "4.0.1",
62+
"@vitejs/plugin-react-swc": "4.1.0",
6363
"@vitest/coverage-istanbul": "^3.0.9",
6464
"electron": "^38.1.2",
6565
"electron-builder": "^26.0",
@@ -70,7 +70,7 @@
7070
"postcss": "^8.5.6",
7171
"prettier": "^3.6.2",
7272
"prettier-plugin-jsdoc": "^1.3.3",
73-
"prettier-plugin-organize-imports": "^4.2.0",
73+
"prettier-plugin-organize-imports": "^4.3.0",
7474
"sass": "1.91.0",
7575
"semver": "^7.7.3",
7676
"storybook": "^8.6.14",
@@ -81,7 +81,7 @@
8181
"tslib": "^2.8.1",
8282
"tsx": "^4.20.6",
8383
"typescript": "^5.9.3",
84-
"typescript-eslint": "^8.43.0",
84+
"typescript-eslint": "^8.46.0",
8585
"vite": "^6.3.6",
8686
"vite-plugin-image-optimizer": "^2.0.2",
8787
"vite-plugin-static-copy": "^3.1.3",

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.1.14",
3232
"@types/react": "^19",
3333
"@types/react-dom": "^19",
34-
"@vitejs/plugin-react-swc": "^4.0.1",
34+
"@vitejs/plugin-react-swc": "^4.1.0",
3535
"tailwindcss": "^4.1.14",
3636
"typescript": "^5.9.3",
3737
"vite": "^6.3.6"

0 commit comments

Comments
 (0)