Skip to content

Commit

Permalink
chore(deps): ⬆️ upgrade dev deps & fix sb babel errors
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Aug 13, 2021
1 parent 70f2ada commit 53fbd2a
Show file tree
Hide file tree
Showing 3 changed files with 1,434 additions and 672 deletions.
6 changes: 4 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ module.exports = function (api) {

const plugins = [
"date-fns",
["@babel/plugin-proposal-class-properties"],
"@babel/plugin-proposal-logical-assignment-operators",
["@babel/plugin-proposal-class-properties", { loose: true }],
["@babel/plugin-proposal-logical-assignment-operators", { loose: true }],
["@babel/plugin-proposal-private-property-in-object", { loose: true }],
["@babel/plugin-proposal-private-methods", { loose: true }],
];

return {
Expand Down
92 changes: 47 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,71 +103,73 @@
"reakit-warning": "^0.6.1"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"@babel/cli": "7.14.8",
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@babel/preset-typescript": "7.15.0",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@emotion/css": "11.1.3",
"@react-spring/web": "9.2.3",
"@release-it/conventional-changelog": "^3.0.1",
"@storybook/addon-a11y": "6.3.1",
"@storybook/addon-actions": "6.3.1",
"@storybook/addon-essentials": "6.3.1",
"@react-spring/web": "9.2.4",
"@release-it/conventional-changelog": "^3.1.1",
"@storybook/addon-a11y": "6.3.7",
"@storybook/addon-actions": "6.3.7",
"@storybook/addon-essentials": "6.3.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.3.1",
"@storybook/manager-webpack5": "^6.3.1",
"@storybook/react": "6.3.1",
"@storybook/builder-webpack5": "^6.3.7",
"@storybook/manager-webpack5": "^6.3.7",
"@storybook/react": "6.3.7",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "26.0.23",
"@types/jest-axe": "3.5.1",
"@types/jest-in-case": "1.0.3",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "27.0.1",
"@types/jest-axe": "3.5.2",
"@types/jest-in-case": "1.0.5",
"@types/mockdate": "^3.0.0",
"@types/node": "^15.12.5",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.8",
"@types/react-transition-group": "4.4.1",
"@types/testing-library__jest-dom": "5.14.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"@types/node": "^16.6.1",
"@types/react": "17.0.17",
"@types/react-dom": "17.0.9",
"@types/react-transition-group": "4.4.2",
"@types/testing-library__jest-dom": "5.14.1",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"all-contributors-cli": "^6.20.0",
"ast-to-markdown": "^1.0.0",
"autoprefixer": "^10.2.6",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"babel-eslint": "10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-date-fns": "^2.0.0",
"chalk": "4.1.1",
"chalk": "4.1.2",
"codesandbox": "^2.2.3",
"concurrently": "6.2.0",
"concurrently": "6.2.1",
"cross-env": "7.0.3",
"eslint": "7.29.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.8.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-flowtype": "5.9.0",
"eslint-plugin-import": "2.24.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",
"gacp": "2.10.2",
"glob": "^7.1.7",
"glob-fs": "^0.1.7",
"husky": "^6.0.0",
"husky": "^7.0.1",
"jest": "27.0.6",
"jest-axe": "5.0.1",
"jest-in-case": "1.0.2",
"jest-matcher-utils": "27.0.6",
"lint-staged": "11.0.0",
"lint-staged": "11.1.2",
"lodash": "4.17.21",
"markdown-to-ast": "^6.0.3",
"markdown-toc": "^1.2.0",
Expand All @@ -176,30 +178,30 @@
"outdent": "^0.8.0",
"patch-package": "^6.4.7",
"pinst": "^2.1.6",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-scopify": "^0.1.9",
"prettier": "2.2.1",
"prettier": "2.3.2",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.9.0",
"react-hook-form": "7.12.2",
"react-test-renderer": "17.0.2",
"react-transition-group": "4.4.2",
"react-virtual": "^2.7.1",
"react-virtual": "^2.8.1",
"reakit": "1.3.8",
"reakit-test-utils": "^0.15.1",
"release-it": "^14.10.0",
"release-it": "^14.11.3",
"rimraf": "3.0.2",
"sort-package-json": "^1.50.0",
"storybook-addon-preview": "^2.1.2",
"strip-comments": "^2.0.1",
"tailwindcss": "^2.2.4",
"ts-jest": "^27.0.3",
"ts-morph": "^11.0.0",
"ts-node": "^10.0.0",
"typescript": "4.3.4",
"webpack": "^5.41.1",
"tailwindcss": "^2.2.7",
"ts-jest": "^27.0.4",
"ts-morph": "^11.0.3",
"ts-node": "^10.2.0",
"typescript": "4.3.5",
"webpack": "^5.50.0",
"yaml": "^1.10.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 53fbd2a

Please sign in to comment.