Skip to content

Commit 81a0432

Browse files
committed
released v7.5.0
1 parent c5e1b97 commit 81a0432

File tree

21 files changed

+54
-54
lines changed

21 files changed

+54
-54
lines changed

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $ npm run build
126126

127127
## Configuration File
128128

129-
Supports `.kktrc.js` and `.kktrc.ts`. `@7.4+` above supports `.cjs`, `.mjs`, `.ts`, `.js`.
129+
Supports `.kktrc.js` and `.kktrc.ts`. `@7.5+` above supports `.cjs`, `.mjs`, `.ts`, `.js`.
130130

131131
```ts
132132
.kktrc.js

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkt",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
55
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
66
"main": "lib/index.js",
@@ -50,8 +50,8 @@
5050
"@types/react-dev-utils": "~9.0.10",
5151
"@types/semver": "~7.5.0",
5252
"@types/testing-library__jest-dom": "^5.14.3",
53-
"auto-config-loader": "^1.5.0",
5453
"ajv": "^8.8.0",
54+
"auto-config-loader": "^1.5.0",
5555
"eslint-config-react-app": "^7.0.0",
5656
"fs-extra": "~10.1.0",
5757
"minimist": "~1.2.6",

example/basic-entry/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/basic-entry",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "The react base application.",
55
"private": true,
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"react-dom": "~18.2.0"
2020
},
2121
"devDependencies": {
22-
"kkt": "^7.4.17"
22+
"kkt": "^7.5.0"
2323
},
2424
"eslintConfig": {
2525
"extends": [

example/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/basic",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "The react base application.",
55
"private": true,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"web-vitals": "^2.1.2"
2323
},
2424
"devDependencies": {
25-
"kkt": "^7.4.17"
25+
"kkt": "^7.5.0"
2626
},
2727
"browserslist": {
2828
"production": [

example/chrome-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/chrome-plugin",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"clean-webpack-plugin": "~4.0.0",
2424
"filemanager-webpack-plugin": "~6.1.7",
25-
"kkt": "^7.4.17"
25+
"kkt": "^7.5.0"
2626
},
2727
"eslintConfig": {
2828
"extends": [

example/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/docs",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "The react base application.",
55
"private": true,
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@uiw/doc": "^4.21.23",
3131
"@uiw/react-native-doc": "^4.0.0",
32-
"kkt": "^7.4.17"
32+
"kkt": "^7.5.0"
3333
},
3434
"browserslist": {
3535
"production": [

example/electron/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/electron",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Electron Example.",
55
"main": "lib/main.js",
66
"private": true,
@@ -22,11 +22,11 @@
2222
"author": "",
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@kkt/less-modules": "^7.4.17",
25+
"@kkt/less-modules": "^7.5.0",
2626
"@types/react": "~18.2.0",
2727
"@types/react-dom": "~18.2.0",
2828
"electron": "~19.1.0",
29-
"kkt": "^7.4.17",
29+
"kkt": "^7.5.0",
3030
"tsbb": "^4.1.5"
3131
},
3232
"dependencies": {

example/less/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/less",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"react-dom": "~18.2.0"
1919
},
2020
"devDependencies": {
21-
"@kkt/less-modules": "^7.4.17",
22-
"kkt": "^7.4.17"
21+
"@kkt/less-modules": "^7.5.0",
22+
"kkt": "^7.5.0"
2323
},
2424
"browserslist": {
2525
"production": [

example/markdown/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/markdown",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -18,9 +18,9 @@
1818
"react-dom": "~18.2.0"
1919
},
2020
"devDependencies": {
21-
"@kkt/less-modules": "^7.4.17",
22-
"@kkt/raw-modules": "^7.4.17",
23-
"kkt": "^7.4.17"
21+
"@kkt/less-modules": "^7.5.0",
22+
"@kkt/raw-modules": "^7.5.0",
23+
"kkt": "^7.5.0"
2424
},
2525
"browserslist": {
2626
"production": [

example/react-component-tsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/react-component-tsx",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "React Component Example for TypeScript.",
55
"private": true,
66
"main": "./cjs/index.js",
@@ -50,15 +50,15 @@
5050
"react-dom": "~18.2.0"
5151
},
5252
"devDependencies": {
53-
"@kkt/less-modules": "^7.4.17",
54-
"@kkt/raw-modules": "^7.4.17",
55-
"@kkt/scope-plugin-options": "^7.4.17",
53+
"@kkt/less-modules": "^7.5.0",
54+
"@kkt/raw-modules": "^7.5.0",
55+
"@kkt/scope-plugin-options": "^7.5.0",
5656
"@types/react": "~18.2.0",
5757
"@types/react-dom": "~18.2.0",
5858
"@types/react-test-renderer": "~18.0.0",
5959
"compile-less-cli": "~1.8.13",
6060
"husky": "~8.0.0",
61-
"kkt": "^7.4.17",
61+
"kkt": "^7.5.0",
6262
"lint-staged": "~13.2.0",
6363
"prettier": "~2.8.0",
6464
"react-test-renderer": "~18.2.0",

example/react-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/react-router",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Use react-router for the project.",
55
"private": true,
66
"scripts": {
@@ -20,8 +20,8 @@
2020
"react-router-dom": "~6.11.0"
2121
},
2222
"devDependencies": {
23-
"@kkt/less-modules": "^7.4.17",
24-
"kkt": "^7.4.17"
23+
"@kkt/less-modules": "^7.5.0",
24+
"kkt": "^7.5.0"
2525
},
2626
"eslintConfig": {
2727
"extends": [

example/rematch-tsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/rematch-tsx",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Use Rematch & TypeScript for the project.",
55
"private": true,
66
"scripts": {
@@ -25,13 +25,13 @@
2525
"uiw": "^4.21.18"
2626
},
2727
"devDependencies": {
28-
"@kkt/less-modules": "^7.4.17",
29-
"@kkt/raw-modules": "^7.4.17",
30-
"@kkt/scope-plugin-options": "^7.4.17",
28+
"@kkt/less-modules": "^7.5.0",
29+
"@kkt/raw-modules": "^7.5.0",
30+
"@kkt/scope-plugin-options": "^7.5.0",
3131
"@types/react": "~18.2.0",
3232
"@types/react-dom": "~18.2.0",
3333
"@types/react-redux": "~7.1.23",
34-
"kkt": "^7.4.17"
34+
"kkt": "^7.5.0"
3535
},
3636
"eslintConfig": {
3737
"extends": [

example/scss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/scss",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Use an example of SCSS.",
55
"private": true,
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"react-dom": "~18.2.0"
1919
},
2020
"devDependencies": {
21-
"kkt": "^7.4.17"
21+
"kkt": "^7.5.0"
2222
},
2323
"browserslist": {
2424
"production": [

example/stylus/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/stylus",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "React uses the server side rendering of the Stylus based application.",
55
"private": true,
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"react-dom": "~18.2.0"
1919
},
2020
"devDependencies": {
21-
"@kkt/stylus-modules": "^7.4.17",
22-
"kkt": "^7.4.17"
21+
"@kkt/stylus-modules": "^7.5.0",
22+
"kkt": "^7.5.0"
2323
},
2424
"browserslist": {
2525
"production": [

example/typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/typescript",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Use an example of TypeScript.",
55
"private": true,
66
"scripts": {
@@ -21,11 +21,11 @@
2121
"web-vitals": "^2.1.2"
2222
},
2323
"devDependencies": {
24-
"@kkt/less-modules": "^7.4.17",
24+
"@kkt/less-modules": "^7.5.0",
2525
"@types/jest": "~27.4.1",
2626
"@types/react": "~18.2.0",
2727
"@types/react-dom": "~18.2.0",
28-
"kkt": "^7.4.17"
28+
"kkt": "^7.5.0"
2929
},
3030
"eslintConfig": {
3131
"extends": [

example/uiw/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/uiw",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"description": "Use uiw for the project.",
55
"private": true,
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"uiw": "~4.21.0"
2323
},
2424
"devDependencies": {
25-
"kkt": "^7.4.17"
25+
"kkt": "^7.5.0"
2626
},
2727
"browserslist": {
2828
"production": [

packages/less-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/less-modules",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Support for regular less files and *.module.less files.",
@@ -26,6 +26,6 @@
2626
"less-loader": "^10.2.0"
2727
},
2828
"devDependencies": {
29-
"kkt": "^7.4.17"
29+
"kkt": "^7.5.0"
3030
}
3131
}

packages/raw-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/raw-modules",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Makes it easy to use the webpack raw-loader.",
@@ -23,6 +23,6 @@
2323
"raw-loader": "^4.0.2"
2424
},
2525
"devDependencies": {
26-
"kkt": "^7.4.17"
26+
"kkt": "^7.5.0"
2727
}
2828
}

packages/react-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/react-library",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Use create-react-app to build react libraries.",
@@ -27,6 +27,6 @@
2727
"css-minimizer-webpack-plugin": "~3.4.1"
2828
},
2929
"devDependencies": {
30-
"kkt": "^7.4.17"
30+
"kkt": "^7.5.0"
3131
}
3232
}

packages/scope-plugin-options/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/scope-plugin-options",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.",
@@ -20,6 +20,6 @@
2020
"watch": "tsbb watch --no-esm"
2121
},
2222
"devDependencies": {
23-
"kkt": "^7.4.17"
23+
"kkt": "^7.5.0"
2424
}
2525
}

packages/stylus-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/stylus-modules",
3-
"version": "7.4.17",
3+
"version": "7.5.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Support for regular stylus files and *.module.styl files.",
@@ -27,6 +27,6 @@
2727
"stylus-loader": "^7.0.0"
2828
},
2929
"devDependencies": {
30-
"kkt": "^7.4.17"
30+
"kkt": "^7.5.0"
3131
}
3232
}

0 commit comments

Comments
 (0)