Skip to content

Commit 8e82552

Browse files
greenkeeper[bot]jaredpalmer
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#246)
* chore: add Greenkeeper config file * chore(package): update dependencies * docs(readme): add Greenkeeper badge * chore(package): update lockfile yarn.lock
1 parent 818994d commit 8e82552

File tree

4 files changed

+244
-190
lines changed

4 files changed

+244
-190
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![tsdx](https://user-images.githubusercontent.com/4060187/56918426-fc747600-6a8b-11e9-806d-2da0b49e89e4.png)
22

3-
[![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx)
3+
[![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Greenkeeper badge](https://badges.greenkeeper.io/jaredpalmer/tsdx.svg)](https://greenkeeper.io/)
44

55
Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between [Rollup](https://github.com/rollup/rollup), [Jest](https://github.com/facebook/jest), `tsconfig`, [Yarn resolutions](https://yarnpkg.com/en/docs/selective-version-resolutions), ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease--so you can focus on your awesome new library and not waste another afternoon on the configuration.
66

greenkeeper.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"package.json",
6+
"templates/react/example/package.json",
7+
"website/package.json"
8+
]
9+
}
10+
}
11+
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@typescript-eslint/eslint-plugin": "^2.3.1",
4545
"@typescript-eslint/parser": "^2.3.1",
4646
"@wessberg/rollup-plugin-ts": "^1.1.65",
47-
"ansi-escapes": "^3.2.0",
47+
"ansi-escapes": "^4.2.1",
4848
"asyncro": "^3.0.0",
4949
"babel-eslint": "^10.0.3",
5050
"babel-plugin-annotate-pure-calls": "^0.4.0",
@@ -56,25 +56,25 @@
5656
"babylon": "^6.18.0",
5757
"camelcase": "^5.0.0",
5858
"chalk": "^2.4.2",
59-
"cross-env": "5.2.0",
59+
"cross-env": "6.0.3",
6060
"enquirer": "^2.3.0",
6161
"eslint": "^6.1.0",
6262
"eslint-config-prettier": "^6.0.0",
6363
"eslint-config-react-app": "^5.0.2",
64-
"eslint-plugin-flowtype": "^3.13.0",
64+
"eslint-plugin-flowtype": "^4.3.0",
6565
"eslint-plugin-import": "^2.18.2",
6666
"eslint-plugin-jsx-a11y": "^6.2.3",
6767
"eslint-plugin-prettier": "^3.1.0",
6868
"eslint-plugin-react": "^7.14.3",
69-
"eslint-plugin-react-hooks": "^1.7.0",
70-
"execa": "^1.0.0",
69+
"eslint-plugin-react-hooks": "^2.1.2",
70+
"execa": "^3.0.0",
7171
"fs-extra": "^8.0.1",
7272
"jest": "^24.8.0",
73-
"jest-watch-typeahead": "^0.3.1",
73+
"jest-watch-typeahead": "^0.4.0",
7474
"jpjs": "^1.2.1",
7575
"lodash.merge": "^4.6.2",
7676
"mkdirp": "^0.5.1",
77-
"ora": "^3.4.0",
77+
"ora": "^4.0.2",
7878
"pascal-case": "^2.0.1",
7979
"prettier": "^1.18.2",
8080
"progress-estimator": "^0.2.2",
@@ -85,9 +85,9 @@
8585
"rollup-plugin-json": "^4.0.0",
8686
"rollup-plugin-node-resolve": "^5.0.0",
8787
"rollup-plugin-replace": "^2.2.0",
88-
"rollup-plugin-size-snapshot": "^0.8.0",
88+
"rollup-plugin-size-snapshot": "^0.10.0",
8989
"rollup-plugin-sourcemaps": "^0.4.2",
90-
"rollup-plugin-terser": "^4.0.4",
90+
"rollup-plugin-terser": "^5.1.2",
9191
"sade": "^1.4.2",
9292
"tiny-glob": "^0.2.6",
9393
"ts-jest": "^24.0.2",
@@ -96,8 +96,8 @@
9696
"devDependencies": {
9797
"@types/ansi-escapes": "^4.0.0",
9898
"@types/camelcase": "^5.2.0",
99-
"@types/eslint": "^4.16.8",
100-
"@types/execa": "^0.9.0",
99+
"@types/eslint": "^6.1.2",
100+
"@types/execa": "^2.0.0",
101101
"@types/fs-extra": "^8.0.0",
102102
"@types/jest": "^24.0.15",
103103
"@types/mkdirp": "^0.5.2",
@@ -107,8 +107,8 @@
107107
"@types/react": "^16.8.17",
108108
"@types/rollup-plugin-json": "^3.0.2",
109109
"@types/rollup-plugin-sourcemaps": "^0.4.2",
110-
"husky": "^2.3.0",
111-
"pretty-quick": "^1.10.0",
110+
"husky": "^3.0.9",
111+
"pretty-quick": "^2.0.0",
112112
"ps-tree": "^1.2.0",
113113
"react": "^16.8.6",
114114
"shelljs": "^0.8.3",

0 commit comments

Comments
 (0)