diff --git a/core/package.json b/core/package.json index 86b3b122..2b326511 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "kkt", - "version": "7.0.5", + "version": "7.0.6", "description": "Create React apps with no build configuration, Cli tool for creating react apps.", "author": "Kenny Wong (https://github.com/jaywcjlove)", "main": "lib/index.js", @@ -47,8 +47,8 @@ "@types/semver": "7.3.9", "eslint-config-react-app": "^7.0.0", "fs-extra": "10.0.0", - "minimist": "1.2.5", "mini-css-extract-plugin": "~2.4.5", + "minimist": "1.2.5", "mocker-api": "2.9.4", "postcss": "^8.4.4", "postcss-flexbugs-fixes": "^5.0.2", diff --git a/example/basic-entry/package.json b/example/basic-entry/package.json index 1a981096..1229566e 100644 --- a/example/basic-entry/package.json +++ b/example/basic-entry/package.json @@ -1,6 +1,6 @@ { "name": "@template/basic-entry", - "version": "7.0.5", + "version": "7.0.6", "description": "The react base application.", "private": true, "scripts": { @@ -19,7 +19,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/basic/package.json b/example/basic/package.json index a7629fce..27a2e993 100644 --- a/example/basic/package.json +++ b/example/basic/package.json @@ -1,6 +1,6 @@ { "name": "@template/basic", - "version": "7.0.5", + "version": "7.0.6", "description": "The react base application.", "private": true, "scripts": { @@ -22,7 +22,7 @@ "web-vitals": "^2.1.2" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/example/bundle-react-component-tsx/package.json b/example/bundle-react-component-tsx/package.json index e00cee2c..7d1f34db 100644 --- a/example/bundle-react-component-tsx/package.json +++ b/example/bundle-react-component-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle-react-component-tsx", - "version": "7.0.5", + "version": "7.0.6", "main": "dist/bundle.js", "description": "", "private": true, @@ -20,11 +20,11 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "@kkt/react-library": "7.0.5", + "@kkt/less-modules": "7.0.6", + "@kkt/react-library": "7.0.6", "@types/react": "17.0.38", "@types/react-dom": "17.0.11", - "kkt": "7.0.5" + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/bundle/package.json b/example/bundle/package.json index 0eb3ce48..64e56293 100644 --- a/example/bundle/package.json +++ b/example/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@template/bundle", - "version": "7.0.5", + "version": "7.0.6", "main": "dist/bundle.js", "module": "src/components/index.js", "description": "", @@ -23,9 +23,9 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "@kkt/react-library": "7.0.5", - "kkt": "7.0.5" + "@kkt/less-modules": "7.0.6", + "@kkt/react-library": "7.0.6", + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/chrome-plugin/package.json b/example/chrome-plugin/package.json index 153b4e6e..caec7112 100644 --- a/example/chrome-plugin/package.json +++ b/example/chrome-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@template/chrome-plugin", - "version": "7.0.5", + "version": "7.0.6", "description": "", "private": true, "scripts": { @@ -22,7 +22,7 @@ "devDependencies": { "clean-webpack-plugin": "4.0.0", "filemanager-webpack-plugin": "6.1.7", - "kkt": "7.0.5" + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/electron/package.json b/example/electron/package.json index acee3ec3..0cc22cc1 100644 --- a/example/electron/package.json +++ b/example/electron/package.json @@ -1,6 +1,6 @@ { "name": "@template/electron", - "version": "7.0.5", + "version": "7.0.6", "description": "Electron Example.", "main": "lib/main.js", "private": true, @@ -22,11 +22,11 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/less-modules": "7.0.5", + "@kkt/less-modules": "7.0.6", "@types/react": "17.0.38", "@types/react-dom": "17.0.11", "electron": "16.0.6", - "kkt": "7.0.5", + "kkt": "7.0.6", "tsbb": "3.5.4" }, "dependencies": { diff --git a/example/less/package.json b/example/less/package.json index 32a1b5e7..0c1a25b3 100644 --- a/example/less/package.json +++ b/example/less/package.json @@ -1,6 +1,6 @@ { "name": "@template/less", - "version": "7.0.5", + "version": "7.0.6", "description": "", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "kkt": "7.0.5" + "@kkt/less-modules": "7.0.6", + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/example/markdown/package.json b/example/markdown/package.json index eb573f41..cfb7fd28 100644 --- a/example/markdown/package.json +++ b/example/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@template/markdown", - "version": "7.0.5", + "version": "7.0.6", "description": "", "private": true, "scripts": { @@ -18,9 +18,9 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "@kkt/raw-modules": "7.0.5", - "kkt": "7.0.5" + "@kkt/less-modules": "7.0.6", + "@kkt/raw-modules": "7.0.6", + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index a06cde46..c9d47301 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/react-component-tsx", - "version": "7.0.5", + "version": "7.0.6", "description": "React Component Example for TypeScript.", "private": true, "main": "./cjs/index.js", @@ -50,15 +50,15 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "@kkt/raw-modules": "7.0.5", - "@kkt/scope-plugin-options": "7.0.5", + "@kkt/less-modules": "7.0.6", + "@kkt/raw-modules": "7.0.6", + "@kkt/scope-plugin-options": "7.0.6", "@types/react": "17.0.38", "@types/react-dom": "17.0.11", "@types/react-test-renderer": "17.0.1", "compile-less-cli": "1.8.11", "husky": "7.0.4", - "kkt": "7.0.5", + "kkt": "7.0.6", "lint-staged": "12.1.7", "prettier": "2.5.1", "react-test-renderer": "17.0.2", diff --git a/example/react-router/package.json b/example/react-router/package.json index 10dc9784..2397e4c7 100644 --- a/example/react-router/package.json +++ b/example/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@template/react-router", - "version": "7.0.5", + "version": "7.0.6", "description": "Use react-router for the project.", "private": true, "scripts": { @@ -20,8 +20,8 @@ "react-router-dom": "6.2.1" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "kkt": "7.0.5" + "@kkt/less-modules": "7.0.6", + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/rematch-tsx/package.json b/example/rematch-tsx/package.json index 448692e6..4bb3d7a1 100644 --- a/example/rematch-tsx/package.json +++ b/example/rematch-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch-tsx", - "version": "7.0.5", + "version": "7.0.6", "description": "Use Rematch & TypeScript for the project.", "private": true, "scripts": { @@ -25,13 +25,13 @@ "uiw": "4.7.16" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", - "@kkt/raw-modules": "7.0.5", - "@kkt/scope-plugin-options": "7.0.5", + "@kkt/less-modules": "7.0.6", + "@kkt/raw-modules": "7.0.6", + "@kkt/scope-plugin-options": "7.0.6", "@types/react": "17.0.38", "@types/react-dom": "17.0.11", "@types/react-redux": "7.1.21", - "kkt": "7.0.5" + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/scss/package.json b/example/scss/package.json index 33f258ea..51f7f9e3 100644 --- a/example/scss/package.json +++ b/example/scss/package.json @@ -1,6 +1,6 @@ { "name": "@template/scss", - "version": "7.0.5", + "version": "7.0.6", "description": "Use an example of SCSS.", "private": true, "scripts": { @@ -18,7 +18,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/example/stylus/package.json b/example/stylus/package.json index a756a668..0fa016a1 100644 --- a/example/stylus/package.json +++ b/example/stylus/package.json @@ -1,6 +1,6 @@ { "name": "@template/stylus", - "version": "7.0.5", + "version": "7.0.6", "description": "React uses the server side rendering of the Stylus based application.", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/stylus-modules": "7.0.5", - "kkt": "7.0.5" + "@kkt/stylus-modules": "7.0.6", + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/example/typescript/package.json b/example/typescript/package.json index deb70a70..d5b85bf9 100644 --- a/example/typescript/package.json +++ b/example/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@template/typescript", - "version": "7.0.5", + "version": "7.0.6", "description": "Use an example of TypeScript.", "private": true, "scripts": { @@ -21,11 +21,11 @@ "web-vitals": "^2.1.2" }, "devDependencies": { - "@kkt/less-modules": "7.0.5", + "@kkt/less-modules": "7.0.6", "@types/jest": "27.4.0", "@types/react": "17.0.38", "@types/react-dom": "17.0.11", - "kkt": "7.0.5" + "kkt": "7.0.6" }, "eslintConfig": { "extends": [ diff --git a/example/uiw/package.json b/example/uiw/package.json index cc632aa3..ab0cfb0a 100644 --- a/example/uiw/package.json +++ b/example/uiw/package.json @@ -1,6 +1,6 @@ { "name": "@template/uiw", - "version": "7.0.5", + "version": "7.0.6", "description": "Use uiw for the project.", "private": true, "scripts": { @@ -21,7 +21,7 @@ "uiw": "4.7.16" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" }, "browserslist": { "production": [ diff --git a/lerna.json b/lerna.json index 60c8b771..fd675eba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.5", + "version": "7.0.6", "packages": ["core", "example/*", "packages/*"], "command": { "create": { diff --git a/packages/less-modules/package.json b/packages/less-modules/package.json index 8911f419..1d4d9d09 100644 --- a/packages/less-modules/package.json +++ b/packages/less-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/less-modules", - "version": "7.0.5", + "version": "7.0.6", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular less files and *.module.less files.", @@ -22,6 +22,6 @@ "less-loader": "^10.2.0" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" } } diff --git a/packages/raw-modules/package.json b/packages/raw-modules/package.json index 3d6ae8b5..2d2040dc 100644 --- a/packages/raw-modules/package.json +++ b/packages/raw-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/raw-modules", - "version": "7.0.5", + "version": "7.0.6", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Makes it easy to use the webpack raw-loader.", @@ -20,6 +20,6 @@ "raw-loader": "^4.0.2" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" } } diff --git a/packages/react-library/package.json b/packages/react-library/package.json index 541bf2e7..0bf8e0cc 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/react-library", - "version": "7.0.5", + "version": "7.0.6", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Use create-react-app to build react libraries.", @@ -20,6 +20,6 @@ "css-minimizer-webpack-plugin": "3.3.1" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" } } diff --git a/packages/scope-plugin-options/package.json b/packages/scope-plugin-options/package.json index c1ca4a91..11d75ac3 100644 --- a/packages/scope-plugin-options/package.json +++ b/packages/scope-plugin-options/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/scope-plugin-options", - "version": "7.0.5", + "version": "7.0.6", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.", @@ -17,6 +17,6 @@ "src" ], "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" } } diff --git a/packages/stylus-modules/package.json b/packages/stylus-modules/package.json index 50ff637d..790dd211 100644 --- a/packages/stylus-modules/package.json +++ b/packages/stylus-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/stylus-modules", - "version": "7.0.5", + "version": "7.0.6", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular stylus files and *.module.styl files.", @@ -23,6 +23,6 @@ "stylus-loader": "^6.2.0" }, "devDependencies": { - "kkt": "7.0.5" + "kkt": "7.0.6" } }