Skip to content

Commit ebed501

Browse files
renovate[bot]renovate-botnavin-moorthy
authored
chore(deps): ⬆️ update dev dependencies (minor) (#347)
* 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 <[email protected]> Co-authored-by: Navin Moorthy <[email protected]>
1 parent d7860e4 commit ebed501

File tree

2 files changed

+712
-668
lines changed

2 files changed

+712
-668
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@
8686
"dependencies": {
8787
"@chakra-ui/react-utils": "^2.0.0",
8888
"@chakra-ui/utils": "^2.0.0",
89-
"@internationalized/date": "3.0.0-rc.0",
89+
"@internationalized/date": "^3.0.0-rc.0",
9090
"@react-aria/button": "^3.4.4",
91-
"@react-aria/calendar": "3.0.0-rc.0",
92-
"@react-aria/datepicker": "3.0.0-rc.0",
91+
"@react-aria/calendar": "^3.0.0-rc.0",
92+
"@react-aria/datepicker": "^3.0.0-rc.0",
9393
"@react-aria/i18n": "^3.3.9",
9494
"@react-aria/numberfield": "^3.1.6",
9595
"@react-aria/slider": "^3.0.8",
9696
"@react-aria/spinbutton": "^3.0.6",
9797
"@react-aria/utils": "^3.12.0",
98-
"@react-stately/calendar": "3.0.0-rc.0",
99-
"@react-stately/datepicker": "3.0.0-rc.0",
98+
"@react-stately/calendar": "^3.0.0-rc.0",
99+
"@react-stately/datepicker": "^3.0.0-rc.0",
100100
"@react-stately/numberfield": "^3.0.7",
101101
"@react-stately/slider": "^3.0.8",
102-
"ariakit": "2.0.0-next.27",
103-
"ariakit-utils": "0.17.0-next.18",
102+
"ariakit": "^2.0.0-next.27",
103+
"ariakit-utils": "^0.17.0-next.18",
104104
"date-fns": "^2.28.0",
105105
"raf": "^3.4.1",
106106
"react-remove-scroll": "^2.5.3",
@@ -122,13 +122,13 @@
122122
"@commitlint/config-conventional": "17.0.0",
123123
"@emotion/css": "11.9.0",
124124
"@react-spring/web": "9.4.5",
125-
"@react-types/button": "^3.4.5",
125+
"@react-types/button": "3.4.5",
126126
"@react-types/calendar": "3.0.0-rc.0",
127127
"@react-types/datepicker": "3.0.0-rc.0",
128-
"@react-types/dialog": "^3.3.5",
129-
"@react-types/numberfield": "^3.2.0",
130-
"@react-types/shared": "^3.12.0",
131-
"@react-types/slider": "^3.0.6",
128+
"@react-types/dialog": "3.3.5",
129+
"@react-types/numberfield": "3.2.0",
130+
"@react-types/shared": "3.12.0",
131+
"@react-types/slider": "3.0.6",
132132
"@release-it/conventional-changelog": "5.0.0",
133133
"@storybook/addon-a11y": "6.4.22",
134134
"@storybook/addon-actions": "6.4.22",
@@ -146,7 +146,7 @@
146146
"@types/jest-axe": "3.5.3",
147147
"@types/jest-in-case": "1.0.5",
148148
"@types/mockdate": "3.0.0",
149-
"@types/node": "17.0.31",
149+
"@types/node": "17.0.34",
150150
"@types/raf": "3.4.0",
151151
"@types/react": "18.0.9",
152152
"@types/react-dom": "18.0.4",
@@ -168,13 +168,13 @@
168168
"eslint-plugin-prettier": "4.0.0",
169169
"eslint-plugin-simple-import-sort": "7.0.0",
170170
"eslint-plugin-storybook": "0.5.12",
171-
"gacp": "3.0.1",
171+
"gacp": "3.0.2",
172172
"glob": "8.0.3",
173173
"glob-fs": "0.1.7",
174174
"husky": "8.0.1",
175175
"jest": "28.1.0",
176176
"jest-axe": "6.0.0",
177-
"jest-environment-jsdom": "^28.1.0",
177+
"jest-environment-jsdom": "28.1.0",
178178
"jest-in-case": "1.0.2",
179179
"jest-matcher-utils": "28.1.0",
180180
"lint-staged": "12.4.1",
@@ -187,9 +187,9 @@
187187
"outdent": "0.8.0",
188188
"patch-package": "6.4.7",
189189
"pinst": "3.0.0",
190-
"postcss": "8.4.13",
190+
"postcss": "8.4.14",
191191
"postcss-import": "14.1.0",
192-
"postcss-merge-selectors": "^0.0.6",
192+
"postcss-merge-selectors": "0.0.6",
193193
"postcss-scopify": "0.1.10",
194194
"prettier": "2.6.2",
195195
"raw-loader": "4.0.2",
@@ -216,9 +216,9 @@
216216
"yaml": "2.1.0"
217217
},
218218
"peerDependencies": {
219+
"ariakit": "2.0.0-next.27",
219220
"react": "16.x || 17.x || 18.x",
220-
"react-dom": "16.x || 17.x || 18.x",
221-
"reakit": "^1.3.0"
221+
"react-dom": "16.x || 17.x || 18.x"
222222
},
223223
"publishConfig": {
224224
"access": "public",

0 commit comments

Comments
 (0)