Skip to content

Commit

Permalink
update boilerplate's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Sep 3, 2019
1 parent 582a499 commit 2c12501
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cheerio": "^1.0.0-rc.3",
"crlf": "^1.1.1",
"eslint": "^6.3.0",
"eslint-config-koot": "^1.1.2",
"eslint-config-koot": "^1.2.1",
"fs-extra": "^8.1.0",
"husky": "^3.0.5",
"inquirer": "^7.0.0",
Expand All @@ -58,7 +58,7 @@
"jsdom": "^15.1.1",
"latest-version": "^5.1.0",
"lerna": "^3.16.4",
"lerna-wizard": "^1.0.9",
"lerna-wizard": "^1.1.1",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/koot-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"cssnano": "^4.1.10",
"eslint": "^6.2.2",
"eslint-config-koot": "^1.1.1",
"husky": "^3.0.4",
"eslint": "^6.3.0",
"eslint-config-koot": "^1.2.1",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"normalize.css": "^8.0.1",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"redux-logger": "^3.0.6",
"svg-url-loader": "^3.0.0"
"svg-url-loader": "^3.0.1"
},
"bugs": {
"url": "https://github.com/cmux/koot/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/koot/React/component-extender.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const extend: HOCExtend<ComponentProps>;

interface ExtendOptions {
// connect?: Connect;
connect?: MapStateToPropsParam<{}, {}, {}>;
connect?: MapStateToPropsParam<any, any, any>;
/** 提供页面的 title 和 meta 标签信息 */
pageinfo?: Pageinfo | ExtendPageinfoFunction;
data?: DataFetchFunction | ExtendData;
Expand Down
2 changes: 1 addition & 1 deletion test/projects/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@
"private": true,
"sideEffects": false,
"koot": {
"version": "0.11.3"
"version": "0.11.5"
}
}
2 changes: 1 addition & 1 deletion test/projects/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@
"private": true,
"sideEffects": false,
"koot": {
"version": "0.11.3"
"version": "0.11.5"
}
}

0 comments on commit 2c12501

Please sign in to comment.