Skip to content

Commit 106a66d

Browse files
committed
chore: Update dependencies
1 parent ee0726c commit 106a66d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[![Total downloads][total-downloads-badge]][downloads-url]
1919
[![Packagephobia][packagephobia-badge]][packagephobia-url]
2020

21-
[![CircleCI][circleci-badge]][circleci-url]
21+
[![ci][ga-badge]][ga-url]
2222
[![Dependency Status][daviddm-badge]][daviddm-url]
2323
[![codecov][codecov-badge]][codecov-url]
2424
[![Coverage Status][coveralls-badge]][coveralls-url]
@@ -135,7 +135,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
135135
[total-downloads-badge]: https://flat.badgen.net/npm/dt/generator-node-tsnext?label=total%20downloads
136136
[packagephobia-badge]: https://flat.badgen.net/packagephobia/install/generator-node-tsnext
137137

138-
[circleci-badge]: https://flat.badgen.net/circleci/github/motss/generator-node-tsnext?icon=circleci
138+
[ga-badge]: https://github.com/motss/generator-node-tsnext/workflows/ci/badge.svg
139139
[daviddm-badge]: https://flat.badgen.net/david/dep/motss/generator-node-tsnext
140140
[codecov-badge]: https://flat.badgen.net/codecov/c/github/motss/generator-node-tsnext?label=codecov&icon=codecov
141141
[coveralls-badge]: https://flat.badgen.net/coveralls/c/github/motss/generator-node-tsnext?label=coveralls
@@ -155,7 +155,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
155155
[downloads-url]: https://www.npmtrends.com/generator-node-tsnext
156156
[packagephobia-url]: https://packagephobia.now.sh/result?p=generator-node-tsnext
157157

158-
[circleci-url]: https://circleci.com/gh/motss/generator-node-tsnext/tree/master
158+
[ga-url]: https://github.com/motss/generator-node-tsnext/actions?query=workflow%3Aci
159159
[daviddm-url]: https://david-dm.org/motss/generator-node-tsnext
160160
[coveralls-url]: https://coveralls.io/github/motss/generator-node-tsnext?branch=master
161161
[codecov-url]: https://codecov.io/gh/motss/generator-node-tsnext

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"yosay": "^2.0.1"
4848
},
4949
"devDependencies": {
50-
"@reallyland/tsconfig": "^1.0.0",
50+
"@reallyland/tsconfig": "^2.0.0",
5151
"@reallyland/tslint-config": "^1.1.1",
5252
"@types/jest": "^24.0.18",
53-
"@types/node": "^12.7.11",
53+
"@types/node": "^13.9.8",
5454
"@types/yeoman-assert": "^3.1.1",
5555
"@types/yeoman-generator": "^3.1.4",
5656
"@types/yeoman-test": "^2.0.3",
5757
"@types/yosay": "0.0.29",
5858
"husky": "^4.2.3",
5959
"jest": "^24.9.0",
6060
"shx": "^0.3.2",
61-
"tslint": "^5.20.0",
61+
"tslint": "^6.1.0",
6262
"typescript": "^3.6.3",
6363
"yeoman-assert": "^3.1.1",
6464
"yeoman-test": "^2.0.0"

0 commit comments

Comments
 (0)