update package dependencies (#333)

This commit is contained in:
Matti Nannt
2023-06-01 19:16:54 +02:00
committed by GitHub
parent 7fa2a260e8
commit c4e70fbfaa
11 changed files with 1441 additions and 846 deletions
+7 -7
View File
@@ -52,24 +52,24 @@
"devDependencies": {
"@formbricks/types": "workspace:*",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-preact-pure": "^4.1.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"eslint-config-preact": "^1.3.0",
"jest": "^29.5.0",
"jest-preset-preact": "^4.0.5",
"microbundle": "^0.15.1",
"postcss": "^8.4.23",
"preact": "10.13.2",
"postcss": "^8.4.24",
"preact": "10.15.1",
"preact-cli": "^3.4.5",
"preact-render-to-string": "^6.0.3",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},