Skip to content

Commit bae00ea

Browse files
committed
chore: bump vite to version 6
1 parent 01274fb commit bae00ea

File tree

7 files changed

+704
-901
lines changed

7 files changed

+704
-901
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm](https://img.shields.io/npm/v/rui-next)](https://www.npmjs.com/package/rui-next) <a href="https://nikoni.top/rui-next/" target="_blank"><img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=3366cc" alt="docs & demos" /></a> <img alt="react" src="https://badges.aleen42.com/src/react.svg" /> <img alt="vite" src="https://badges.aleen42.com/src/vitejs.svg" />
44

5-
> Yet another **lightweight** and **Vite-powered** Mobile web UI components based on **React hooks** and **Vite 5**.
5+
> Yet another **lightweight** and **Vite-powered** Mobile web UI components based on **React hooks** and **Vite 6**.
66
77
## Overview
88

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rui-next",
3-
"version": "0.49.1",
4-
"description": "Mobile web UI components based on React hooks and Vite 5",
3+
"version": "0.49.2",
4+
"description": "Mobile web UI components based on React hooks and Vite 6",
55
"files": [
66
"dist/style.css",
77
"dist/rui-next.es.js",
@@ -38,8 +38,8 @@
3838
"react-vite-ui",
3939
"react-vite-ts",
4040
"react-vite-ts-ui",
41-
"vite5",
42-
"react18-vite5-ui"
41+
"vite6",
42+
"react-vite6-ui"
4343
],
4444
"author": "Niko Ni",
4545
"license": "MIT",
@@ -57,21 +57,21 @@
5757
"node": "^18.0.0 || >=20.0.0",
5858
"pnpm": ">= 8"
5959
},
60-
"packageManager": "pnpm@9.13.2",
60+
"packageManager": "pnpm@9.15.0",
6161
"dependencies": {
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"v-qr-code-next": "^0.2.7"
6565
},
6666
"devDependencies": {
67-
"@rspress/plugin-preview": "^1.37.0",
68-
"@types/node": "^22.9.0",
67+
"@rspress/plugin-preview": "^1.37.4",
68+
"@types/node": "^22.10.1",
6969
"@types/react": "^18.3.12",
7070
"@types/react-dom": "^18.3.1",
7171
"classnames": "^2.5.1",
72-
"less": "^4.2.0",
73-
"rspress": "^1.37.0",
74-
"typescript": "^5.6.3",
75-
"vite": "^5.4.11"
72+
"less": "^4.2.1",
73+
"rspress": "^1.37.4",
74+
"typescript": "^5.7.2",
75+
"vite": "^6.0.3"
7676
}
7777
}

0 commit comments

Comments
 (0)