Skip to content

Commit

Permalink
released v6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 12, 2021
1 parent eaae043 commit f3f0b91
Show file tree
Hide file tree
Showing 24 changed files with 67 additions and 67 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": "6.0.11",
"version": "6.0.12",
"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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/basic",
"version": "6.0.11",
"version": "6.0.12",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"web-vitals": "1.0.1"
},
"devDependencies": {
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions example/bundle-react-component-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle-react-component-tsx",
"version": "6.0.11",
"version": "6.0.12",
"main": "dist/bundle.js",
"description": "",
"private": true,
Expand All @@ -20,11 +20,11 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/react-library": "6.0.11",
"@kkt/less-modules": "6.0.12",
"@kkt/react-library": "6.0.12",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions example/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/bundle",
"version": "6.0.11",
"version": "6.0.12",
"main": "dist/bundle.js",
"module": "src/components/index.js",
"description": "",
Expand All @@ -23,9 +23,9 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/react-library": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"@kkt/react-library": "6.0.12",
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 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": "6.0.11",
"version": "6.0.12",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"clean-webpack-plugin": "3.0.0",
"filemanager-webpack-plugin": "2.0.5",
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions example/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/electron",
"version": "6.0.11",
"version": "6.0.12",
"description": "Electron example.",
"main": "lib/main.js",
"private": true,
Expand All @@ -21,11 +21,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/less-modules": "6.0.12",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"electron": "11.1.1",
"kkt": "6.0.11",
"kkt": "6.0.12",
"tsbb": "1.7.9"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions example/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/less",
"version": "6.0.11",
"version": "6.0.12",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions example/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/markdown",
"version": "6.0.11",
"version": "6.0.12",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/raw-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"@kkt/raw-modules": "6.0.12",
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
14 changes: 7 additions & 7 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": "6.0.11",
"version": "6.0.12",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "lib/cjs/index.js",
Expand All @@ -27,23 +27,23 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@babel/runtime": ">=7.10.0",
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"@babel/runtime": ">=7.10.0"
"react-dom": ">=16.9.0"
},
"dependencies": {
"prop-types": "15.7.2"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/raw-modules": "6.0.11",
"@kkt/scope-plugin-options": "6.0.11",
"@kkt/less-modules": "6.0.12",
"@kkt/raw-modules": "6.0.12",
"@kkt/scope-plugin-options": "6.0.12",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"compile-less-cli": "1.6.0",
"kkt": "6.0.12",
"react": "17.0.1",
"react-dom": "17.0.1",
"kkt": "6.0.11",
"tsbb": "1.7.9"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions example/rematch-hash-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/rematch-hash-router",
"version": "6.0.11",
"version": "6.0.12",
"description": "",
"private": true,
"scripts": {
Expand All @@ -24,8 +24,8 @@
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
10 changes: 5 additions & 5 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": "6.0.11",
"version": "6.0.12",
"description": "Use Rematch & TypeScript for the project.",
"private": true,
"scripts": {
Expand All @@ -25,14 +25,14 @@
"uiw": "4.7.2"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/raw-modules": "6.0.11",
"@kkt/scope-plugin-options": "6.0.11",
"@kkt/less-modules": "6.0.12",
"@kkt/raw-modules": "6.0.12",
"@kkt/scope-plugin-options": "6.0.12",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "7.1.15",
"@types/react-router-dom": "5.1.7",
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions example/rematch-uiw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/rematch-uiw",
"version": "6.0.11",
"version": "6.0.12",
"description": "",
"private": true,
"scripts": {
Expand All @@ -25,8 +25,8 @@
"uiw": "4.7.2"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions example/rematch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/rematch",
"version": "6.0.11",
"version": "6.0.12",
"description": "Use Rematch for the project.",
"private": true,
"scripts": {
Expand All @@ -26,8 +26,8 @@
"redux": "4.0.4"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/less-modules": "6.0.12",
"kkt": "6.0.12"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/scss",
"version": "6.0.11",
"version": "6.0.12",
"description": "Use an example of SCSS.",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions example/stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/stylus",
"version": "6.0.11",
"version": "6.0.12",
"description": "React uses the server side rendering of the Stylus based application.",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@kkt/stylus-modules": "6.0.11",
"kkt": "6.0.11"
"@kkt/stylus-modules": "6.0.12",
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions example/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/typescript",
"version": "6.0.11",
"version": "6.0.12",
"description": "Use an example of TypeScript.",
"private": true,
"scripts": {
Expand All @@ -21,11 +21,11 @@
"web-vitals": "1.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.0.11",
"@kkt/less-modules": "6.0.12",
"@types/jest": "24.9.1",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/uiw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/uiw",
"version": "6.0.11",
"version": "6.0.12",
"description": "Use uiw for the project.",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"uiw": "4.7.2"
},
"devDependencies": {
"kkt": "6.0.11"
"kkt": "6.0.12"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.11",
"version": "6.0.12",
"packages": [
"core",
"example/*",
Expand Down
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": "6.0.11",
"version": "6.0.12",
"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": "^7.1.0"
},
"devDependencies": {
"kkt": "6.0.11"
"kkt": "6.0.12"
}
}
4 changes: 2 additions & 2 deletions packages/mocker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/mocker-api",
"version": "6.0.11",
"version": "6.0.12",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Creates mocks for REST APIs.",
Expand All @@ -20,6 +20,6 @@
"mocker-api": "2.7.5"
},
"devDependencies": {
"kkt": "6.0.11"
"kkt": "6.0.12"
}
}
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": "6.0.11",
"version": "6.0.12",
"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": "6.0.11"
"kkt": "6.0.12"
}
}

2 comments on commit f3f0b91

@vercel
Copy link

@vercel vercel bot commented on f3f0b91 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt-basic-example-git-master.398188662.vercel.app
kkt-basic-example.398188662.vercel.app
kkt.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f3f0b91 Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-bundle-example – ./

kkt.vercel.app
kkt-bundle-example.398188662.vercel.app
kkt-bundle-example-git-master.398188662.vercel.app

Please sign in to comment.