Skip to content

Commit

Permalink
released v7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 4, 2024
1 parent 7a0f455 commit bb80fbe
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "kkt",
"version": "7.5.4",
"version": "7.5.5",
"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-entry/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/basic-entry",
"version": "7.5.4",
"version": "7.5.5",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/basic",
"version": "7.5.4",
"version": "7.5.5",
"description": "The react base application.",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"web-vitals": "^2.1.4"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions example/chrome-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/chrome-plugin",
"version": "7.5.4",
"version": "7.5.5",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"clean-webpack-plugin": "~4.0.0",
"filemanager-webpack-plugin": "~8.0.0",
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/docs",
"version": "7.5.4",
"version": "7.5.5",
"description": "The react base application.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@uiw/doc": "^4.21.23",
"@uiw/react-native-doc": "^4.0.0",
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions example/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/electron",
"version": "7.5.4",
"version": "7.5.5",
"description": "Electron Example.",
"main": "lib/main.js",
"private": true,
Expand All @@ -22,11 +22,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@kkt/less-modules": "^7.5.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"electron": "~26.2.0",
"kkt": "^7.5.4",
"kkt": "^7.5.5",
"tsbb": "^4.1.5"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions example/less/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/less",
"version": "7.5.4",
"version": "7.5.5",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"kkt": "^7.5.4"
"@kkt/less-modules": "^7.5.5",
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions example/markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/markdown",
"version": "7.5.4",
"version": "7.5.5",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@kkt/raw-modules": "^7.5.4",
"kkt": "^7.5.4"
"@kkt/less-modules": "^7.5.5",
"@kkt/raw-modules": "^7.5.5",
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions example/react-component-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "7.5.4",
"version": "7.5.5",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "./cjs/index.js",
Expand Down Expand Up @@ -50,15 +50,15 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@kkt/raw-modules": "^7.5.4",
"@kkt/scope-plugin-options": "^7.5.4",
"@kkt/less-modules": "^7.5.5",
"@kkt/raw-modules": "^7.5.5",
"@kkt/scope-plugin-options": "^7.5.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-test-renderer": "~18.0.0",
"compile-less-cli": "~1.9.0",
"husky": "~8.0.0",
"kkt": "^7.5.4",
"kkt": "^7.5.5",
"lint-staged": "~14.0.0",
"prettier": "~3.0.0",
"react-test-renderer": "~18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions example/react-router-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-router-ts",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"dependencies": {
"react": "~18.2.0",
Expand All @@ -16,7 +16,7 @@
"@types/node": "^16.18.58",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"scripts": {
"start": "kkt start",
Expand Down
6 changes: 3 additions & 3 deletions example/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-router",
"version": "7.5.4",
"version": "7.5.5",
"description": "Use react-router for the project.",
"private": true,
"scripts": {
Expand All @@ -20,8 +20,8 @@
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"kkt": "^7.5.4"
"@kkt/less-modules": "^7.5.5",
"kkt": "^7.5.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/scss/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/scss",
"version": "7.5.4",
"version": "7.5.5",
"description": "Use an example of SCSS.",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions example/stylus/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/stylus",
"version": "7.5.4",
"version": "7.5.5",
"description": "React uses the server side rendering of the Stylus based application.",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@kkt/stylus-modules": "^7.5.4",
"kkt": "^7.5.4"
"@kkt/stylus-modules": "^7.5.5",
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions example/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/typescript",
"version": "7.5.4",
"version": "7.5.5",
"description": "Use an example of TypeScript.",
"private": true,
"scripts": {
Expand All @@ -21,11 +21,11 @@
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@kkt/less-modules": "^7.5.5",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/uiw/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/uiw",
"version": "7.5.4",
"version": "7.5.5",
"description": "Use uiw for the project.",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"uiw": "~4.22.0"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions packages/less-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/less-modules",
"version": "7.5.4",
"version": "7.5.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Support for regular less files and *.module.less files.",
Expand All @@ -26,6 +26,6 @@
"less-loader": "^10.2.0"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
}
}
4 changes: 2 additions & 2 deletions packages/raw-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/raw-modules",
"version": "7.5.4",
"version": "7.5.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Makes it easy to use the webpack raw-loader.",
Expand All @@ -23,6 +23,6 @@
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
}
}
4 changes: 2 additions & 2 deletions packages/react-library/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/react-library",
"version": "7.5.4",
"version": "7.5.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Use create-react-app to build react libraries.",
Expand All @@ -27,6 +27,6 @@
"css-minimizer-webpack-plugin": "~3.4.1"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
}
}
4 changes: 2 additions & 2 deletions packages/scope-plugin-options/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/scope-plugin-options",
"version": "7.5.4",
"version": "7.5.5",
"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.",
Expand All @@ -20,6 +20,6 @@
"watch": "tsbb watch --no-esm"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
}
}
4 changes: 2 additions & 2 deletions packages/stylus-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@kkt/stylus-modules",
"version": "7.5.4",
"version": "7.5.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Support for regular stylus files and *.module.styl files.",
Expand All @@ -27,6 +27,6 @@
"stylus-loader": "^7.0.0"
},
"devDependencies": {
"kkt": "^7.5.4"
"kkt": "^7.5.5"
}
}

0 comments on commit bb80fbe

Please sign in to comment.