Skip to content

Commit

Permalink
chore(config): 🔧 update deps & patches
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jul 30, 2021
1 parent 6e9941e commit a59c586
Show file tree
Hide file tree
Showing 3 changed files with 811 additions and 578 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,34 +87,34 @@
"reakit": "^1.3.8"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "^7.14.6",
"@babel/cli": "7.14.8",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/preset-env": "7.14.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@release-it/conventional-changelog": "^3.0.1",
"@storybook/addon-a11y": "6.4.0-alpha.16",
"@storybook/addon-actions": "6.4.0-alpha.16",
"@storybook/addon-essentials": "6.4.0-alpha.16",
"@storybook/addon-a11y": "6.4.0-alpha.22",
"@storybook/addon-actions": "6.4.0-alpha.22",
"@storybook/addon-essentials": "6.4.0-alpha.22",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "6.4.0-alpha.16",
"@storybook/react": "6.4.0-alpha.22",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.2.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.24",
"@types/jest-axe": "^3.5.2",
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@types/node": "^16.4.7",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^2.2.1",
"@types/testing-library__jest-dom": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@types/testing-library__jest-dom": "^5.14.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "10.3.1",
"babel-eslint": "^10.1.0",
Expand All @@ -124,46 +124,46 @@
"babel-plugin-lodash": "^3.3.4",
"concurrently": "^6.2.0",
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"date-fns": "^2.23.0",
"deepmerge": "^4.2.2",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.9.1",
"eslint-plugin-testing-library": "^4.10.1",
"focus-visible": "^5.2.0",
"gacp": "^2.10.2",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-axe": "^5.0.1",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.1",
"patch-package": "^6.4.7",
"pinst": "^2.1.6",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-focus-visible": "^5.0.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.11.1",
"react-hook-form": "^7.12.1",
"react-icons": "^4.2.0",
"reakit-test-utils": "^0.15.1",
"release-it": "^14.10.0",
"release-it": "^14.10.1",
"rimraf": "^3.0.2",
"sort-package-json": "^1.50.0",
"storybook-addon-pseudo-states": "^1.0.0",
"storybook-builder-vite": "^0.0.12",
"tailwindcss": "2.2.4",
"tailwindcss": "2.2.7",
"ts-node": "^10.1.0",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"vite": "^2.4.2"
"vite": "^2.4.4"
},
"peerDependencies": {
"deepmerge": "4.x",
Expand Down
File renamed without changes.
Loading

0 comments on commit a59c586

Please sign in to comment.