chore: prepare 2.2 launch (#2783)

This commit is contained in:
Matti Nannt
2024-06-19 17:16:57 +02:00
committed by GitHub
parent 83ff98cd3a
commit 5e7fe96ef6
25 changed files with 1732 additions and 1699 deletions

View File

@@ -36,10 +36,10 @@
"@formbricks/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"rimraf": "^5.0.7",
"tsx": "^4.11.0",
"turbo": "^2.0.1"
"tsx": "^4.15.6",
"turbo": "^2.0.4"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
@@ -63,7 +63,7 @@
"showDetails": true
},
"dependencies": {
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.5",
"playwright": "^1.44.1"
}
}