2
0

📦 Add strict package versioning to avoid incompatibility in workspace

This commit is contained in:
Baptiste Arnaud
2023-11-06 16:22:25 +01:00
parent 57e454008e
commit 0c22d858b7
16 changed files with 156 additions and 161 deletions

View File

@@ -13,10 +13,9 @@
"license": "MIT",
"dependencies": {
"@stripe/stripe-js": "1.54.1",
"@udecode/plate-common": "^21.1.5",
"dompurify": "^3.0.6",
"eventsource-parser": "^1.0.0",
"marked": "^9.0.3",
"@udecode/plate-common": "21.1.5",
"dompurify": "3.0.6",
"marked": "9.0.3",
"solid-element": "1.7.1",
"solid-js": "1.7.8"
},
@@ -31,7 +30,7 @@
"@typebot.io/lib": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/dompurify": "^3.0.3",
"@types/dompurify": "3.0.3",
"autoprefixer": "10.4.14",
"babel-preset-solid": "1.7.7",
"clsx": "2.0.0",