Skip to content

Commit 6965817

Browse files
committed
released v7.4.14
1 parent 0e5e56d commit 6965817

File tree

21 files changed

+55
-55
lines changed

21 files changed

+55
-55
lines changed

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.13",
3+
"version": "7.4.14",
44
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
55
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
66
"main": "lib/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@babel/register": "~7.17.7",
45-
"@kkt/resolve-fallback": "^7.4.13",
45+
"@kkt/resolve-fallback": "^7.4.14",
4646
"@testing-library/jest-dom": "^5.16.1",
4747
"@testing-library/react": "^13.0.0",
4848
"@testing-library/user-event": "^14.0.0",

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.13",
3+
"version": "7.4.14",
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.13"
22+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
25+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
25+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
32+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
25+
"@kkt/less-modules": "^7.4.14",
2626
"@types/react": "~18.2.0",
2727
"@types/react-dom": "~18.2.0",
2828
"electron": "~19.1.0",
29-
"kkt": "^7.4.13",
29+
"kkt": "^7.4.14",
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.13",
3+
"version": "7.4.14",
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.13",
22-
"kkt": "^7.4.13"
21+
"@kkt/less-modules": "^7.4.14",
22+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
22-
"@kkt/raw-modules": "^7.4.13",
23-
"kkt": "^7.4.13"
21+
"@kkt/less-modules": "^7.4.14",
22+
"@kkt/raw-modules": "^7.4.14",
23+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
54-
"@kkt/raw-modules": "^7.4.13",
55-
"@kkt/scope-plugin-options": "^7.4.13",
53+
"@kkt/less-modules": "^7.4.14",
54+
"@kkt/raw-modules": "^7.4.14",
55+
"@kkt/scope-plugin-options": "^7.4.14",
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.13",
61+
"kkt": "^7.4.14",
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.13",
3+
"version": "7.4.14",
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.13",
24-
"kkt": "^7.4.13"
23+
"@kkt/less-modules": "^7.4.14",
24+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
29-
"@kkt/raw-modules": "^7.4.13",
30-
"@kkt/scope-plugin-options": "^7.4.13",
28+
"@kkt/less-modules": "^7.4.14",
29+
"@kkt/raw-modules": "^7.4.14",
30+
"@kkt/scope-plugin-options": "^7.4.14",
3131
"@types/react": "~18.2.0",
3232
"@types/react-dom": "~18.2.0",
3333
"@types/react-redux": "~7.1.23",
34-
"kkt": "^7.4.13"
34+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
21+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
22-
"kkt": "^7.4.13"
21+
"@kkt/stylus-modules": "^7.4.14",
22+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13",
24+
"@kkt/less-modules": "^7.4.14",
2525
"@types/jest": "~27.4.1",
2626
"@types/react": "~18.2.0",
2727
"@types/react-dom": "~18.2.0",
28-
"kkt": "^7.4.13"
28+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
25+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
29+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
26+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
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.13"
30+
"kkt": "^7.4.14"
3131
}
3232
}

packages/resolve-fallback/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/resolve-fallback",
3-
"version": "7.4.13",
3+
"version": "7.4.14",
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.",
@@ -23,10 +23,10 @@
2323
"dependencies": {
2424
"assert": "^2.0.0",
2525
"crypto-browserify": "^3.12.0",
26-
"path-browserify": "^1.0.1",
2726
"https-browserify": "^1.0.0",
2827
"os": "^0.1.2",
2928
"os-browserify": "^0.3.0",
29+
"path-browserify": "^1.0.1",
3030
"process": "^0.11.10",
3131
"stream-browserify": "^3.0.0",
3232
"stream-http": "^3.2.0"

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.13",
3+
"version": "7.4.14",
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.13"
23+
"kkt": "^7.4.14"
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.13",
3+
"version": "7.4.14",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"description": "Support for regular stylus files and *.module.styl files.",
@@ -26,6 +26,6 @@
2626
"stylus-loader": "^7.0.0"
2727
},
2828
"devDependencies": {
29-
"kkt": "^7.4.13"
29+
"kkt": "^7.4.14"
3030
}
3131
}

0 commit comments

Comments
 (0)