Skip to content

Commit 32f3cfb

Browse files
feat: update dependencies (#217)
1 parent 791bbfe commit 32f3cfb

File tree

3 files changed

+33
-31
lines changed

3 files changed

+33
-31
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run validate
4141

4242
- name: ⬆️ Upload coverage report
43-
uses: codecov/codecov-action@v1
43+
uses: codecov/codecov-action@v2
4444

4545
release:
4646
needs: main

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ This is inspired by `react-scripts`.
136136

137137
## Other Solutions
138138

139-
If you are aware of any please [make a pull request][prs] and add it
140-
here! Again, this is a very specific-to-me solution.
141-
- [Rollpkg](https://github.com/rafgraph/rollpkg) - convention over config build tool to create packages with TypeScript and Rollup.
139+
If you are aware of any please [make a pull request][prs] and add it here!
140+
Again, this is a very specific-to-me solution.
141+
142+
- [Rollpkg](https://github.com/rafgraph/rollpkg) - convention over config build
143+
tool to create packages with TypeScript and Rollup.
142144

143145
## Issues
144146

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@babel/cli": "^7.14.3",
36-
"@babel/core": "^7.14.3",
37-
"@babel/plugin-proposal-class-properties": "^7.13.0",
38-
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
39-
"@babel/plugin-transform-runtime": "^7.14.3",
40-
"@babel/preset-env": "^7.14.4",
41-
"@babel/preset-react": "^7.13.13",
42-
"@babel/preset-typescript": "^7.13.0",
43-
"@babel/runtime": "^7.14.0",
35+
"@babel/cli": "^7.14.5",
36+
"@babel/core": "^7.14.6",
37+
"@babel/plugin-proposal-class-properties": "^7.14.5",
38+
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
39+
"@babel/plugin-transform-runtime": "^7.14.5",
40+
"@babel/preset-env": "^7.14.7",
41+
"@babel/preset-react": "^7.14.5",
42+
"@babel/preset-typescript": "^7.14.5",
43+
"@babel/runtime": "^7.14.6",
4444
"@rollup/plugin-babel": "^5.3.0",
45-
"@rollup/plugin-commonjs": "^19.0.0",
45+
"@rollup/plugin-commonjs": "^19.0.1",
4646
"@rollup/plugin-json": "^4.1.0",
47-
"@rollup/plugin-node-resolve": "^13.0.0",
48-
"@rollup/plugin-replace": "^2.4.2",
49-
"@types/jest": "^26.0.23",
47+
"@rollup/plugin-node-resolve": "^13.0.2",
48+
"@rollup/plugin-replace": "^3.0.0",
49+
"@types/jest": "^26.0.24",
5050
"arrify": "^2.0.1",
51-
"babel-jest": "^27.0.2",
51+
"babel-jest": "^27.0.6",
5252
"babel-plugin-macros": "^3.1.0",
5353
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5454
"babel-plugin-module-resolver": "^4.1.0",
@@ -62,32 +62,36 @@
6262
"cpy": "^8.1.2",
6363
"cross-env": "^7.0.3",
6464
"cross-spawn": "^7.0.3",
65-
"doctoc": "^2.0.0",
66-
"eslint": "^7.27.0",
67-
"eslint-config-kentcdodds": "^19.0.0",
65+
"doctoc": "^2.0.1",
66+
"eslint": "^7.31.0",
67+
"eslint-config-kentcdodds": "^19.1.0",
6868
"glob": "^7.1.7",
6969
"husky": "^4.3.8",
7070
"is-ci": "^3.0.0",
71-
"jest": "^27.0.4",
71+
"jest": "^27.0.6",
7272
"jest-serializer-path": "^0.1.15",
7373
"jest-snapshot-serializer-raw": "^1.2.0",
7474
"jest-watch-typeahead": "^0.6.4",
75-
"lint-staged": "^11.0.0",
75+
"lint-staged": "^11.0.1",
7676
"lodash.camelcase": "^4.3.0",
7777
"lodash.has": "^4.5.2",
7878
"lodash.omit": "^4.5.0",
7979
"mkdirp": "^1.0.4",
80-
"prettier": "2.3.0",
80+
"prettier": "2.3.2",
8181
"read-pkg-up": "^7.0.1",
8282
"resolve": "^1.20.0",
8383
"rimraf": "^3.0.2",
84-
"rollup": "^2.50.6",
84+
"rollup": "^2.53.2",
8585
"rollup-plugin-node-builtins": "^2.1.2",
8686
"rollup-plugin-node-globals": "^1.4.0",
8787
"rollup-plugin-terser": "^7.0.2",
8888
"semver": "^7.3.5",
8989
"which": "^2.0.2",
90-
"yargs-parser": "^20.2.7"
90+
"yargs-parser": "^20.2.9"
91+
},
92+
"devDependencies": {
93+
"jest-in-case": "^1.0.2",
94+
"slash": "^3.0.0"
9195
},
9296
"eslintConfig": {
9397
"extends": [
@@ -117,9 +121,5 @@
117121
"bugs": {
118122
"url": "https://github.com/kentcdodds/kcd-scripts/issues"
119123
},
120-
"homepage": "https://github.com/kentcdodds/kcd-scripts#readme",
121-
"devDependencies": {
122-
"jest-in-case": "^1.0.2",
123-
"slash": "^3.0.0"
124-
}
124+
"homepage": "https://github.com/kentcdodds/kcd-scripts#readme"
125125
}

0 commit comments

Comments
 (0)