Skip to content

Commit 3916043

Browse files
add wca helpers to peer deps (#6)
1 parent 5af0ced commit 3916043

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thewca/wca-components",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "The WCA React Component Library",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,8 @@
3232
"react-dom": "^17.0.0 || ^18.0.0",
3333
"react-router-dom": ">=6.3.0",
3434
"fomantic-ui-css": "^2.9.2",
35-
"semantic-ui-react": "^2.1.4"
35+
"semantic-ui-react": "^2.1.4",
36+
"@wca/helpers": "^1.1.4"
3637
},
3738
"devDependencies": {
3839
"@babel/preset-env": "^7.22.4",

0 commit comments

Comments
 (0)