Skip to content

Commit

Permalink
released v7.1.5 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 24, 2022
1 parent 81d4461 commit 8913eb7
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "7.1.4",
"version": "7.1.5",
"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
4 changes: 2 additions & 2 deletions example/basic-entry/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/basic-entry",
"version": "7.1.1",
"version": "7.1.2",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/basic",
"version": "7.1.1",
"version": "7.1.2",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"web-vitals": "^2.1.2"
},
"devDependencies": {
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/bundle-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/bundle-node",
"version": "7.1.1",
"version": "7.1.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@types/hapi__hapi": "20.0.10"
},
"devDependencies": {
"@kkt/ncc": "1.0.4"
"@kkt/ncc": "1.0.5"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions example/bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/bundle",
"version": "7.1.1",
"version": "7.1.2",
"main": "dist/bundle.js",
"module": "src/components/index.js",
"description": "",
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/ncc": "1.0.4",
"kkt": "7.1.4"
"@kkt/ncc": "1.0.5",
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/chrome-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/chrome-plugin",
"version": "7.1.1",
"version": "7.1.2",
"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.4"
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/electron",
"version": "7.1.1",
"version": "7.1.2",
"description": "Electron Example.",
"main": "lib/main.js",
"private": true,
Expand All @@ -26,7 +26,7 @@
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"electron": "16.0.10",
"kkt": "7.1.4",
"kkt": "7.1.5",
"tsbb": "3.7.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions example/less/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/less",
"version": "7.1.1",
"version": "7.1.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/markdown",
"version": "7.1.1",
"version": "7.1.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"@kkt/raw-modules": "7.1.1",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/react-component-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "7.1.1",
"version": "7.1.2",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "./cjs/index.js",
Expand Down 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.4",
"kkt": "7.1.5",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions example/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-router",
"version": "7.1.1",
"version": "7.1.2",
"description": "Use react-router for the project.",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@kkt/less-modules": "7.1.1",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/rematch-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/rematch-tsx",
"version": "7.1.1",
"version": "7.1.2",
"description": "Use Rematch & TypeScript for the project.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-redux": "7.1.22",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/scss/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/scss",
"version": "7.1.1",
"version": "7.1.2",
"description": "Use an example of SCSS.",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/stylus/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/stylus",
"version": "7.1.1",
"version": "7.1.2",
"description": "React uses the server side rendering of the Stylus based application.",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@kkt/stylus-modules": "7.1.1",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/typescript",
"version": "7.1.1",
"version": "7.1.2",
"description": "Use an example of TypeScript.",
"private": true,
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@types/jest": "27.4.1",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/uiw/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/uiw",
"version": "7.1.1",
"version": "7.1.2",
"description": "Use uiw for the project.",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"uiw": "4.10.2"
},
"devDependencies": {
"kkt": "7.1.4"
"kkt": "7.1.5"
},
"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.4"
"kkt": "7.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/ncc/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/ncc",
"version": "1.0.4",
"version": "1.0.5",
"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.4.1",
"kkt": "7.1.4"
"kkt": "7.1.5"
}
}
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.4"
"kkt": "7.1.5"
}
}
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.4"
"kkt": "7.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/scope-plugin-options/package.json
Expand Up @@ -17,6 +17,6 @@
"src"
],
"devDependencies": {
"kkt": "7.1.4"
"kkt": "7.1.5"
}
}
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.4"
"kkt": "7.1.5"
}
}

0 comments on commit 8913eb7

Please sign in to comment.