Skip to content

Commit 5ce203f

Browse files
committed
released v6.1.2
1 parent 0e3d83b commit 5ce203f

File tree

24 files changed

+65
-65
lines changed

24 files changed

+65
-65
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkt",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
55
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
66
"main": "lib/index.js",

example/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/basic",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "The react base application.",
55
"private": true,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"web-vitals": "1.0.1"
2323
},
2424
"devDependencies": {
25-
"kkt": "6.1.1"
25+
"kkt": "6.1.2"
2626
},
2727
"eslintConfig": {
2828
"extends": [

example/bundle-react-component-tsx/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/bundle-react-component-tsx",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"main": "dist/bundle.js",
55
"description": "",
66
"private": true,
@@ -20,11 +20,11 @@
2020
"react-dom": "17.0.1"
2121
},
2222
"devDependencies": {
23-
"@kkt/less-modules": "6.1.1",
24-
"@kkt/react-library": "6.1.1",
23+
"@kkt/less-modules": "6.1.2",
24+
"@kkt/react-library": "6.1.2",
2525
"@types/react": "17.0.0",
2626
"@types/react-dom": "17.0.0",
27-
"kkt": "6.1.1"
27+
"kkt": "6.1.2"
2828
},
2929
"eslintConfig": {
3030
"extends": [

example/bundle/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/bundle",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"main": "dist/bundle.js",
55
"module": "src/components/index.js",
66
"description": "",
@@ -23,9 +23,9 @@
2323
"react-dom": "17.0.1"
2424
},
2525
"devDependencies": {
26-
"@kkt/less-modules": "6.1.1",
27-
"@kkt/react-library": "6.1.1",
28-
"kkt": "6.1.1"
26+
"@kkt/less-modules": "6.1.2",
27+
"@kkt/react-library": "6.1.2",
28+
"kkt": "6.1.2"
2929
},
3030
"eslintConfig": {
3131
"extends": [

example/chrome-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/chrome-plugin",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"clean-webpack-plugin": "3.0.0",
2424
"filemanager-webpack-plugin": "2.0.5",
25-
"kkt": "6.1.1"
25+
"kkt": "6.1.2"
2626
},
2727
"eslintConfig": {
2828
"extends": [

example/electron/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/electron",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Electron example.",
55
"main": "lib/main.js",
66
"private": true,
@@ -21,11 +21,11 @@
2121
"author": "",
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@kkt/less-modules": "6.1.1",
24+
"@kkt/less-modules": "6.1.2",
2525
"@types/react": "17.0.0",
2626
"@types/react-dom": "17.0.0",
2727
"electron": "11.2.0",
28-
"kkt": "6.1.1",
28+
"kkt": "6.1.2",
2929
"tsbb": "1.7.9"
3030
},
3131
"dependencies": {

example/less/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/less",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"react-dom": "17.0.1"
1919
},
2020
"devDependencies": {
21-
"@kkt/less-modules": "6.1.1",
22-
"kkt": "6.1.1"
21+
"@kkt/less-modules": "6.1.2",
22+
"kkt": "6.1.2"
2323
},
2424
"browserslist": {
2525
"production": [

example/markdown/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/markdown",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -18,9 +18,9 @@
1818
"react-dom": "17.0.1"
1919
},
2020
"devDependencies": {
21-
"@kkt/less-modules": "6.1.1",
22-
"@kkt/raw-modules": "6.1.1",
23-
"kkt": "6.1.1"
21+
"@kkt/less-modules": "6.1.2",
22+
"@kkt/raw-modules": "6.1.2",
23+
"kkt": "6.1.2"
2424
},
2525
"browserslist": {
2626
"production": [

example/react-component-tsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/react-component-tsx",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "React Component Example for TypeScript.",
55
"private": true,
66
"main": "lib/cjs/index.js",
@@ -46,14 +46,14 @@
4646
"prop-types": "15.7.2"
4747
},
4848
"devDependencies": {
49-
"@kkt/less-modules": "6.1.1",
50-
"@kkt/raw-modules": "6.1.1",
51-
"@kkt/scope-plugin-options": "6.1.1",
49+
"@kkt/less-modules": "6.1.2",
50+
"@kkt/raw-modules": "6.1.2",
51+
"@kkt/scope-plugin-options": "6.1.2",
5252
"@types/react": "17.0.0",
5353
"@types/react-dom": "17.0.0",
5454
"compile-less-cli": "1.6.0",
5555
"husky": "4.3.7",
56-
"kkt": "6.1.1",
56+
"kkt": "6.1.2",
5757
"lint-staged": "10.5.3",
5858
"prettier": "2.2.1",
5959
"react": "17.0.1",

example/rematch-hash-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/rematch-hash-router",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -24,8 +24,8 @@
2424
"react-router-dom": "5.2.0"
2525
},
2626
"devDependencies": {
27-
"@kkt/less-modules": "6.1.1",
28-
"kkt": "6.1.1"
27+
"@kkt/less-modules": "6.1.2",
28+
"kkt": "6.1.2"
2929
},
3030
"eslintConfig": {
3131
"extends": [

example/rematch-tsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/rematch-tsx",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Use Rematch & TypeScript for the project.",
55
"private": true,
66
"scripts": {
@@ -25,14 +25,14 @@
2525
"uiw": "4.7.5"
2626
},
2727
"devDependencies": {
28-
"@kkt/less-modules": "6.1.1",
29-
"@kkt/raw-modules": "6.1.1",
30-
"@kkt/scope-plugin-options": "6.1.1",
28+
"@kkt/less-modules": "6.1.2",
29+
"@kkt/raw-modules": "6.1.2",
30+
"@kkt/scope-plugin-options": "6.1.2",
3131
"@types/react": "17.0.0",
3232
"@types/react-dom": "17.0.0",
3333
"@types/react-redux": "7.1.15",
3434
"@types/react-router-dom": "5.1.7",
35-
"kkt": "6.1.1"
35+
"kkt": "6.1.2"
3636
},
3737
"eslintConfig": {
3838
"extends": [

example/rematch-uiw/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/rematch-uiw",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -25,8 +25,8 @@
2525
"uiw": "4.7.5"
2626
},
2727
"devDependencies": {
28-
"@kkt/less-modules": "6.1.1",
29-
"kkt": "6.1.1"
28+
"@kkt/less-modules": "6.1.2",
29+
"kkt": "6.1.2"
3030
},
3131
"eslintConfig": {
3232
"extends": [

example/rematch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/rematch",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Use Rematch for the project.",
55
"private": true,
66
"scripts": {
@@ -26,8 +26,8 @@
2626
"redux": "4.0.4"
2727
},
2828
"devDependencies": {
29-
"@kkt/less-modules": "6.1.1",
30-
"kkt": "6.1.1"
29+
"@kkt/less-modules": "6.1.2",
30+
"kkt": "6.1.2"
3131
},
3232
"eslintConfig": {
3333
"extends": [

example/scss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/scss",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Use an example of SCSS.",
55
"private": true,
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"react-dom": "17.0.1"
1919
},
2020
"devDependencies": {
21-
"kkt": "6.1.1"
21+
"kkt": "6.1.2"
2222
},
2323
"browserslist": {
2424
"production": [

example/stylus/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/stylus",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "React uses the server side rendering of the Stylus based application.",
55
"private": true,
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"react-dom": "17.0.1"
1919
},
2020
"devDependencies": {
21-
"@kkt/stylus-modules": "6.1.1",
22-
"kkt": "6.1.1"
21+
"@kkt/stylus-modules": "6.1.2",
22+
"kkt": "6.1.2"
2323
},
2424
"browserslist": {
2525
"production": [

example/typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/typescript",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Use an example of TypeScript.",
55
"private": true,
66
"scripts": {
@@ -21,11 +21,11 @@
2121
"web-vitals": "1.0.1"
2222
},
2323
"devDependencies": {
24-
"@kkt/less-modules": "6.1.1",
24+
"@kkt/less-modules": "6.1.2",
2525
"@types/jest": "24.9.1",
2626
"@types/react": "17.0.0",
2727
"@types/react-dom": "17.0.0",
28-
"kkt": "6.1.1"
28+
"kkt": "6.1.2"
2929
},
3030
"browserslist": {
3131
"production": [

example/uiw/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/uiw",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Use uiw for the project.",
55
"private": true,
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"uiw": "4.7.5"
2222
},
2323
"devDependencies": {
24-
"kkt": "6.1.1"
24+
"kkt": "6.1.2"
2525
},
2626
"browserslist": {
2727
"production": [

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.1.1",
2+
"version": "6.1.2",
33
"packages": ["core", "example/*", "packages/*"],
44
"command": {
55
"create": {

packages/less-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/less-modules",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Support for regular less files and *.module.less files.",
@@ -22,6 +22,6 @@
2222
"less-loader": "^7.1.0"
2323
},
2424
"devDependencies": {
25-
"kkt": "6.1.1"
25+
"kkt": "6.1.2"
2626
}
2727
}

packages/mocker-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/mocker-api",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"private": true,
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -21,6 +21,6 @@
2121
"mocker-api": "2.7.5"
2222
},
2323
"devDependencies": {
24-
"kkt": "6.1.1"
24+
"kkt": "6.1.2"
2525
}
2626
}

packages/raw-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/raw-modules",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Makes it easy to use the webpack raw-loader.",
@@ -20,6 +20,6 @@
2020
"raw-loader": "^4.0.2"
2121
},
2222
"devDependencies": {
23-
"kkt": "6.1.1"
23+
"kkt": "6.1.2"
2424
}
2525
}

0 commit comments

Comments
 (0)