Skip to content

Commit 11a3a8f

Browse files
committed
released v7.1.7
1 parent a84f2ef commit 11a3a8f

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkt",
3-
"version": "7.1.6",
3+
"version": "7.1.7",
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-entry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "~18.0.0"
2020
},
2121
"devDependencies": {
22-
"kkt": "7.1.6"
22+
"kkt": "7.1.7"
2323
},
2424
"eslintConfig": {
2525
"extends": [

example/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"web-vitals": "^2.1.2"
2323
},
2424
"devDependencies": {
25-
"kkt": "7.1.6"
25+
"kkt": "7.1.7"
2626
},
2727
"browserslist": {
2828
"production": [

example/chrome-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"clean-webpack-plugin": "~4.0.0",
2424
"filemanager-webpack-plugin": "~6.1.7",
25-
"kkt": "7.1.6"
25+
"kkt": "7.1.7"
2626
},
2727
"eslintConfig": {
2828
"extends": [

example/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "~18.0.0",
2727
"@types/react-dom": "~18.0.0",
2828
"electron": "~18.0.3",
29-
"kkt": "7.1.6",
29+
"kkt": "7.1.7",
3030
"tsbb": "~3.7.0"
3131
},
3232
"dependencies": {

example/less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@kkt/less-modules": "7.1.2",
22-
"kkt": "7.1.6"
22+
"kkt": "7.1.7"
2323
},
2424
"browserslist": {
2525
"production": [

example/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@kkt/less-modules": "7.1.2",
2222
"@kkt/raw-modules": "7.1.2",
23-
"kkt": "7.1.6"
23+
"kkt": "7.1.7"
2424
},
2525
"browserslist": {
2626
"production": [

example/react-component-tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react-test-renderer": "~18.0.0",
5959
"compile-less-cli": "~1.8.13",
6060
"husky": "~7.0.4",
61-
"kkt": "7.1.6",
61+
"kkt": "7.1.7",
6262
"lint-staged": "~12.3.7",
6363
"prettier": "~2.6.0",
6464
"react-test-renderer": "~18.0.0",

example/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@kkt/less-modules": "7.1.2",
24-
"kkt": "7.1.6"
24+
"kkt": "7.1.7"
2525
},
2626
"eslintConfig": {
2727
"extends": [

example/rematch-tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "~18.0.0",
3232
"@types/react-dom": "~18.0.0",
3333
"@types/react-redux": "~7.1.23",
34-
"kkt": "7.1.6"
34+
"kkt": "7.1.7"
3535
},
3636
"eslintConfig": {
3737
"extends": [

0 commit comments

Comments
 (0)