Skip to content

Commit

Permalink
feat: update dependencies (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Mar 7, 2022
1 parent 7e7a463 commit c485fc0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: ⎔ Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand All @@ -54,12 +54,12 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.1

- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: ⎔ Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@babel/runtime": "^7.17.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@types/jest": "^27.4.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/jest": "^27.4.1",
"arrify": "^2.0.1",
"babel-jest": "^27.4.6",
"babel-jest": "^27.5.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.19.1",
"browserslist": "^4.19.3",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.2",
"concurrently": "^7.0.0",
Expand All @@ -62,31 +62,31 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"doctoc": "^2.1.0",
"eslint": "^8.6.0",
"eslint-config-kentcdodds": "^20.0.0",
"eslint": "^8.10.0",
"eslint-config-kentcdodds": "^20.0.1",
"glob": "^7.2.0",
"husky": "^4.3.8",
"is-ci": "^3.0.1",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-raw": "^1.2.0",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.1.5",
"lint-staged": "^12.3.5",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
"lodash.omit": "^4.5.0",
"mkdirp": "^1.0.4",
"prettier": "2.5.1",
"read-pkg-up": "^7.0.1",
"resolve": "^1.21.0",
"resolve": "^1.22.0",
"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup": "^2.69.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.5",
"which": "^2.0.2",
"yargs-parser": "^21.0.0"
"yargs-parser": "^21.0.1"
},
"devDependencies": {
"jest-in-case": "^1.0.2",
Expand Down

0 comments on commit c485fc0

Please sign in to comment.