Skip to content

Commit

Permalink
Update minor and patch (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 14, 2021
1 parent 1990916 commit ca179f5
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 83 deletions.
170 changes: 97 additions & 73 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"install-website": "cd website && npm install && cd .."
},
"dependencies": {
"date-fns": "2.19.0",
"date-fns": "2.20.3",
"deep-object-diff": "1.1.0",
"deepmerge": "4.2.2",
"downshift": "5.4.7",
Expand All @@ -39,9 +39,9 @@
},
"devDependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/core": "7.13.15",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/preset-env": "7.13.12",
"@babel/preset-env": "7.13.15",
"@babel/preset-react": "7.13.13",
"@emotion/babel-preset-css-prop": "10.2.1",
"@emotion/core": "10.1.1",
Expand All @@ -53,13 +53,13 @@
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
"eslint": "7.23.0",
"eslint": "7.24.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jest-dom": "3.7.0",
"eslint-plugin-jest-dom": "3.8.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-testing-library": "3.10.2",
"husky": "5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "gatsby build"
},
"dependencies": {
"@babel/parser": "7.13.13",
"@babel/parser": "7.13.15",
"@emotion/core": "10.1.1",
"@feedback-fish/react": "1.2.1",
"@mdx-js/mdx": "1.6.22",
Expand Down

1 comment on commit ca179f5

@vercel
Copy link

@vercel vercel bot commented on ca179f5 Apr 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.