Skip to content

Commit c672277

Browse files
chore(deps): ⬆️ update dev dependencies (minor)
1 parent 9ef06f4 commit c672277

File tree

2 files changed

+322
-276
lines changed

2 files changed

+322
-276
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@
105105
},
106106
"devDependencies": {
107107
"@babel/cli": "7.18.10",
108-
"@babel/core": "7.18.10",
108+
"@babel/core": "7.18.13",
109109
"@babel/plugin-proposal-class-properties": "7.18.6",
110110
"@babel/plugin-proposal-private-methods": "7.18.6",
111111
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
112112
"@babel/preset-env": "7.18.10",
113113
"@babel/preset-react": "7.18.6",
114114
"@babel/preset-typescript": "7.18.6",
115-
"@commitlint/cli": "17.0.3",
116-
"@commitlint/config-conventional": "17.0.3",
117-
"@release-it/conventional-changelog": "5.0.0",
115+
"@commitlint/cli": "17.1.2",
116+
"@commitlint/config-conventional": "17.1.0",
117+
"@release-it/conventional-changelog": "5.1.0",
118118
"@size-limit/preset-big-lib": "5.0.5",
119119
"@storybook/addon-a11y": "6.5.10",
120120
"@storybook/addon-actions": "6.5.10",
@@ -124,18 +124,18 @@
124124
"@storybook/manager-webpack5": "6.5.10",
125125
"@storybook/react": "6.5.10",
126126
"@swc/cli": "0.1.57",
127-
"@swc/core": "1.2.224",
127+
"@swc/core": "1.2.247",
128128
"@swc/jest": "0.2.22",
129-
"@tailwindcss/forms": "0.5.2",
130-
"@testing-library/dom": "8.16.1",
129+
"@tailwindcss/forms": "0.5.3",
130+
"@testing-library/dom": "8.17.1",
131131
"@testing-library/jest-dom": "5.16.5",
132132
"@testing-library/react": "13.3.0",
133133
"@testing-library/react-hooks": "8.0.1",
134-
"@testing-library/user-event": "14.4.2",
135-
"@types/jest": "28.1.6",
134+
"@testing-library/user-event": "14.4.3",
135+
"@types/jest": "28.1.8",
136136
"@types/jest-axe": "3.5.4",
137137
"@types/node": "18.6.1",
138-
"@types/react": "18.0.17",
138+
"@types/react": "18.0.18",
139139
"@types/react-dom": "18.0.6",
140140
"@types/testing-library__jest-dom": "5.14.5",
141141
"all-contributors-cli": "6.20.0",
@@ -146,14 +146,14 @@
146146
"chalk": "4.1.2",
147147
"concurrently": "7.3.0",
148148
"cross-env": "7.0.3",
149-
"eslint": "8.21.0",
149+
"eslint": "8.23.0",
150150
"eslint-config-prettier": "8.5.0",
151151
"eslint-config-react-app": "7.0.1",
152152
"eslint-plugin-prettier": "4.2.1",
153153
"eslint-plugin-simple-import-sort": "7.0.0",
154154
"eslint-plugin-storybook": "0.6.4",
155155
"focus-visible": "5.2.0",
156-
"gacp": "3.0.2",
156+
"gacp": "3.0.3",
157157
"glob-fs": "0.1.7",
158158
"husky": "8.0.1",
159159
"jest": "28.1.3",
@@ -173,13 +173,13 @@
173173
"react": "18.2.0",
174174
"react-dom": "18.2.0",
175175
"react-icons": "4.4.0",
176-
"release-it": "15.2.0",
176+
"release-it": "15.4.1",
177177
"rimraf": "3.0.2",
178178
"size-limit": "5.0.5",
179179
"sort-package-json": "1.57.0",
180180
"storybook-addon-preview": "2.2.0",
181181
"tailwindcss": "3.1.8",
182-
"typescript": "4.7.4",
182+
"typescript": "4.8.2",
183183
"webpack": "5.74.0"
184184
},
185185
"peerDependencies": {

0 commit comments

Comments
 (0)