Skip to content

Commit

Permalink
released v7.1.6 kkt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 8, 2022
1 parent 695bb1a commit 7621a4e
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 63 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.5",
"version": "7.1.6",
"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
6 changes: 3 additions & 3 deletions example/basic-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/basic-entry",
"version": "7.1.2",
"version": "7.1.3",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -39,4 +39,4 @@
"last 1 safari version"
]
}
}
}
6 changes: 3 additions & 3 deletions example/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/basic",
"version": "7.1.2",
"version": "7.1.3",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"kkt": "7.1.5"
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -36,4 +36,4 @@
"last 1 safari version"
]
}
}
}
6 changes: 3 additions & 3 deletions example/chrome-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/chrome-plugin",
"version": "7.1.2",
"version": "7.1.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"clean-webpack-plugin": "~4.0.0",
"filemanager-webpack-plugin": "~6.1.7",
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -42,4 +42,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions example/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/electron",
"version": "7.1.2",
"version": "7.1.3",
"description": "Electron Example.",
"main": "lib/main.js",
"private": true,
Expand All @@ -22,11 +22,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/less-modules": "7.1.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"electron": "~18.0.3",
"kkt": "~7.1.5",
"kkt": "7.1.6",
"tsbb": "~3.7.0"
},
"dependencies": {
Expand All @@ -51,4 +51,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions example/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/less",
"version": "7.1.2",
"version": "7.1.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"kkt": "~7.1.5"
"@kkt/less-modules": "7.1.2",
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -33,4 +33,4 @@
"last 1 safari version"
]
}
}
}
10 changes: 5 additions & 5 deletions example/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/markdown",
"version": "7.1.2",
"version": "7.1.3",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"kkt": "~7.1.5"
"@kkt/less-modules": "7.1.2",
"@kkt/raw-modules": "7.1.2",
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -34,4 +34,4 @@
"last 1 safari version"
]
}
}
}
12 changes: 6 additions & 6 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "7.1.2",
"version": "7.1.3",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "./cjs/index.js",
Expand Down Expand Up @@ -50,15 +50,15 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@kkt/less-modules": "7.1.2",
"@kkt/raw-modules": "7.1.2",
"@kkt/scope-plugin-options": "7.1.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-test-renderer": "~17.0.1",
"compile-less-cli": "~1.8.13",
"husky": "~7.0.4",
"kkt": "~7.1.5",
"kkt": "7.1.6",
"lint-staged": "~12.3.7",
"prettier": "~2.6.0",
"react-test-renderer": "~18.0.0",
Expand All @@ -82,4 +82,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions example/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/react-router",
"version": "7.1.2",
"version": "7.1.3",
"description": "Use react-router for the project.",
"private": true,
"scripts": {
Expand All @@ -20,8 +20,8 @@
"react-router-dom": "~6.2.1"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"kkt": "~7.1.5"
"@kkt/less-modules": "7.1.2",
"kkt": "7.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -41,4 +41,4 @@
"last 1 safari version"
]
}
}
}
12 changes: 6 additions & 6 deletions example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/rematch-tsx",
"version": "7.1.2",
"version": "7.1.3",
"description": "Use Rematch & TypeScript for the project.",
"private": true,
"scripts": {
Expand All @@ -25,13 +25,13 @@
"uiw": "~4.10.2"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/scope-plugin-options": "~7.1.1",
"@kkt/less-modules": "7.1.2",
"@kkt/raw-modules": "7.1.2",
"@kkt/scope-plugin-options": "7.1.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-redux": "~7.1.23",
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -51,4 +51,4 @@
"last 1 safari version"
]
}
}
}
6 changes: 3 additions & 3 deletions example/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/scss",
"version": "7.1.2",
"version": "7.1.3",
"description": "Use an example of SCSS.",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -32,4 +32,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions example/stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/stylus",
"version": "7.1.2",
"version": "7.1.3",
"description": "React uses the server side rendering of the Stylus based application.",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "~18.0.0"
},
"devDependencies": {
"@kkt/stylus-modules": "~7.1.1",
"kkt": "~7.1.5"
"@kkt/stylus-modules": "7.1.2",
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -33,4 +33,4 @@
"last 1 safari version"
]
}
}
}
8 changes: 4 additions & 4 deletions example/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/typescript",
"version": "7.1.2",
"version": "7.1.3",
"description": "Use an example of TypeScript.",
"private": true,
"scripts": {
Expand All @@ -21,11 +21,11 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"@kkt/less-modules": "7.1.2",
"@types/jest": "~27.4.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -45,4 +45,4 @@
"last 1 safari version"
]
}
}
}
6 changes: 3 additions & 3 deletions example/uiw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/uiw",
"version": "7.1.2",
"version": "7.1.3",
"description": "Use uiw for the project.",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"uiw": "~4.10.2"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "7.1.6"
},
"browserslist": {
"production": [
Expand All @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/less-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/less-modules",
"version": "7.1.1",
"version": "7.1.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Support for regular less files and *.module.less files.",
Expand All @@ -22,6 +22,6 @@
"less-loader": "^10.2.0"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "7.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/raw-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/raw-modules",
"version": "7.1.1",
"version": "7.1.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Makes it easy to use the webpack raw-loader.",
Expand All @@ -20,6 +20,6 @@
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "~7.1.5"
"kkt": "7.1.6"
}
}

0 comments on commit 7621a4e

Please sign in to comment.