Skip to content

Commit d1e309a

Browse files
authored
chore: Added missing dependency. (#146)
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 2e217ba commit d1e309a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"type": "module",
33
"name": "@platformatic/watt-admin",
44
"version": "1.1.0",
5+
"repository": {
6+
"url": "https://github.com/platformatic/watt-admin"
7+
},
58
"scripts": {
69
"prepublishOnly": "npm run clean && npm run build",
710
"dev": "wattpm dev",
@@ -71,6 +74,7 @@
7174
"neostandard": "^0.12.2",
7275
"playwright": "^1.56.0",
7376
"react": "^19.2.0",
77+
"semver": "^7.7.3",
7478
"typescript": "^5.9.3",
7579
"vitest": "^4.0.0",
7680
"ws": "^8.19.0"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)