Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Jul 22, 2019
1 parent dff2195 commit 264cdc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-legacy",
"private": true,
"version": "0.10.7",
"version": "0.10.8",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"axios": "0.18.0",
"cssnano": "4.1.10",
"koot": "^0.10.7",
"koot": "^0.10.8",
"normalize.css": "8.0.1",
"svg-url-loader": "2.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-system",
"private": true,
"version": "0.10.7",
"version": "0.10.8",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.10.7"
"koot": "^0.10.8"
}
}
4 changes: 2 additions & 2 deletions packages/koot-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate",
"private": true,
"version": "0.10.7",
"version": "0.10.8",
"description": "Tech-demo boilerplate for koot.js.",
"author": {
"name": "diablohu",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"axios": "0.19.0",
"classnames": "2.2.6",
"koot": "^0.10.7"
"koot": "^0.10.8"
},
"devDependencies": {
"autoprefixer": "9.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-webpack",
"version": "0.10.7",
"version": "0.10.8",
"description": "Webpack related resources for Koot.js",
"sideEffects": false,
"scripts": {},
Expand All @@ -26,7 +26,7 @@
"node": ">= 8.9.0"
},
"devDependencies": {
"koot": "^0.10.7"
"koot": "^0.10.8"
},
"peerDependencies": {
"koot": ">= 0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/koot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot",
"version": "0.10.7",
"version": "0.10.8",
"description": "Koot.js - React isomorphic framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -99,7 +99,7 @@
"koa-proxies": "0.8.1",
"koa-router": "7.4.0",
"koa-static": "5.0.0",
"koot-webpack": "^0.10.7",
"koot-webpack": "^0.10.8",
"less": "3.9.0",
"less-loader": "5.0.0",
"lodash": "4.17.14",
Expand Down

0 comments on commit 264cdc0

Please sign in to comment.