Skip to content

Commit

Permalink
released v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yaob421123 committed Mar 25, 2023
1 parent 94d383a commit 81a2fc4
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kktp",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp cli",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -41,20 +41,20 @@
"@babel/node": "^7.20.7",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@kkt/doc": "^1.0.8",
"@kkt/doc": "^1.0.9",
"@kkt/less-modules": "~7.3.2",
"@kkt/plugin-pro-config": "^1.0.8",
"@kkt/plugin-pro-config": "^1.0.9",
"@proload/plugin-json": "~0.3.1",
"@proload/plugin-rc": "~0.2.1",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"babel-preset-env": "^1.7.0",
"carefree-proload": "~0.0.2",
"kkt": "~7.2.3",
"minimist": "~1.2.7",
"path-browserify": "^1.0.1",
"typescript": "~4.9.5",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"web-vitals": "^2.1.2"
}
}
4 changes: 2 additions & 2 deletions examples/access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/access",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/auto-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/auto-routes",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand All @@ -22,11 +22,11 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.2.3",
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic-js",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand All @@ -18,11 +18,11 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions examples/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/config",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand Down Expand Up @@ -28,11 +28,11 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@examples/mocker",
"description": "基础模拟 API 示例",
"private": true,
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"start": "kktp start",
"build": "kktp build",
Expand All @@ -20,7 +20,7 @@
"react-router-dom": "~6.8.0"
},
"devDependencies": {
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions examples/rematch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/rematch",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.2.3",
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/routes",
"version": "1.0.8",
"version": "1.0.9",
"description": "案例",
"private": true,
"scripts": {
Expand All @@ -22,11 +22,11 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.2.3",
"@kkt/pro": "^1.0.8",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kktp": "^1.0.8"
"kktp": "^1.0.9"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"packages": ["core", "packages/*", "examples/*", "packages/plugin/*"],
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/create-kktp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kktp",
"version": "1.0.8",
"version": "1.0.9",
"description": "Creates a kktp application using the command line.",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/doc",
"version": "1.0.8",
"version": "1.0.9",
"description": "Document Preview",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-access",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"framework"
],
"devDependencies": {
"@kkt/plugin-pro-utils": "^1.0.8",
"@kkt/plugin-pro-utils": "^1.0.9",
"@types/fs-extra": "~11.0.1",
"@types/recursive-readdir": "~2.2.1",
"chokidar": "~3.5.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-config",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -31,9 +31,9 @@
"framework"
],
"devDependencies": {
"@kkt/plugin-pro-entry": "^1.0.8",
"@kkt/plugin-pro-rematch": "^1.0.8",
"@kkt/plugin-pro-router": "^1.0.8",
"@kkt/plugin-pro-entry": "^1.0.9",
"@kkt/plugin-pro-rematch": "^1.0.9",
"@kkt/plugin-pro-router": "^1.0.9",
"kkt": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin/entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-entry",
"version": "1.0.8",
"version": "1.0.9",
"description": "自动生成入口文件",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/pro",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -31,6 +31,6 @@
"framework"
],
"devDependencies": {
"kktp": "^1.0.8"
"kktp": "^1.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/plugin/rematch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-rematch",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"redux": "^4.2.1"
},
"devDependencies": {
"@kkt/plugin-pro-utils": "^1.0.8",
"@kkt/plugin-pro-utils": "^1.0.9",
"@types/fs-extra": "~11.0.1",
"chokidar": "~3.5.3",
"fs-extra": "~11.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-router",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-router-dom": "^6.8.0"
},
"devDependencies": {
"@kkt/plugin-pro-utils": "^1.0.8",
"@kkt/plugin-pro-utils": "^1.0.9",
"@types/fs-extra": "~11.0.1",
"@types/recursive-readdir": "~2.2.1",
"chokidar": "~3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-pro-utils",
"version": "1.0.8",
"version": "1.0.9",
"description": "kktp plugins",
"author": "SunLxy <1011771396@qq.com>",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.8",
"version": "1.0.9",
"description": "doc",
"private": true,
"scripts": {
Expand All @@ -17,30 +17,30 @@
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@uiw-admin/exceptions": "~5.3.21",
"@uiw/react-back-to-top": "^1.2.1",
"@uiw/react-icon": "^4.21.25",
"@uiw/react-markdown-preview": "^4.1.10",
"react-code-preview-layout": "^3.0.0",
"rehype-rewrite": "^3.0.6",
"@wcj/dark-mode": "^1.0.15",
"react": "~18.2.0",
"react-code-preview-layout": "^3.0.0",
"react-dom": "~18.2.0",
"react-redux": "^8.0.5",
"react-router": "~6.8.0",
"react-router-dom": "~6.8.0",
"redux": "^4.2.1",
"@uiw/react-back-to-top": "^1.2.1",
"@wcj/dark-mode": "^1.0.15",
"rehype-rewrite": "^3.0.6",
"uiw": "4.21.23",
"@uiw/react-icon": "^4.21.25",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/pro": "^1.0.7",
"@kkt/pro": "^1.0.9",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/styled-components": "^5.1.26",
"styled-components": "^5.3.9",
"hast": "^1.0.0",
"markdown-react-code-preview-loader": "^2.1.5"
"markdown-react-code-preview-loader": "^2.1.5",
"styled-components": "^5.3.9"
},
"eslintConfig": {
"extends": [
Expand All @@ -60,4 +60,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 81a2fc4

Please sign in to comment.