Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 28, 2020
1 parent 17bc3b6 commit 8a22139
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm i
Expand Down
56 changes: 34 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@babel/preset-typescript": "7.12.7",
"@ricokahler/exec": "1.1.0",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-node-resolve": "11.0.1",
"@types/common-tags": "1.8.0",
"@types/jest": "26.0.19",
"@types/react": "16.9.46",
"@types/react-dom": "16.9.8",
"@types/react-test-renderer": "16.9.3",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-test-renderer": "17.0.0",
"@types/webpack": "4.41.25",
"@typescript-eslint/eslint-plugin": "4.11.0",
"@typescript-eslint/parser": "4.11.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"folder-hash": "3.3.2",
"folder-hash": "4.0.0",
"jest": "26.6.3",
"next": "10.0.1",
"prettier": "2.2.1",
Expand Down

0 comments on commit 8a22139

Please sign in to comment.