Skip to content

Commit e842a35

Browse files
Merge branch 'main' into fixes
2 parents d7f8e84 + 5f79a75 commit e842a35

File tree

2 files changed

+1066
-832
lines changed

2 files changed

+1066
-832
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
"tailwind-merge": "^1.3.0"
104104
},
105105
"devDependencies": {
106-
"@babel/cli": "7.17.10",
107-
"@babel/core": "7.18.5",
108-
"@babel/plugin-proposal-class-properties": "7.17.12",
109-
"@babel/plugin-proposal-private-methods": "7.17.12",
110-
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
111-
"@babel/preset-env": "7.18.2",
112-
"@babel/preset-react": "7.17.12",
113-
"@babel/preset-typescript": "7.17.12",
106+
"@babel/cli": "7.18.6",
107+
"@babel/core": "7.18.6",
108+
"@babel/plugin-proposal-class-properties": "7.18.6",
109+
"@babel/plugin-proposal-private-methods": "7.18.6",
110+
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
111+
"@babel/preset-env": "7.18.6",
112+
"@babel/preset-react": "7.18.6",
113+
"@babel/preset-typescript": "7.18.6",
114114
"@commitlint/cli": "17.0.3",
115115
"@commitlint/config-conventional": "17.0.3",
116116
"@release-it/conventional-changelog": "5.0.0",
@@ -123,7 +123,7 @@
123123
"@storybook/manager-webpack5": "6.5.9",
124124
"@storybook/react": "6.5.9",
125125
"@swc/cli": "0.1.57",
126-
"@swc/core": "1.2.205",
126+
"@swc/core": "1.2.207",
127127
"@tailwindcss/forms": "0.5.2",
128128
"@testing-library/dom": "8.14.0",
129129
"@testing-library/jest-dom": "5.16.4",
@@ -174,7 +174,7 @@
174174
"react-dom": "18.2.0",
175175
"react-hook-form": "7.33.0",
176176
"react-icons": "4.4.0",
177-
"release-it": "15.1.0",
177+
"release-it": "15.1.1",
178178
"rimraf": "3.0.2",
179179
"size-limit": "5.0.5",
180180
"sort-package-json": "1.57.0",

0 commit comments

Comments
 (0)