Skip to content

Commit 2d7d9bb

Browse files
committed
发布 0.0.1 稳定版本
1 parent 94e719b commit 2d7d9bb

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

package.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lanaqi/rsr-nprogress",
3-
"version": "0.0.1-rc.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"exports": {
66
".": {
@@ -10,8 +10,14 @@
1010
},
1111
"module": "./dist/index.js",
1212
"types": "./dist/index.d.ts",
13-
"files": ["dist"],
14-
"keywords": ["react-security-router", "rsr", "nprogress"],
13+
"files": [
14+
"dist"
15+
],
16+
"keywords": [
17+
"react-security-router",
18+
"rsr",
19+
"nprogress"
20+
],
1521
"description": "React 安全路由器 NProgress 插件",
1622
"scripts": {
1723
"build": "rslib build",
@@ -22,19 +28,19 @@
2228
},
2329
"devDependencies": {
2430
"@biomejs/biome": "^1.9.4",
25-
"@lanaqi/rsr": "^0.0.1-rc.0",
31+
"@lanaqi/rsr": "^0.0.1",
2632
"@rsbuild/plugin-react": "^1.1.1",
27-
"@rslib/core": "^0.5.1",
33+
"@rslib/core": "^0.6.8",
2834
"@types/nprogress": "^0.2.3",
29-
"@types/react": "^18.3.18",
30-
"@types/react-dom": "^18.3.5",
35+
"@types/react": "^19.1.3",
36+
"@types/react-dom": "^19.1.3",
3137
"nprogress": "^0.2.0",
32-
"react": "^18.3.1",
33-
"react-dom": "^18.3.1",
38+
"react": "^19.1.0",
39+
"react-dom": "^19.1.0",
3440
"typescript": "^5.7.3"
3541
},
3642
"peerDependencies": {
37-
"@lanaqi/rsr": ">=0.0.1-rc.0",
43+
"@lanaqi/rsr": ">=0.0.1",
3844
"nprogress": ">=0.2.0",
3945
"react": ">=17.0.0",
4046
"react-dom": ">=17.0.0"

0 commit comments

Comments
 (0)