Skip to content

Commit 8946685

Browse files
committed
released v1.1.5
1 parent e2badb0 commit 8946685

File tree

22 files changed

+46
-46
lines changed

22 files changed

+46
-46
lines changed

core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kktp",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "kktp cli",
55
"author": "SunLxy <[email protected]>",
66
"license": "MIT",
@@ -37,10 +37,10 @@
3737
"@babel/node": "^7.20.7",
3838
"@babel/preset-typescript": "^7.21.0",
3939
"@babel/register": "^7.21.0",
40-
"@kkt/doc": "^1.1.4",
40+
"@kkt/doc": "^1.1.5",
4141
"@kkt/less-modules": "~7.3.2",
42-
"@kkt/plugin-pro-config": "^1.1.4",
43-
"@kkt/request": "^1.1.4",
42+
"@kkt/plugin-pro-config": "^1.1.5",
43+
"@kkt/request": "^1.1.5",
4444
"@proload/plugin-json": "~0.3.1",
4545
"@proload/plugin-rc": "~0.2.1",
4646
"@types/jest": "~27.4.1",
@@ -56,4 +56,4 @@
5656
"typescript": "~4.9.5",
5757
"web-vitals": "^2.1.2"
5858
}
59-
}
59+
}

examples/access/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/access",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"uiw": "^4.21.23"
2121
},
2222
"devDependencies": {
23-
"@kkt/pro": "^1.1.4"
23+
"@kkt/pro": "^1.1.5"
2424
},
2525
"eslintConfig": {
2626
"extends": [

examples/auto-routes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/auto-routes",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@kkt/pro": "^1.1.4"
17+
"@kkt/pro": "^1.1.5"
1818
},
1919
"eslintConfig": {
2020
"extends": [

examples/basic-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/basic-js",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@kkt/pro": "^1.1.4"
16+
"@kkt/pro": "^1.1.5"
1717
},
1818
"eslintConfig": {
1919
"extends": [

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/basic",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@kkt/pro": "^1.1.4"
16+
"@kkt/pro": "^1.1.5"
1717
},
1818
"eslintConfig": {
1919
"extends": [

examples/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/config",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"uiw": "4.21.23"
1919
},
2020
"devDependencies": {
21-
"@kkt/pro": "^1.1.4"
21+
"@kkt/pro": "^1.1.5"
2222
},
2323
"eslintConfig": {
2424
"extends": [

examples/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/docs",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"description": "new webiste with kktp.",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"styled-components": "^5.3.5"
3030
},
3131
"devDependencies": {
32-
"@kkt/pro": "^1.1.4",
32+
"@kkt/pro": "^1.1.5",
3333
"@types/react-test-renderer": "18.0.0",
3434
"hast": "^1.0.0",
3535
"rehype-rewrite": "^3.0.6",

examples/mocker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@examples/mocker",
33
"description": "基础模拟 API 示例",
44
"private": true,
5-
"version": "1.1.4",
5+
"version": "1.1.5",
66
"scripts": {
77
"start": "kktp start",
88
"build": "kktp build",
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@kkt/pro": "^1.1.4"
17+
"@kkt/pro": "^1.1.5"
1818
},
1919
"eslintConfig": {
2020
"extends": [

examples/rematch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/rematch",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@kkt/pro": "^1.1.4"
17+
"@kkt/pro": "^1.1.5"
1818
},
1919
"eslintConfig": {
2020
"extends": [

examples/routes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/routes",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "案例",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@kkt/pro": "^1.1.4"
17+
"@kkt/pro": "^1.1.5"
1818
},
1919
"eslintConfig": {
2020
"extends": [

0 commit comments

Comments
 (0)