Skip to content

Commit

Permalink
chore(deps): ⬆️ update dev dependencies (minor) (#282)
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 Mar 21, 2022
1 parent 170938c commit 22a0eb2
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 236 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@babel/core": "7.17.8",
"@babel/plugin-proposal-class-properties": "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",
"@release-it/conventional-changelog": "4.2.0",
"@release-it/conventional-changelog": "4.2.2",
"@size-limit/preset-big-lib": "5.0.5",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "6.4.19",
Expand All @@ -127,22 +127,22 @@
"@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.147",
"@tailwindcss/forms": "0.4.0",
"@swc/core": "1.2.159",
"@tailwindcss/forms": "0.5.0",
"@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",
"@types/jest-axe": "3.5.3",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.12",
"@types/react": "17.0.41",
"@types/react-dom": "17.0.14",
"@types/tailwindcss": "3.0.9",
"@types/testing-library__jest-dom": "5.14.3",
"all-contributors-cli": "6.20.0",
"autoprefixer": "10.4.2",
"autoprefixer": "10.4.4",
"axe-core": "4.4.1",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
Expand All @@ -151,8 +151,8 @@
"chalk": "4.1.2",
"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 @@ -164,35 +164,35 @@
"husky": "7.0.4",
"jest": "27.5.1",
"jest-axe": "5.0.1",
"lint-staged": "12.3.4",
"lint-staged": "12.3.7",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"outdent": "0.8.0",
"patch-package": "6.4.7",
"pinst": "3.0.0",
"postcss": "8.4.7",
"postcss": "8.4.12",
"postcss-cli": "9.1.0",
"postcss-focus-visible": "6.0.4",
"postcss-selector-parser": "6.0.9",
"prettier": "2.5.1",
"prettier": "2.6.0",
"prettier-plugin-tailwindcss": "0.1.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.27.1",
"react-hook-form": "7.28.1",
"react-icons": "4.3.1",
"reakit-test-utils": "0.15.2",
"release-it": "14.12.5",
"release-it": "14.13.1",
"rimraf": "3.0.2",
"size-limit": "5.0.5",
"sort-package-json": "1.54.0",
"sort-package-json": "1.55.0",
"storybook-addon-preview": "2.2.0",
"tailwindcss": "3.0.23",
"ts-morph": "13.0.3",
"ts-node": "10.6.0",
"ts-node": "10.7.0",
"tsd": "0.19.1",
"tslib": "2.3.1",
"typescript": "4.6.2",
"webpack": "5.69.1"
"webpack": "5.70.0"
},
"peerDependencies": {
"react": "16.x || 17.x",
Expand Down
Loading

1 comment on commit 22a0eb2

@vercel
Copy link

@vercel vercel bot commented on 22a0eb2 Mar 21, 2022

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.