Skip to content

Commit 033928f

Browse files
committed
chore: bump deps
1 parent 521429a commit 033928f

File tree

4 files changed

+56
-54
lines changed

4 files changed

+56
-54
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
.cache
33
.http
4+
.npmrc
45
node_modules
56
dist
67
dist-ssr

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rui-poc",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"description": "The RUI POC - Mobile web UI components based on react-hooks and vite5",
55
"license": "MIT",
66
"repository": {
@@ -23,14 +23,14 @@
2323
"react-dom": "^18.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^18.2.48",
27-
"@types/react-dom": "^18.2.18",
26+
"@types/react": "^18.2.55",
27+
"@types/react-dom": "^18.2.19",
2828
"@vitejs/plugin-react": "^4.2.1",
2929
"axios": "^1.6.7",
3030
"less": "^4.2.0",
31-
"rui-next": "^0.48.6",
31+
"rui-next": "^0.48.7",
3232
"typescript": "^5.3.3",
33-
"vite": "5.1.0-beta.5",
33+
"vite": "^5.1.0",
3434
"vite-plugin-mock": "2.9.6"
3535
}
3636
}

Diff for: pnpm-lock.yaml

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/global.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
declare module 'rui-next';
1+
declare module "rui-next";
2+
declare module "rollup/parseAst";

0 commit comments

Comments
 (0)