Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1779 from NateRadebaugh/deps
Browse files Browse the repository at this point in the history
chore(deps): Update deps to latest
  • Loading branch information
NateRadebaugh committed Mar 18, 2021
2 parents bb36f3a + 44149e8 commit 5128bdf
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 1,144 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"prettier",
"prettier/react",
"prettier/@typescript-eslint",
"plugin:testing-library/react",
],
plugins: ["@typescript-eslint", "react", "react-hooks", "prettier"],
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@babel/preset-env": "^7.13.10",
"@sheerun/mutationobserver-shim": "^0.3.3",
"@storybook/addon-actions": "6.1.20",
"@storybook/addon-docs": "6.1.18",
"@storybook/addon-knobs": "6.1.16",
"@storybook/addon-actions": "6.1.21",
"@storybook/addon-docs": "6.1.21",
"@storybook/addon-knobs": "6.1.21",
"@storybook/addon-links": "6.1.21",
"@storybook/addons": "6.1.17",
"@storybook/addons": "6.1.21",
"@storybook/preset-scss": "^1.0.2",
"@storybook/react": "6.1.21",
"@testing-library/jest-dom": "^5.11.6",
Expand All @@ -117,18 +117,18 @@
"@types/jest": "^26.0.12",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.6",
"bundlesize": "^0.18.0",
"chromatic": "^5.0.0",
"chromatic": "^5.7.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.0",
"cssnano": "^4.1.10",
"eslint": "^7.8.0",
"eslint-config-prettier": "^7.0.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
Expand All @@ -146,13 +146,13 @@
"sass": "^1.26.3",
"sass-loader": "^10.0.0",
"style-loader": "^2.0.0",
"ts-jest": "^26.1.0",
"ts-loader": "^8.0.11",
"ts-jest": "^26.5.4",
"ts-loader": "^8.0.18",
"tsdx": "0.14.1",
"typescript": "^4.0.2"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.13.10",
"@reach/popover": "0.13.2",
"classcat": "^5.0.1",
"date-fns": "^2.16.1",
Expand Down

1 comment on commit 5128bdf

@vercel
Copy link

@vercel vercel bot commented on 5128bdf Mar 18, 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.