Skip to content

Commit d5a3bfe

Browse files
build(deps): Bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [@hey-api/openapi-ts](https://github.com/hey-api/hey-api/tree/HEAD/packages/openapi-ts), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@hey-api/openapi-ts` from 0.76.0 to 0.97.3 - [Release notes](https://github.com/hey-api/hey-api/releases) - [Changelog](https://github.com/hey-api/hey-api/blob/main/packages/openapi-ts/CHANGELOG.md) - [Commits](https://github.com/hey-api/hey-api/commits/@hey-api/openapi-ts@0.97.3/packages/openapi-ts) Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `vite` from 7.1.7 to 7.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite) Updates `js-yaml` from 3.14.1 to 3.15.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.15.1) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.97.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 7.3.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.15.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c8c52f commit d5a3bfe

15 files changed

Lines changed: 1589 additions & 811 deletions

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"eslint-plugin-storybook": "9.0.15",
107107
"knip": "5.60.2",
108108
"next-sitemap": "^4.2.3",
109-
"postcss": "8.5.23",
109+
"postcss": "8.5.24",
110110
"storybook": "9.0.15",
111111
"tailwindcss": "3.4.17",
112112
"typescript": "5.8.3"

apps/nebula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-storybook": "9.0.15",
6060
"knip": "5.60.2",
6161
"next-sitemap": "^4.2.3",
62-
"postcss": "8.5.23",
62+
"postcss": "8.5.24",
6363
"storybook": "9.0.15",
6464
"tailwindcss": "3.4.17",
6565
"typescript": "5.8.3"

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-config-next": "15.3.8",
6363
"eslint-plugin-react-compiler": "19.1.0-rc.2",
6464
"knip": "5.60.2",
65-
"postcss": "8.5.23",
65+
"postcss": "8.5.24",
6666
"tailwindcss": "3.4.17",
6767
"tailwindcss-animate": "^1.0.7",
6868
"typescript": "5.8.3"

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-tailwindcss": "^3.18.0",
6767
"knip": "5.60.2",
6868
"next-sitemap": "^4.2.3",
69-
"postcss": "8.5.23",
69+
"postcss": "8.5.24",
7070
"tailwindcss": "3.4.17",
7171
"tsx": "4.20.3",
7272
"typescript": "5.8.3"

apps/wagmi-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@wagmi/cli": "latest",
2929
"buffer": "^6.0.3",
3030
"typescript": "5.8.3",
31-
"vite": "7.1.7"
31+
"vite": "7.3.5"
3232
}
3333
}

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-config-biome": "1.9.4",
3636
"eslint-plugin-react-compiler": "19.1.0-rc.2",
3737
"knip": "5.60.2",
38-
"postcss": "8.5.23",
38+
"postcss": "8.5.24",
3939
"postcss-load-config": "^6.0.1",
4040
"tailwindcss": "3.4.17",
4141
"typescript": "5.8.3"

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@biomejs/biome": "2.0.6",
38-
"@hey-api/openapi-ts": "0.76.0",
38+
"@hey-api/openapi-ts": "0.97.3",
3939
"rimraf": "6.0.1",
4040
"tslib": "^2.8.1"
4141
},

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@biomejs/biome": "2.0.6",
38-
"@hey-api/openapi-ts": "0.76.0",
38+
"@hey-api/openapi-ts": "0.97.3",
3939
"rimraf": "6.0.1",
4040
"tslib": "^2.8.1"
4141
},

packages/insight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"devDependencies": {
77
"@biomejs/biome": "2.0.6",
8-
"@hey-api/openapi-ts": "0.76.0",
8+
"@hey-api/openapi-ts": "0.97.3",
99
"rimraf": "6.0.1",
1010
"tslib": "^2.8.1"
1111
},

packages/nebula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@biomejs/biome": "2.0.6",
11-
"@hey-api/openapi-ts": "0.76.0",
11+
"@hey-api/openapi-ts": "0.97.3",
1212
"rimraf": "6.0.1",
1313
"tslib": "^2.8.1"
1414
},

0 commit comments

Comments
 (0)