From aa9ad410791df79adebc06611b00d5785fc9215a Mon Sep 17 00:00:00 2001 From: SunLxy <1011771396@qq.com> Date: Mon, 11 Apr 2022 14:21:38 +0800 Subject: [PATCH] released v3.1.12 --- core/package.json | 2 +- example/basic-plugins/package.json | 4 ++-- example/basic-routes-rematch-new/package.json | 4 ++-- example/basic-routes/package.json | 4 ++-- example/basic/package.json | 10 +++++----- example/react-router-rematch-old/package.json | 10 +++++----- lerna.json | 2 +- packages/create-kkt-ssr/package.json | 4 ++-- packages/kkt-plugin-less/package.json | 2 +- packages/kkt-plugin-ssr/package.json | 2 +- packages/react-ssr-enhanced/package.json | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/core/package.json b/core/package.json index 8bc5216..df8bd05 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/ssr", - "version": "3.1.11", + "version": "3.1.12", "description": "", "license": "MIT", "main": "lib/index.js", diff --git a/example/basic-plugins/package.json b/example/basic-plugins/package.json index 0fa95f1..cde92b1 100644 --- a/example/basic-plugins/package.json +++ b/example/basic-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-plugins", - "version": "3.1.11", + "version": "3.1.12", "description": "", "private": true, "scripts": { @@ -16,7 +16,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/plugin-ssr": "3.1.11", + "@kkt/plugin-ssr": "3.1.12", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic-routes-rematch-new/package.json b/example/basic-routes-rematch-new/package.json index 6ff41b4..956add3 100644 --- a/example/basic-routes-rematch-new/package.json +++ b/example/basic-routes-rematch-new/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes-rematch-new", - "version": "3.1.11", + "version": "3.1.12", "description": "", "private": true, "scripts": { @@ -21,7 +21,7 @@ "serialize-javascript": "6.0.0" }, "devDependencies": { - "@kkt/ssr": "3.1.11", + "@kkt/ssr": "3.1.12", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic-routes/package.json b/example/basic-routes/package.json index 2fba5ac..19150dc 100644 --- a/example/basic-routes/package.json +++ b/example/basic-routes/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes", - "version": "3.1.11", + "version": "3.1.12", "description": "", "private": true, "scripts": { @@ -17,7 +17,7 @@ "react-router-dom": "^6.2.2" }, "devDependencies": { - "@kkt/ssr": "3.1.11", + "@kkt/ssr": "3.1.12", "kkt": "~7.1.5" }, "browserslist": { diff --git a/example/basic/package.json b/example/basic/package.json index 5b75845..be1322e 100644 --- a/example/basic/package.json +++ b/example/basic/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-ts", - "version": "3.1.11", + "version": "3.1.12", "description": "", "private": true, "scripts": { @@ -15,11 +15,11 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/ssr": "3.1.11", - "kkt": "~7.1.5", + "@kkt/ssr": "3.1.12", + "@types/express": "^4.17.13", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", - "@types/express": "^4.17.13" + "kkt": "~7.1.5" }, "browserslist": { "production": [ @@ -33,4 +33,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/example/react-router-rematch-old/package.json b/example/react-router-rematch-old/package.json index 811a708..af79ca1 100644 --- a/example/react-router-rematch-old/package.json +++ b/example/react-router-rematch-old/package.json @@ -1,6 +1,6 @@ { "name": "@examples/basic-routes-rematch-old", - "version": "3.1.11", + "version": "3.1.12", "description": "", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "Kenny Wong ", "license": "MIT", "dependencies": { - "@kkt/react-ssr-enhanced": "3.1.11", + "@kkt/react-ssr-enhanced": "3.1.12", "@rematch/core": "2.2.0", "axios": "0.26.0", "cookie-parser": "1.4.3", @@ -29,10 +29,10 @@ "redux": "4.1.2" }, "devDependencies": { + "@kkt/plugin-less": "3.1.12", + "@kkt/ssr": "3.1.12", "@types/cookie-parser": "1.4.2", "@types/cookiejs": "1.2.0", - "@kkt/plugin-less": "3.1.11", - "@kkt/ssr": "3.1.11", "assert": "2.0.0", "browserify-zlib": "0.2.0", "buffer": "6.0.3", @@ -60,4 +60,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index e857ffb..574e58c 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "packages/kkt-plugin-less", "packages/kkt-plugin-ssr" ], - "version": "3.1.11", + "version": "3.1.12", "command": { "create": { "license": "MIT" diff --git a/packages/create-kkt-ssr/package.json b/packages/create-kkt-ssr/package.json index 17988b9..fd7337a 100644 --- a/packages/create-kkt-ssr/package.json +++ b/packages/create-kkt-ssr/package.json @@ -1,6 +1,6 @@ { "name": "create-kkt-ssr", - "version": "3.1.11", + "version": "3.1.12", "description": "CLI tool to bootstrap KKT applications with no configuration", "main": "lib/cli.js", "bin": { @@ -37,4 +37,4 @@ "dependencies": { "create-kkt": "~3.0.0" } -} \ No newline at end of file +} diff --git a/packages/kkt-plugin-less/package.json b/packages/kkt-plugin-less/package.json index b652cbc..c977b02 100644 --- a/packages/kkt-plugin-less/package.json +++ b/packages/kkt-plugin-less/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-less", - "version": "3.1.11", + "version": "3.1.12", "description": "Support less.", "main": "lib/index.js", "module": "esm/index.js", diff --git a/packages/kkt-plugin-ssr/package.json b/packages/kkt-plugin-ssr/package.json index 5b5d75b..80db60a 100644 --- a/packages/kkt-plugin-ssr/package.json +++ b/packages/kkt-plugin-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/plugin-ssr", - "version": "3.1.11", + "version": "3.1.12", "description": "", "main": "lib/index.js", "module": "esm/index.js", diff --git a/packages/react-ssr-enhanced/package.json b/packages/react-ssr-enhanced/package.json index b607718..e8a53c2 100644 --- a/packages/react-ssr-enhanced/package.json +++ b/packages/react-ssr-enhanced/package.json @@ -1,6 +1,6 @@ { "name": "@kkt/react-ssr-enhanced", - "version": "3.1.11", + "version": "3.1.12", "description": "KKT react server side rendering enhancement tool.", "main": "lib/index.js", "module": "esm/index.js",