update js dependencies

This commit is contained in:
Matthias Nannt
2023-04-05 13:08:49 +02:00
parent a328e7902e
commit 7802e1fbca
2 changed files with 726 additions and 1011 deletions

View File

@@ -3,13 +3,13 @@
"version": "0.1.5",
"description": "",
"source": "src/index.ts",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/src/index.d.ts",
"require": "./dist/index.cjs",
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
},
"scripts": {
@@ -38,26 +38,26 @@
"license": "MIT",
"devDependencies": {
"@formbricks/types": "workspace:*",
"@types/enzyme": "^3.10.8",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"autoprefixer": "^10.4.13",
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-preact-pure": "^3.3.0",
"eslint": "^7.32.0",
"enzyme-adapter-preact-pure": "^4.1.0",
"eslint": "^8.37.0",
"eslint-config-formbricks": "workspace:*",
"eslint-config-preact": "^1.1.3",
"jest": "^27.3.1",
"jest-preset-preact": "^4.0.2",
"eslint-config-preact": "^1.3.0",
"jest": "^29.5.0",
"jest-preset-preact": "^4.0.5",
"microbundle": "^0.14.1",
"postcss": "^8.4.21",
"preact": "10.5.7",
"preact-cli": "^3.0.5",
"preact-render-to-string": "^5.1.11",
"tailwindcss": "^3.2.7",
"typescript": "^4.1.3"
"preact": "10.13.2",
"preact-cli": "^3.4.5",
"preact-render-to-string": "^6.0.2",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.3"
},
"jest": {
"preset": "jest-preset-preact",

1703
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff