Skip to content

Commit

Permalink
chore(deps): ⬆️ update dev & prod deps (#52)
Browse files Browse the repository at this point in the history
* chore(deps): ⬆️  update dev & prod deps

* chore(a11y): ➕  add storybook addon a11y
  • Loading branch information
navin-moorthy authored Feb 3, 2021
1 parent a341146 commit b0d5319
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
stories: ["../src/*/stories/*.stories.@(ts|tsx)"],
addons: ["@storybook/addon-essentials"],
addons: ["@storybook/addon-essentials", "@storybook/addon-a11y"],
typescript: {
reactDocgen: false,
},
Expand Down
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"contributors:generate": "all-contributors generate",
"format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
"format:package": "sort-package-json",
"lint": "eslint src --ext .tsx,.ts,.jsx,.js",
"lint": "eslint . --ext .tsx,.ts,.jsx,.js",
"lint:fix": "eslint . --ext .tsx,.ts,.jsx,.js --fix",
"prepublishOnly": "yarn test && yarn build",
"release": "git add . && standard-version -a",
"postrelease": "concurrently yarn:release:*",
Expand All @@ -63,8 +64,7 @@
},
"dependencies": {
"@renderlesskit/react": "^0.2.0",
"deepmerge": "^4.2.2",
"reakit": "^1.3.4"
"reakit": "^1.3.5"
},
"devDependencies": {
"@babel/cli": "7.12.10",
Expand All @@ -76,23 +76,24 @@
"@chakra-ui/babel-plugin": "1.0.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/react": "^6.1.14",
"@storybook/addon-a11y": "^6.1.16",
"@storybook/addon-actions": "^6.1.16",
"@storybook/addon-essentials": "^6.1.16",
"@storybook/addon-links": "^6.1.16",
"@storybook/react": "^6.1.16",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.0.0",
"@testing-library/user-event": "^12.6.0",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.20",
"@types/jest-axe": "^3.5.1",
"@types/node": "^14.14.21",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/testing-library__jest-dom": "^5.9.5",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"all-contributors-cli": "^6.19.0",
"autoprefixer": "9.8.6",
"babel-eslint": "^10.1.0",
Expand All @@ -103,8 +104,9 @@
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.3",
"date-fns": "^2.16.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.1.0",
"deepmerge": "^4.2.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
Loading

1 comment on commit b0d5319

@vercel
Copy link

@vercel vercel bot commented on b0d5319 Feb 3, 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.