Skip to content

Commit

Permalink
released v7.1.3 (kkt)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 23, 2022
1 parent 247a9ff commit c0b3bfb
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "7.1.2",
"version": "7.1.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/bundle-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/hapi__hapi": "20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.1"
"@kkt/ncc": "1.0.2"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/ncc": "1.0.1",
"kkt": "7.1.2"
"@kkt/ncc": "1.0.2",
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/chrome-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"clean-webpack-plugin": "4.0.0",
"filemanager-webpack-plugin": "6.1.7",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"electron": "16.0.6",
"kkt": "7.1.2",
"kkt": "7.1.3",
"tsbb": "3.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/raw-modules": "7.1.1",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react-test-renderer": "17.0.1",
"compile-less-cli": "1.8.11",
"husky": "7.0.4",
"kkt": "7.1.2",
"kkt": "7.1.3",
"lint-staged": "12.3.3",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion example/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-redux": "7.1.21",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/stylus-modules": "7.1.1",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "27.4.0",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion example/uiw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"uiw": "4.10.2"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/less-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"less-loader": "^10.2.0"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/ncc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/ncc",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"repository": "https://github.com/kktjs/kkt/tree/master/packages/ncc",
Expand All @@ -24,6 +24,6 @@
],
"dependencies": {
"css-minimizer-webpack-plugin": "3.3.1",
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/raw-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/react-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"css-minimizer-webpack-plugin": "3.3.1"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/scope-plugin-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"src"
],
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/stylus-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"stylus-loader": "^6.2.0"
},
"devDependencies": {
"kkt": "7.1.2"
"kkt": "7.1.3"
}
}

0 comments on commit c0b3bfb

Please sign in to comment.