Skip to content

Commit eec1792

Browse files
authored
fix: remove unneeded dev dependencies (#3157)
1 parent 652bb25 commit eec1792

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"@vibe/icon": "3.0.1",
3838
"@vibe/loader": "3.0.1",
3939
"@vibe/shared": "3.0.2",
40-
"@vibe/storybook-config": "3.0.2",
4140
"classnames": "^2.5.1",
4241
"es-toolkit": "^1.39.10"
4342
},
4443
"devDependencies": {
44+
"@vibe/storybook-config": "3.0.2",
4545
"@testing-library/react": "^12.1.2",
4646
"@vibe/config": "3.0.2",
4747
"@vibe/icons": "1.9.0",

components/button/src/Button/__tests__/__snapshots__/Button.snapshot.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ exports[`Button renders correctly > renders correctly with leftIcon 1`] = `
405405
>
406406
<svg
407407
aria-hidden={true}
408-
className="icon_0185a9a938 leftIcon noFocusStyle_76f8840e86"
408+
className="icon_35f8b8dc06 leftIcon noFocusStyle_b7c3cb34cb"
409409
data-testid="icon"
410410
data-vibe="Icon"
411411
fill="currentColor"
@@ -458,7 +458,7 @@ exports[`Button renders correctly > renders correctly with rightIcon 1`] = `
458458
Button
459459
<svg
460460
aria-hidden={true}
461-
className="icon_0185a9a938 rightIcon noFocusStyle_76f8840e86"
461+
className="icon_35f8b8dc06 rightIcon noFocusStyle_b7c3cb34cb"
462462
data-testid="icon"
463463
data-vibe="Icon"
464464
fill="currentColor"

components/icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
},
3636
"dependencies": {
3737
"@vibe/shared": "3.0.2",
38-
"@vibe/storybook-config": "3.0.2",
3938
"classnames": "^2.5.1",
4039
"es-toolkit": "^1.39.10",
4140
"react-inlinesvg": "^4.1.3"
4241
},
4342
"devDependencies": {
4443
"@vibe/config": "3.0.2",
4544
"@vibe/icons": "1.11.0",
45+
"@vibe/storybook-config": "3.0.2",
4646
"react": "^16.13.0",
4747
"react-dom": "^16.13.0",
4848
"typescript": "^4.7.3",

components/loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"dependencies": {
3737
"@vibe/shared": "3.0.2",
38-
"@vibe/storybook-config": "3.0.2",
3938
"classnames": "^2.5.1"
4039
},
4140
"devDependencies": {
4241
"@testing-library/react": "^12.1.2",
42+
"@vibe/storybook-config": "3.0.2",
4343
"@vibe/config": "3.0.2",
4444
"react": "^16.13.0",
4545
"react-dom": "^16.13.0",

0 commit comments

Comments
 (0)