Skip to content

Commit

Permalink
chore(deps): ⬆️ update dev dependencies (minor) (#347)
Browse files Browse the repository at this point in the history
* chore(deps): ⬆️ update dev dependencies (minor)

* ci(actions): 💚 fix ci build error with babel

* chore(deps): ➕ add react helmet to fix ci

* ci(deps): ➕ fix ci with react router dom deps addition

* chore(ui): ➕ add storybook ui dep

* chore(ci): ➕ add babel plugin to fix ci

* chore(sb): ➖ remove sb 6.5.0 update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Navin Moorthy <navin007.a@gmail.com>
  • Loading branch information
3 people committed May 19, 2022
1 parent d7860e4 commit ebed501
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 668 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@
"dependencies": {
"@chakra-ui/react-utils": "^2.0.0",
"@chakra-ui/utils": "^2.0.0",
"@internationalized/date": "3.0.0-rc.0",
"@internationalized/date": "^3.0.0-rc.0",
"@react-aria/button": "^3.4.4",
"@react-aria/calendar": "3.0.0-rc.0",
"@react-aria/datepicker": "3.0.0-rc.0",
"@react-aria/calendar": "^3.0.0-rc.0",
"@react-aria/datepicker": "^3.0.0-rc.0",
"@react-aria/i18n": "^3.3.9",
"@react-aria/numberfield": "^3.1.6",
"@react-aria/slider": "^3.0.8",
"@react-aria/spinbutton": "^3.0.6",
"@react-aria/utils": "^3.12.0",
"@react-stately/calendar": "3.0.0-rc.0",
"@react-stately/datepicker": "3.0.0-rc.0",
"@react-stately/calendar": "^3.0.0-rc.0",
"@react-stately/datepicker": "^3.0.0-rc.0",
"@react-stately/numberfield": "^3.0.7",
"@react-stately/slider": "^3.0.8",
"ariakit": "2.0.0-next.27",
"ariakit-utils": "0.17.0-next.18",
"ariakit": "^2.0.0-next.27",
"ariakit-utils": "^0.17.0-next.18",
"date-fns": "^2.28.0",
"raf": "^3.4.1",
"react-remove-scroll": "^2.5.3",
Expand All @@ -122,13 +122,13 @@
"@commitlint/config-conventional": "17.0.0",
"@emotion/css": "11.9.0",
"@react-spring/web": "9.4.5",
"@react-types/button": "^3.4.5",
"@react-types/button": "3.4.5",
"@react-types/calendar": "3.0.0-rc.0",
"@react-types/datepicker": "3.0.0-rc.0",
"@react-types/dialog": "^3.3.5",
"@react-types/numberfield": "^3.2.0",
"@react-types/shared": "^3.12.0",
"@react-types/slider": "^3.0.6",
"@react-types/dialog": "3.3.5",
"@react-types/numberfield": "3.2.0",
"@react-types/shared": "3.12.0",
"@react-types/slider": "3.0.6",
"@release-it/conventional-changelog": "5.0.0",
"@storybook/addon-a11y": "6.4.22",
"@storybook/addon-actions": "6.4.22",
Expand All @@ -146,7 +146,7 @@
"@types/jest-axe": "3.5.3",
"@types/jest-in-case": "1.0.5",
"@types/mockdate": "3.0.0",
"@types/node": "17.0.31",
"@types/node": "17.0.34",
"@types/raf": "3.4.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
Expand All @@ -168,13 +168,13 @@
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-storybook": "0.5.12",
"gacp": "3.0.1",
"gacp": "3.0.2",
"glob": "8.0.3",
"glob-fs": "0.1.7",
"husky": "8.0.1",
"jest": "28.1.0",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "^28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest-in-case": "1.0.2",
"jest-matcher-utils": "28.1.0",
"lint-staged": "12.4.1",
Expand All @@ -187,9 +187,9 @@
"outdent": "0.8.0",
"patch-package": "6.4.7",
"pinst": "3.0.0",
"postcss": "8.4.13",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"postcss-merge-selectors": "^0.0.6",
"postcss-merge-selectors": "0.0.6",
"postcss-scopify": "0.1.10",
"prettier": "2.6.2",
"raw-loader": "4.0.2",
Expand All @@ -216,9 +216,9 @@
"yaml": "2.1.0"
},
"peerDependencies": {
"ariakit": "2.0.0-next.27",
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x",
"reakit": "^1.3.0"
"react-dom": "16.x || 17.x || 18.x"
},
"publishConfig": {
"access": "public",
Expand Down

1 comment on commit ebed501

@vercel
Copy link

@vercel vercel bot commented on ebed501 May 19, 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.