Add embed versions

This commit is contained in:
Hariom Balhara 2023-02-23 16:13:19 +05:30
parent dac6bff5b1
commit 88f1cfbec7
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
"vite": "^4.1.2"
},
"dependencies": {
"@calcom/embed-core": "*",
"@calcom/embed-snippet": "*"
"@calcom/embed-core": "^1.1.2",
"@calcom/embed-snippet": "^1.0.4"
}
}

View File

@ -28,6 +28,6 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@calcom/embed-core": "*"
"@calcom/embed-core": "^1.1.2"
}
}