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

View File

@@ -21,9 +21,9 @@
"devDependencies": {
"@formbricks/types": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"rimraf": "^4.4.1",
"rimraf": "^5.0.1",
"tsup": "^6.7.0"
}
}

View File

@@ -26,14 +26,14 @@
},
"dependencies": {
"@formbricks/types": "workspace:*",
"@prisma/client": "^4.14.1",
"@prisma/client": "^4.15.0",
"prisma-json-types-generator": "^2.4.0"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"prisma": "^4.14.1",
"prisma": "^4.15.0",
"prisma-dbml-generator": "^0.10.0",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",

View File

@@ -12,13 +12,13 @@
"devDependencies": {
"@formbricks/tsconfig": "*",
"@formbricks/types": "*",
"eslint": "^8.27.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"rimraf": "^5.0.0",
"typescript": "^4.9.4"
"rimraf": "^5.0.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@formbricks/database": "workspace:*",
"next": "^13.2.4"
"next": "^13.4.4"
}
}

View File

@@ -17,9 +17,9 @@
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"rimraf": "^4.4.1",
"rimraf": "^5.0.1",
"tsup": "^6.7.0"
}
}

View File

@@ -8,13 +8,13 @@
"clean": "rimraf node_modules .turbo"
},
"dependencies": {
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "7.32.2",
"eslint-config-turbo": "latest"
},
"devDependencies": {
"rimraf": "^5.0.0"
"rimraf": "^5.0.1"
}
}

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"
},

View File

@@ -16,8 +16,8 @@
"devDependencies": {
"@formbricks/tsconfig": "*",
"@formbricks/types": "*",
"eslint": "^8.27.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"typescript": "^4.9.4"
"typescript": "^5.0.4"
}
}

View File

@@ -7,8 +7,8 @@
"clean": "rimraf node_modules"
},
"devDependencies": {
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"rimraf": "^5.0.0"
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"rimraf": "^5.0.1"
}
}

View File

@@ -8,6 +8,6 @@
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"rimraf": "^5.0.0"
"rimraf": "^5.0.1"
}
}

View File

@@ -18,10 +18,10 @@
"@formbricks/tsconfig": "workspace:*",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"react": "^18.2.0",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",
@@ -30,25 +30,25 @@
"dependencies": {
"@formbricks/lib": "workspace:*",
"@heroicons/react": "^2.0.18",
"@lexical/code": "^0.11.0",
"@lexical/link": "^0.11.0",
"@lexical/list": "^0.11.0",
"@lexical/markdown": "^0.11.0",
"@lexical/react": "^0.11.0",
"@lexical/rich-text": "^0.11.0",
"@lexical/table": "^0.11.0",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@lexical/code": "^0.11.1",
"@lexical/link": "^0.11.1",
"@lexical/list": "^0.11.1",
"@lexical/markdown": "^0.11.1",
"@lexical/react": "^0.11.1",
"@lexical/rich-text": "^0.11.1",
"@lexical/table": "^0.11.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"boring-avatars": "^1.7.0",
"clsx": "^1.2.1",
"lucide-react": "^0.221.0",
"next": "^13.4.3",
"lucide-react": "^0.233.0",
"next": "^13.4.4",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",

2197
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff