From 696581750f84dfa862432bcbafb9a86158d8b11d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 28 May 2023 11:51:40 +0800 Subject: [PATCH] released v7.4.14 --- core/package.json | 4 ++-- example/basic-entry/package.json | 4 ++-- example/basic/package.json | 4 ++-- example/chrome-plugin/package.json | 4 ++-- example/docs/package.json | 4 ++-- example/electron/package.json | 6 +++--- example/less/package.json | 6 +++--- example/markdown/package.json | 8 ++++---- example/react-component-tsx/package.json | 10 +++++----- example/react-router/package.json | 6 +++--- example/rematch-tsx/package.json | 10 +++++----- example/scss/package.json | 4 ++-- example/stylus/package.json | 6 +++--- example/typescript/package.json | 6 +++--- example/uiw/package.json | 4 ++-- packages/less-modules/package.json | 4 ++-- packages/raw-modules/package.json | 4 ++-- packages/react-library/package.json | 4 ++-- packages/resolve-fallback/package.json | 4 ++-- packages/scope-plugin-options/package.json | 4 ++-- packages/stylus-modules/package.json | 4 ++-- 21 files changed, 55 insertions(+), 55 deletions(-) diff --git a/core/package.json b/core/package.json index e531f2a7..2106b46a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "kkt", - "version": "7.4.13", + "version": "7.4.14", "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", @@ -42,7 +42,7 @@ }, "dependencies": { "@babel/register": "~7.17.7", - "@kkt/resolve-fallback": "^7.4.13", + "@kkt/resolve-fallback": "^7.4.14", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^14.0.0", diff --git a/example/basic-entry/package.json b/example/basic-entry/package.json index 9e4f55d1..41af25d4 100644 --- a/example/basic-entry/package.json +++ b/example/basic-entry/package.json @@ -1,6 +1,6 @@ { "name": "@template/basic-entry", - "version": "7.4.13", + "version": "7.4.14", "description": "The react base application.", "private": true, "scripts": { @@ -19,7 +19,7 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "eslintConfig": { "extends": [ diff --git a/example/basic/package.json b/example/basic/package.json index a37a40fa..1bafa494 100644 --- a/example/basic/package.json +++ b/example/basic/package.json @@ -1,6 +1,6 @@ { "name": "@template/basic", - "version": "7.4.13", + "version": "7.4.14", "description": "The react base application.", "private": true, "scripts": { @@ -22,7 +22,7 @@ "web-vitals": "^2.1.2" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/chrome-plugin/package.json b/example/chrome-plugin/package.json index f6751f2f..16229db9 100644 --- a/example/chrome-plugin/package.json +++ b/example/chrome-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@template/chrome-plugin", - "version": "7.4.13", + "version": "7.4.14", "description": "", "private": true, "scripts": { @@ -22,7 +22,7 @@ "devDependencies": { "clean-webpack-plugin": "~4.0.0", "filemanager-webpack-plugin": "~6.1.7", - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "eslintConfig": { "extends": [ diff --git a/example/docs/package.json b/example/docs/package.json index 2fb7ce5d..f20ce0ea 100644 --- a/example/docs/package.json +++ b/example/docs/package.json @@ -1,6 +1,6 @@ { "name": "@template/docs", - "version": "7.4.13", + "version": "7.4.14", "description": "The react base application.", "private": true, "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@uiw/doc": "^4.21.23", "@uiw/react-native-doc": "^4.0.0", - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/electron/package.json b/example/electron/package.json index f90252a7..19e42214 100644 --- a/example/electron/package.json +++ b/example/electron/package.json @@ -1,6 +1,6 @@ { "name": "@template/electron", - "version": "7.4.13", + "version": "7.4.14", "description": "Electron Example.", "main": "lib/main.js", "private": true, @@ -22,11 +22,11 @@ "author": "", "license": "MIT", "devDependencies": { - "@kkt/less-modules": "^7.4.13", + "@kkt/less-modules": "^7.4.14", "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "electron": "~19.1.0", - "kkt": "^7.4.13", + "kkt": "^7.4.14", "tsbb": "^4.1.5" }, "dependencies": { diff --git a/example/less/package.json b/example/less/package.json index ebdb96ac..78b77858 100644 --- a/example/less/package.json +++ b/example/less/package.json @@ -1,6 +1,6 @@ { "name": "@template/less", - "version": "7.4.13", + "version": "7.4.14", "description": "", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", - "kkt": "^7.4.13" + "@kkt/less-modules": "^7.4.14", + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/markdown/package.json b/example/markdown/package.json index 66a7ae29..22451258 100644 --- a/example/markdown/package.json +++ b/example/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@template/markdown", - "version": "7.4.13", + "version": "7.4.14", "description": "", "private": true, "scripts": { @@ -18,9 +18,9 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", - "@kkt/raw-modules": "^7.4.13", - "kkt": "^7.4.13" + "@kkt/less-modules": "^7.4.14", + "@kkt/raw-modules": "^7.4.14", + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index f994b80f..abb54edf 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.4.13", + "version": "7.4.14", "description": "React Component Example for TypeScript.", "private": true, "main": "./cjs/index.js", @@ -50,15 +50,15 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", - "@kkt/raw-modules": "^7.4.13", - "@kkt/scope-plugin-options": "^7.4.13", + "@kkt/less-modules": "^7.4.14", + "@kkt/raw-modules": "^7.4.14", + "@kkt/scope-plugin-options": "^7.4.14", "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "@types/react-test-renderer": "~18.0.0", "compile-less-cli": "~1.8.13", "husky": "~8.0.0", - "kkt": "^7.4.13", + "kkt": "^7.4.14", "lint-staged": "~13.2.0", "prettier": "~2.8.0", "react-test-renderer": "~18.2.0", diff --git a/example/react-router/package.json b/example/react-router/package.json index 455657b6..1e5098e8 100644 --- a/example/react-router/package.json +++ b/example/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@template/react-router", - "version": "7.4.13", + "version": "7.4.14", "description": "Use react-router for the project.", "private": true, "scripts": { @@ -20,8 +20,8 @@ "react-router-dom": "~6.11.0" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", - "kkt": "^7.4.13" + "@kkt/less-modules": "^7.4.14", + "kkt": "^7.4.14" }, "eslintConfig": { "extends": [ diff --git a/example/rematch-tsx/package.json b/example/rematch-tsx/package.json index cc9199f3..f3063d4a 100644 --- a/example/rematch-tsx/package.json +++ b/example/rematch-tsx/package.json @@ -1,6 +1,6 @@ { "name": "@template/rematch-tsx", - "version": "7.4.13", + "version": "7.4.14", "description": "Use Rematch & TypeScript for the project.", "private": true, "scripts": { @@ -25,13 +25,13 @@ "uiw": "^4.21.18" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", - "@kkt/raw-modules": "^7.4.13", - "@kkt/scope-plugin-options": "^7.4.13", + "@kkt/less-modules": "^7.4.14", + "@kkt/raw-modules": "^7.4.14", + "@kkt/scope-plugin-options": "^7.4.14", "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "@types/react-redux": "~7.1.23", - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "eslintConfig": { "extends": [ diff --git a/example/scss/package.json b/example/scss/package.json index ca03f72b..41c6d1e0 100644 --- a/example/scss/package.json +++ b/example/scss/package.json @@ -1,6 +1,6 @@ { "name": "@template/scss", - "version": "7.4.13", + "version": "7.4.14", "description": "Use an example of SCSS.", "private": true, "scripts": { @@ -18,7 +18,7 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/stylus/package.json b/example/stylus/package.json index 0f7599d9..a47452f0 100644 --- a/example/stylus/package.json +++ b/example/stylus/package.json @@ -1,6 +1,6 @@ { "name": "@template/stylus", - "version": "7.4.13", + "version": "7.4.14", "description": "React uses the server side rendering of the Stylus based application.", "private": true, "scripts": { @@ -18,8 +18,8 @@ "react-dom": "~18.2.0" }, "devDependencies": { - "@kkt/stylus-modules": "^7.4.13", - "kkt": "^7.4.13" + "@kkt/stylus-modules": "^7.4.14", + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/example/typescript/package.json b/example/typescript/package.json index e54988e2..78269401 100644 --- a/example/typescript/package.json +++ b/example/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@template/typescript", - "version": "7.4.13", + "version": "7.4.14", "description": "Use an example of TypeScript.", "private": true, "scripts": { @@ -21,11 +21,11 @@ "web-vitals": "^2.1.2" }, "devDependencies": { - "@kkt/less-modules": "^7.4.13", + "@kkt/less-modules": "^7.4.14", "@types/jest": "~27.4.1", "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "eslintConfig": { "extends": [ diff --git a/example/uiw/package.json b/example/uiw/package.json index 3530bd8a..71761424 100644 --- a/example/uiw/package.json +++ b/example/uiw/package.json @@ -1,6 +1,6 @@ { "name": "@template/uiw", - "version": "7.4.13", + "version": "7.4.14", "description": "Use uiw for the project.", "private": true, "scripts": { @@ -22,7 +22,7 @@ "uiw": "~4.21.0" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" }, "browserslist": { "production": [ diff --git a/packages/less-modules/package.json b/packages/less-modules/package.json index a8991ac6..30f7f334 100644 --- a/packages/less-modules/package.json +++ b/packages/less-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/less-modules", - "version": "7.4.13", + "version": "7.4.14", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular less files and *.module.less files.", @@ -26,6 +26,6 @@ "less-loader": "^10.2.0" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" } } diff --git a/packages/raw-modules/package.json b/packages/raw-modules/package.json index 23787f9c..8cbb3689 100644 --- a/packages/raw-modules/package.json +++ b/packages/raw-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/raw-modules", - "version": "7.4.13", + "version": "7.4.14", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Makes it easy to use the webpack raw-loader.", @@ -23,6 +23,6 @@ "raw-loader": "^4.0.2" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" } } diff --git a/packages/react-library/package.json b/packages/react-library/package.json index 3590559c..fa73fb1d 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/react-library", - "version": "7.4.13", + "version": "7.4.14", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Use create-react-app to build react libraries.", @@ -27,6 +27,6 @@ "css-minimizer-webpack-plugin": "~3.4.1" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" } } diff --git a/packages/resolve-fallback/package.json b/packages/resolve-fallback/package.json index e5df073d..9a837249 100644 --- a/packages/resolve-fallback/package.json +++ b/packages/resolve-fallback/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/resolve-fallback", - "version": "7.4.13", + "version": "7.4.14", "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.", @@ -23,10 +23,10 @@ "dependencies": { "assert": "^2.0.0", "crypto-browserify": "^3.12.0", - "path-browserify": "^1.0.1", "https-browserify": "^1.0.0", "os": "^0.1.2", "os-browserify": "^0.3.0", + "path-browserify": "^1.0.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0" diff --git a/packages/scope-plugin-options/package.json b/packages/scope-plugin-options/package.json index 66b719ad..4fc6f379 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.4.13", + "version": "7.4.14", "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.", @@ -20,6 +20,6 @@ "watch": "tsbb watch --no-esm" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" } } diff --git a/packages/stylus-modules/package.json b/packages/stylus-modules/package.json index b1a5b1ad..220fa495 100644 --- a/packages/stylus-modules/package.json +++ b/packages/stylus-modules/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/stylus-modules", - "version": "7.4.13", + "version": "7.4.14", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Support for regular stylus files and *.module.styl files.", @@ -26,6 +26,6 @@ "stylus-loader": "^7.0.0" }, "devDependencies": { - "kkt": "^7.4.13" + "kkt": "^7.4.14" } }