-
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
1 parent
783e3a3
commit db16718
Showing
19 changed files
with
34 additions
and
34 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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp cli", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -36,9 +36,9 @@ | |
"@babel/core": "^7.21.3", | ||
"@babel/node": "^7.20.7", | ||
"@babel/register": "^7.21.0", | ||
"@kkt/doc": "^1.0.6-bate.2", | ||
"@kkt/doc": "^1.0.6", | ||
"@kkt/less-modules": "~7.3.2", | ||
"@kkt/plugin-pro-config": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-config": "^1.0.6", | ||
"@proload/plugin-json": "~0.3.1", | ||
"@proload/plugin-rc": "~0.2.1", | ||
"babel-preset-env": "^1.7.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
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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"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/plugin-pro-config", | ||
"version": "1.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,9 +31,9 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-entry": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-rematch": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-router": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-entry": "^1.0.6", | ||
"@kkt/plugin-pro-rematch": "^1.0.6", | ||
"@kkt/plugin-pro-router": "^1.0.6", | ||
"kkt": "^7.3.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": "@kkt/plugin-pro-entry", | ||
"version": "1.0.6-bate.2", | ||
"version": "1.0.6", | ||
"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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"kktp": "^1.0.6-bate.2", | ||
"kktp": "^1.0.6", | ||
"react-router": "~6.8.0", | ||
"react-router-dom": "~6.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-rematch", | ||
"version": "1.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-utils": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-utils": "^1.0.6", | ||
"@types/fs-extra": "~11.0.1", | ||
"chokidar": "~3.5.3", | ||
"fs-extra": "~11.1.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-router", | ||
"version": "1.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"framework" | ||
], | ||
"dependencies": { | ||
"@kkt/plugin-pro-utils": "^1.0.6-bate.2", | ||
"@kkt/plugin-pro-utils": "^1.0.6", | ||
"@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.0.6-bate.2", | ||
"version": "1.0.6", | ||
"description": "kktp plugins", | ||
"author": "SunLxy <[email protected]>", | ||
"license": "MIT", | ||
|