Skip to content

Commit 2285492

Browse files
chore(deps): ⬆️ update dev dependencies (minor)
1 parent 8edbcfc commit 2285492

File tree

2 files changed

+483
-211
lines changed

2 files changed

+483
-211
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -105,26 +105,26 @@
105105
"raf": "^3.4.1"
106106
},
107107
"devDependencies": {
108-
"@babel/cli": "7.18.9",
109-
"@babel/core": "7.18.9",
108+
"@babel/cli": "7.18.10",
109+
"@babel/core": "7.18.10",
110110
"@babel/plugin-proposal-class-properties": "7.18.6",
111111
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
112112
"@babel/plugin-proposal-private-methods": "7.18.6",
113113
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
114-
"@babel/preset-env": "7.18.9",
114+
"@babel/preset-env": "7.18.10",
115115
"@babel/preset-react": "7.18.6",
116116
"@babel/preset-typescript": "7.18.6",
117117
"@commitlint/cli": "17.0.3",
118118
"@commitlint/config-conventional": "17.0.3",
119-
"@emotion/css": "11.9.0",
119+
"@emotion/css": "11.10.0",
120120
"@react-spring/web": "9.5.2",
121-
"@react-types/button": "3.5.1",
122-
"@react-types/calendar": "3.0.0",
123-
"@react-types/datepicker": "3.0.0",
124-
"@react-types/dialog": "3.4.1",
125-
"@react-types/numberfield": "3.3.1",
126-
"@react-types/shared": "3.13.1",
127-
"@react-types/slider": "3.1.1",
121+
"@react-types/button": "3.6.0",
122+
"@react-types/calendar": "3.0.1",
123+
"@react-types/datepicker": "3.1.0",
124+
"@react-types/dialog": "3.4.2",
125+
"@react-types/numberfield": "3.3.2",
126+
"@react-types/shared": "3.14.0",
127+
"@react-types/slider": "3.2.0",
128128
"@release-it/conventional-changelog": "5.0.0",
129129
"@storybook/addon-a11y": "6.5.9",
130130
"@storybook/addon-actions": "6.5.9",
@@ -137,7 +137,7 @@
137137
"@testing-library/jest-dom": "5.16.4",
138138
"@testing-library/react": "13.3.0",
139139
"@testing-library/react-hooks": "8.0.1",
140-
"@testing-library/user-event": "14.3.0",
140+
"@testing-library/user-event": "14.4.1",
141141
"@types/jest": "28.1.6",
142142
"@types/jest-axe": "3.5.4",
143143
"@types/jest-in-case": "1.0.6",
@@ -150,20 +150,20 @@
150150
"@types/testing-library__jest-dom": "5.14.5",
151151
"all-contributors-cli": "6.20.0",
152152
"ast-to-markdown": "1.0.0",
153-
"autoprefixer": "10.4.7",
153+
"autoprefixer": "10.4.8",
154154
"babel-jest": "28.1.3",
155155
"babel-loader": "8.2.5",
156156
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
157157
"chalk": "4.1.2",
158158
"codesandbox": "2.2.3",
159159
"concurrently": "7.3.0",
160160
"cross-env": "7.0.3",
161-
"eslint": "8.20.0",
161+
"eslint": "8.21.0",
162162
"eslint-config-prettier": "8.5.0",
163163
"eslint-config-react-app": "7.0.1",
164164
"eslint-plugin-prettier": "4.2.1",
165165
"eslint-plugin-simple-import-sort": "7.0.0",
166-
"eslint-plugin-storybook": "0.6.1",
166+
"eslint-plugin-storybook": "0.6.3",
167167
"gacp": "3.0.2",
168168
"glob": "8.0.3",
169169
"glob-fs": "0.1.7",
@@ -191,16 +191,16 @@
191191
"raw-loader": "4.0.2",
192192
"react": "18.2.0",
193193
"react-dom": "18.2.0",
194-
"react-hook-form": "7.33.1",
194+
"react-hook-form": "7.34.0",
195195
"react-test-renderer": "18.2.0",
196-
"react-transition-group": "4.4.2",
196+
"react-transition-group": "4.4.5",
197197
"react-virtual": "2.10.4",
198-
"release-it": "15.1.4",
198+
"release-it": "15.2.0",
199199
"rimraf": "3.0.2",
200200
"sort-package-json": "1.57.0",
201201
"storybook-addon-preview": "2.2.0",
202202
"strip-comments": "2.0.1",
203-
"tailwindcss": "3.1.6",
203+
"tailwindcss": "3.1.7",
204204
"ts-jest": "28.0.7",
205205
"ts-morph": "15.1.0",
206206
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)