Skip to content

Commit

Permalink
released v7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 14, 2022
1 parent a84f2ef commit 11a3a8f
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "7.1.6",
"version": "7.1.7",
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion example/basic-entry/package.json
Expand Up @@ -19,7 +19,7 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/basic/package.json
Expand Up @@ -22,7 +22,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/chrome-plugin/package.json
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"clean-webpack-plugin": "~4.0.0",
"filemanager-webpack-plugin": "~6.1.7",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/electron/package.json
Expand Up @@ -26,7 +26,7 @@
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"electron": "~18.0.3",
"kkt": "7.1.6",
"kkt": "7.1.7",
"tsbb": "~3.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/less/package.json
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.2",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/markdown/package.json
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@kkt/less-modules": "7.1.2",
"@kkt/raw-modules": "7.1.2",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Expand Up @@ -58,7 +58,7 @@
"@types/react-test-renderer": "~18.0.0",
"compile-less-cli": "~1.8.13",
"husky": "~7.0.4",
"kkt": "7.1.6",
"kkt": "7.1.7",
"lint-staged": "~12.3.7",
"prettier": "~2.6.0",
"react-test-renderer": "~18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion example/react-router/package.json
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.2",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-redux": "~7.1.23",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/scss/package.json
Expand Up @@ -18,7 +18,7 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/stylus/package.json
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/stylus-modules": "7.1.2",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/uiw/package.json
Expand Up @@ -21,7 +21,7 @@
"uiw": "~4.10.2"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/less-modules/package.json
Expand Up @@ -22,6 +22,6 @@
"less-loader": "^10.2.0"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/raw-modules/package.json
Expand Up @@ -20,6 +20,6 @@
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/react-library/package.json
Expand Up @@ -24,6 +24,6 @@
"css-minimizer-webpack-plugin": "~3.4.1"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/scope-plugin-options/package.json
Expand Up @@ -17,6 +17,6 @@
"src"
],
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/stylus-modules/package.json
Expand Up @@ -23,6 +23,6 @@
"stylus-loader": "^6.2.0"
},
"devDependencies": {
"kkt": "7.1.6"
"kkt": "7.1.7"
}
}

0 comments on commit 11a3a8f

Please sign in to comment.