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 May 21, 2022
1 parent 8515ad4 commit 0b27d6a
Show file tree
Hide file tree
Showing 2 changed files with 1,438 additions and 1,339 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,58 +108,58 @@
},
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@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.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.2.4",
"@babel/core": "7.18.0",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-proposal-private-methods": "7.17.12",
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
"@babel/preset-env": "7.18.0",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@release-it/conventional-changelog": "5.0.0",
"@size-limit/preset-big-lib": "5.0.5",
"@storybook/addon-a11y": "6.4.22",
"@storybook/addon-actions": "6.4.22",
"@storybook/addon-essentials": "6.4.22",
"@storybook/addon-a11y": "6.5.3",
"@storybook/addon-actions": "6.5.3",
"@storybook/addon-essentials": "6.5.3",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.4.22",
"@storybook/manager-webpack5": "6.4.22",
"@storybook/react": "6.4.22",
"@storybook/builder-webpack5": "6.5.3",
"@storybook/manager-webpack5": "6.5.3",
"@storybook/react": "6.5.3",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.181",
"@tailwindcss/forms": "0.5.1",
"@swc/core": "1.2.189",
"@tailwindcss/forms": "0.5.2",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/react-hooks": "8.0.0",
"@testing-library/user-event": "14.1.1",
"@types/jest": "27.5.0",
"@testing-library/user-event": "14.2.0",
"@types/jest": "27.5.1",
"@types/jest-axe": "3.5.3",
"@types/node": "17.0.18",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/react-dom": "18.0.4",
"@types/tailwindcss": "3.0.10",
"@types/testing-library__jest-dom": "5.14.3",
"all-contributors-cli": "6.20.0",
"autoprefixer": "10.4.7",
"axe-core": "4.4.1",
"axe-core": "4.4.2",
"babel-jest": "28.1.0",
"babel-loader": "8.2.5",
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
"browserlist": "1.0.1",
"chalk": "4.1.2",
"concurrently": "7.1.0",
"concurrently": "7.2.0",
"cross-env": "7.0.3",
"eslint": "8.15.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-storybook": "0.5.11",
"eslint-plugin-storybook": "0.5.12",
"focus-visible": "5.2.0",
"fs-extra": "10.1.0",
"gacp": "3.0.1",
"gacp": "3.0.2",
"glob-fs": "0.1.7",
"husky": "8.0.1",
"jest": "28.1.0",
Expand All @@ -171,15 +171,15 @@
"outdent": "0.8.0",
"patch-package": "6.4.7",
"pinst": "3.0.0",
"postcss": "8.4.13",
"postcss": "8.4.14",
"postcss-cli": "9.1.0",
"postcss-focus-visible": "6.0.4",
"postcss-selector-parser": "6.0.10",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.10",
"prettier-plugin-tailwindcss": "0.1.11",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "7.30.0",
"react-hook-form": "7.31.2",
"react-icons": "4.3.1",
"reakit-test-utils": "0.15.2",
"release-it": "15.0.0",
Expand All @@ -189,11 +189,11 @@
"storybook-addon-preview": "2.2.0",
"tailwindcss": "3.0.24",
"ts-morph": "14.0.0",
"ts-node": "10.7.0",
"ts-node": "10.8.0",
"tsd": "0.20.0",
"tslib": "2.4.0",
"typescript": "4.6.4",
"webpack": "5.72.0"
"webpack": "5.72.1"
},
"peerDependencies": {
"react": "16.x || 17.x || 18.x",
Expand Down
Loading

0 comments on commit 0b27d6a

Please sign in to comment.