Skip to content

Commit 3e3e7e3

Browse files
Merge pull request #2 from Web3-Plurality/dev-dashboard-init
feat: add semantic release dependencies
2 parents 6c44fc9 + 21aa394 commit 3e3e7e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,16 @@
6666
"zustand": "^5.0.3"
6767
},
6868
"devDependencies": {
69+
"@semantic-release/exec": "^6.0.3",
70+
"@semantic-release/git": "^10.0.1",
71+
"@semantic-release/github": "^9.2.6",
72+
"@semantic-release/npm": "^11.0.2",
6973
"@types/node": "^22",
7074
"@types/react": "^18",
7175
"@types/react-dom": "^18",
7276
"postcss": "^8",
7377
"tailwindcss": "^3.4.17",
74-
"typescript": "^5"
78+
"typescript": "^5",
79+
"semantic-release": "^22.0.12"
7580
}
7681
}

0 commit comments

Comments
 (0)