Skip to content

Commit 9ee253e

Browse files
Chore(deps-dev): Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.2.6 to 6.3.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16e5b31 commit 9ee253e

File tree

4 files changed

+300
-8
lines changed

4 files changed

+300
-8
lines changed

examples/react-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"globals": "^16.0.0",
4949
"typescript": "~5.8.3",
5050
"typescript-eslint": "^8.29.1",
51-
"vite": "^6.2.6"
51+
"vite": "^6.3.2"
5252
}
5353
}

examples/react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"globals": "^16.0.0",
3232
"typescript": "^5.8.3",
3333
"typescript-eslint": "^8.29.1",
34-
"vite": "^6.2.6"
34+
"vite": "^6.3.2"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tsconfig-custom": "workspace:^",
6565
"turbo": "^2.5.0",
6666
"typescript": "^5.8.3",
67-
"vite": "^6.2.6",
67+
"vite": "^6.3.2",
6868
"vite-node": "^3.1.1",
6969
"vitest": "^3.1.1",
7070
"yarn-constraints-rules": "^0.1.0"

0 commit comments

Comments
 (0)