-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b156122
commit 94eae5d
Showing
15 changed files
with
51 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
{ | ||
"packages": [ | ||
"packages/*", | ||
"examples/*" | ||
], | ||
"version": "4.1.4", | ||
"packages": ["packages/*", "examples/*"], | ||
"version": "5.0.0", | ||
"command": { | ||
"create": { | ||
"license": "MIT" | ||
}, | ||
"bootstrap": { | ||
"yarnClientArgs": [ | ||
"--no-yarn-lock", | ||
"--no-package-lock" | ||
], | ||
"yarnClientArgs": ["--no-yarn-lock", "--no-package-lock"], | ||
"forceLocal": true | ||
} | ||
}, | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/exceptions", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "异常组件", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/Exceptions#readme", | ||
|
@@ -53,4 +53,4 @@ | |
"react-router-dom": "6.2.1", | ||
"uiw": "4.9.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/authorized", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "authorized", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/authorized#readme", | ||
|
@@ -45,7 +45,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.16.7", | ||
"@uiw-admin/router-control": "4.1.4" | ||
"@uiw-admin/router-control": "5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.38", | ||
|
@@ -54,4 +54,4 @@ | |
"react-dom": "17.0.2", | ||
"react-router-dom": "6.2.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/basic-layouts", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "Basic Layouts", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/basic-layouts#readme", | ||
|
@@ -42,10 +42,10 @@ | |
"uiw": ">=4.9.10" | ||
}, | ||
"dependencies": { | ||
"classnames": "2.3.1", | ||
"@babel/runtime": "7.16.7", | ||
"@uiw-admin/router-control": "4.1.4", | ||
"@uiw-admin/document-title": "4.1.4" | ||
"@uiw-admin/document-title": "5.0.0", | ||
"@uiw-admin/router-control": "5.0.0", | ||
"classnames": "2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/classnames": "2.3.1", | ||
|
@@ -56,4 +56,4 @@ | |
"react-router-dom": "6.2.1", | ||
"uiw": "4.9.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/components", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "业务组件集合", | ||
"author": "xingyuefeng <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin#readme", | ||
|
@@ -44,9 +44,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.16.7", | ||
"@uiw-admin/document-title": "4.1.4", | ||
"@uiw-admin/router-control": "4.1.4", | ||
"@uiw-admin/utils": "4.1.4", | ||
"@uiw-admin/document-title": "5.0.0", | ||
"@uiw-admin/router-control": "5.0.0", | ||
"@uiw-admin/utils": "5.0.0", | ||
"classnames": "2.3.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/config", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "config 全局配置", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme", | ||
|
@@ -39,4 +39,4 @@ | |
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/document-title", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "Document Title", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/document-title#readme", | ||
|
@@ -48,4 +48,4 @@ | |
"react": "17.0.2", | ||
"react-dom": "17.0.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/layout-tabs", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "layout tabs", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/layout-tabs#readme", | ||
|
@@ -46,14 +46,14 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.16.7", | ||
"@uiw-admin/router-control": "4.1.4" | ||
"@uiw-admin/router-control": "5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.38", | ||
"@types/react-dom": "17.0.11", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"uiw": "4.9.10", | ||
"react-router-dom": "6.2.1" | ||
"react-router-dom": "6.2.1", | ||
"uiw": "4.9.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/models", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "models", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme", | ||
|
@@ -43,4 +43,4 @@ | |
"@rematch/core": "2.2.0", | ||
"@rematch/loading": "2.1.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/plugins", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "plugins", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme", | ||
|
@@ -39,4 +39,4 @@ | |
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/router-control", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "router-control", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/router-control#readme", | ||
|
@@ -42,12 +42,12 @@ | |
"react-dom": ">=17.x" | ||
}, | ||
"devDependencies": { | ||
"@uiw-admin/exceptions": "4.1.4", | ||
"@babel/runtime": "7.16.7", | ||
"@types/react": "17.0.38", | ||
"@types/react-dom": "17.0.11", | ||
"@uiw-admin/exceptions": "5.0.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-router-dom": "6.2.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/user-login", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "Divider component", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/user-login#readme", | ||
|
@@ -54,4 +54,4 @@ | |
"react-dom": "17.0.2", | ||
"uiw": "4.9.10" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw-admin/utils", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"description": "> TODO: description", | ||
"author": "xingyuefeng <[email protected]>", | ||
"homepage": "https://github.com/uiwjs/uiw-admin#readme", | ||
|