Skip to content

Commit ae71dd1

Browse files
feat: Update dependencies (#158)
1 parent 057cdf2 commit ae71dd1

File tree

4 files changed

+35
-32
lines changed

4 files changed

+35
-32
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ learn how: http://kcd.im/pull-request
1818
Relevant code or config
1919

2020
```javascript
21+
2122
```
2223

2324
What you did:

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ for linting, testing, building, and more.
3535
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
3636
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3737

38-
3938
- [Installation](#installation)
4039
- [Usage](#usage)
4140
- [Overriding Config](#overriding-config)
@@ -126,7 +125,7 @@ add `@babel/preset-flow` to the `presets`-section.
126125

127126
### TypeScript Support
128127

129-
If the `tsconfig.json`-file is present in the project root directory and
128+
If the `tsconfig.json`-file is present in the project root directory and
130129
`typescript` is a dependency the `@babel/preset-typescript` will automatically
131130
get loaded when you use the default babel config that comes with `kcd-scripts`.
132131
If you customised your `.babelrc`-file you might need to manually add
@@ -135,8 +134,9 @@ If you customised your `.babelrc`-file you might need to manually add
135134
`kcd-scripts` will automatically load any `.ts` and `.tsx` files, including the
136135
default entry point, so you don't have to worry about any rollup configuration.
137136

138-
`tsc --build tsconfig.json` will run during before committing to verify that files will compile.
139-
So make sure to add the `noEmit` flag to the `tsconfig.json`'s `compilerOptions`.
137+
`tsc --build tsconfig.json` will run during before committing to verify that
138+
files will compile. So make sure to add the `noEmit` flag to the
139+
`tsconfig.json`'s `compilerOptions`.
140140

141141
## Inspiration
142142

@@ -208,6 +208,7 @@ Thanks goes to these people ([emoji key][emojis]):
208208

209209
<!-- markdownlint-enable -->
210210
<!-- prettier-ignore-end -->
211+
211212
<!-- ALL-CONTRIBUTORS-LIST:END -->
212213

213214
This project follows the [all-contributors][all-contributors] specification.

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -31,60 +31,60 @@
3131
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3232
"license": "MIT",
3333
"dependencies": {
34-
"@babel/cli": "^7.8.4",
35-
"@babel/core": "^7.9.6",
36-
"@babel/plugin-proposal-class-properties": "^7.8.3",
37-
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
38-
"@babel/plugin-transform-runtime": "^7.9.6",
39-
"@babel/preset-env": "^7.9.6",
40-
"@babel/preset-react": "^7.9.4",
41-
"@babel/preset-typescript": "^7.9.0",
42-
"@babel/runtime": "^7.9.6",
43-
"@rollup/plugin-babel": "^5.0.2",
44-
"@rollup/plugin-commonjs": "^12.0.0",
45-
"@rollup/plugin-json": "^4.0.3",
46-
"@rollup/plugin-node-resolve": "^8.0.0",
47-
"@rollup/plugin-replace": "^2.3.2",
48-
"@types/jest": "^25.2.3",
34+
"@babel/cli": "^7.10.5",
35+
"@babel/core": "^7.11.4",
36+
"@babel/plugin-proposal-class-properties": "^7.10.4",
37+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
38+
"@babel/plugin-transform-runtime": "^7.11.0",
39+
"@babel/preset-env": "^7.11.0",
40+
"@babel/preset-react": "^7.10.4",
41+
"@babel/preset-typescript": "^7.10.4",
42+
"@babel/runtime": "^7.11.2",
43+
"@rollup/plugin-babel": "^5.2.0",
44+
"@rollup/plugin-commonjs": "^15.0.0",
45+
"@rollup/plugin-json": "^4.1.0",
46+
"@rollup/plugin-node-resolve": "^9.0.0",
47+
"@rollup/plugin-replace": "^2.3.3",
48+
"@types/jest": "^26.0.10",
4949
"arrify": "^2.0.1",
50-
"babel-jest": "^26.0.1",
50+
"babel-jest": "^26.3.0",
5151
"babel-plugin-macros": "^2.8.0",
5252
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5353
"babel-plugin-module-resolver": "^4.0.0",
5454
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5555
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
56-
"browserslist": "^4.12.0",
57-
"chalk": "^4.0.0",
58-
"concurrently": "^5.2.0",
59-
"cosmiconfig": "^6.0.0",
56+
"browserslist": "^4.14.0",
57+
"chalk": "^4.1.0",
58+
"concurrently": "^5.3.0",
59+
"cosmiconfig": "^7.0.0",
6060
"cross-env": "^7.0.2",
61-
"cross-spawn": "^7.0.2",
61+
"cross-spawn": "^7.0.3",
6262
"doctoc": "^1.4.0",
6363
"eslint": "^6.8.0",
64-
"eslint-config-kentcdodds": "^14.13.0",
64+
"eslint-config-kentcdodds": "^14.15.0",
6565
"eslint-config-prettier": "^6.11.0",
6666
"glob": "^7.1.6",
6767
"husky": "^4.2.5",
6868
"is-ci": "^2.0.0",
69-
"jest": "^26.0.1",
69+
"jest": "^26.4.2",
7070
"jest-watch-typeahead": "^0.6.0",
71-
"lint-staged": "^10.2.6",
71+
"lint-staged": "^10.2.11",
7272
"lodash.camelcase": "^4.3.0",
7373
"lodash.has": "^4.5.2",
7474
"lodash.omit": "^4.5.0",
7575
"mkdirp": "^1.0.4",
76-
"prettier": "2.0.5",
76+
"prettier": "2.1.0",
7777
"read-pkg-up": "^7.0.1",
7878
"resolve": "^1.17.0",
7979
"rimraf": "^3.0.2",
80-
"rollup": "^2.10.9",
80+
"rollup": "^2.26.5",
8181
"rollup-plugin-node-builtins": "^2.1.2",
8282
"rollup-plugin-node-globals": "^1.4.0",
8383
"rollup-plugin-size-snapshot": "^0.12.0",
84-
"rollup-plugin-terser": "^6.0.1",
84+
"rollup-plugin-terser": "^7.0.0",
8585
"semver": "^7.3.2",
8686
"which": "^2.0.2",
87-
"yargs-parser": "^18.1.3"
87+
"yargs-parser": "^19.0.1"
8888
},
8989
"eslintConfig": {
9090
"extends": [

src/config/prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
arrowParens: 'avoid',
33
bracketSpacing: false,
4+
embeddedLanguageFormatting: 'auto',
45
endOfLine: 'lf',
56
htmlWhitespaceSensitivity: 'css',
67
insertPragma: false,

0 commit comments

Comments
 (0)