-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
22 changed files
with
43 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "kktp", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp cli", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -37,10 +37,10 @@ | |
"@babel/node": "^7.20.7", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@babel/register": "^7.21.0", | ||
"@kkt/doc": "^1.1.0", | ||
"@kkt/doc": "^1.1.1", | ||
"@kkt/less-modules": "~7.3.2", | ||
"@kkt/plugin-pro-config": "^1.1.0", | ||
"@kkt/request": "^1.1.0", | ||
"@kkt/plugin-pro-config": "^1.1.1", | ||
"@kkt/request": "^1.1.1", | ||
"@proload/plugin-json": "~0.3.1", | ||
"@proload/plugin-rc": "~0.2.1", | ||
"@types/jest": "~27.4.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
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
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
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
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,5 +1,5 @@ | ||
{ | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"packages": ["core", "packages/*", "examples/*", "packages/plugin/*"], | ||
"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": "create-kktp", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Creates a kktp application using the command line.", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
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": "@kkt/doc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Document Preview", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
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": "@kkt/plugin-pro-access", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-utils": "^1.1.0", | ||
"@kkt/plugin-pro-utils": "^1.1.1", | ||
"@types/fs-extra": "~11.0.1", | ||
"@types/recursive-readdir": "~2.2.1", | ||
"chokidar": "~3.5.3", | ||
|
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": "@kkt/plugin-pro-config", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,10 +31,10 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-entry": "^1.1.0", | ||
"@kkt/plugin-pro-rematch": "^1.1.0", | ||
"@kkt/plugin-pro-router": "^1.1.0", | ||
"@kkt/request": "^1.1.0", | ||
"@kkt/plugin-pro-entry": "^1.1.1", | ||
"@kkt/plugin-pro-rematch": "^1.1.1", | ||
"@kkt/plugin-pro-router": "^1.1.1", | ||
"@kkt/request": "^1.1.1", | ||
"@types/webpack-bundle-analyzer": "^4.6.0", | ||
"kkt": "^7.3.2", | ||
"webpack-bundle-analyzer": "^4.8.0" | ||
|
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": "@kkt/plugin-pro-entry", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "自动生成入口文件", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
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": "@kkt/pro", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,6 +31,6 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"kktp": "^1.1.0" | ||
"kktp": "^1.1.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": "@kkt/plugin-pro-rematch", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-utils": "^1.1.0", | ||
"@kkt/plugin-pro-utils": "^1.1.1", | ||
"@rematch/core": "2.2.0", | ||
"@rematch/loading": "2.1.2", | ||
"@types/fs-extra": "~11.0.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": "@kkt/plugin-pro-router", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-utils": "^1.1.0", | ||
"@kkt/plugin-pro-utils": "^1.1.1", | ||
"@types/fs-extra": "~11.0.1", | ||
"@types/recursive-readdir": "~2.2.1", | ||
"chokidar": "~3.5.3", | ||
|
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": "@kkt/plugin-pro-utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
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": "@kkt/request", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "kktp request", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
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