Skip to content

Commit

Permalink
chore(deps): ⬆️ update dev dependencies (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 17, 2022
1 parent 90889cc commit 70ba0c9
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 179 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@babel/core": "7.17.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.2.1",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@emotion/css": "11.7.1",
"@react-spring/web": "9.4.3",
"@release-it/conventional-changelog": "4.2.0",
"@react-spring/web": "9.4.4",
"@release-it/conventional-changelog": "4.2.2",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
Expand All @@ -130,7 +130,7 @@
"@storybook/react": "6.4.19",
"@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
Expand All @@ -139,22 +139,22 @@
"@types/mockdate": "3.0.0",
"@types/node": "17.0.18",
"@types/raf": "3.4.0",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.12",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@types/react-transition-group": "4.4.4",
"@types/testing-library__jest-dom": "5.14.3",
"all-contributors-cli": "6.20.0",
"ast-to-markdown": "1.0.0",
"autoprefixer": "10.4.2",
"autoprefixer": "10.4.4",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
"chalk": "4.1.0",
"codesandbox": "2.2.3",
"concurrently": "7.0.0",
"cross-env": "7.0.3",
"eslint": "8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint": "8.11.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
Expand All @@ -167,7 +167,7 @@
"jest-axe": "5.0.1",
"jest-in-case": "1.0.2",
"jest-matcher-utils": "27.5.1",
"lint-staged": "12.3.4",
"lint-staged": "12.3.7",
"lodash": "4.17.21",
"markdown-to-ast": "6.0.3",
"markdown-toc": "1.2.0",
Expand All @@ -177,14 +177,14 @@
"outdent": "0.8.0",
"patch-package": "6.4.7",
"pinst": "3.0.0",
"postcss": "8.4.7",
"postcss": "8.4.12",
"postcss-import": "14.0.2",
"postcss-scopify": "0.1.9",
"prettier": "2.5.1",
"prettier": "2.6.0",
"raw-loader": "4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.27.1",
"react-hook-form": "7.28.0",
"react-test-renderer": "17.0.2",
"react-transition-group": "4.4.2",
"react-virtual": "2.10.4",
Expand All @@ -199,9 +199,9 @@
"tailwindcss": "3.0.23",
"ts-jest": "27.1.3",
"ts-morph": "13.0.3",
"ts-node": "10.6.0",
"ts-node": "10.7.0",
"typescript": "4.6.2",
"webpack": "5.69.1",
"webpack": "5.70.0",
"yaml": "1.10.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 70ba0c9

Please sign in to comment.