chore: upgrade npm dependencies (#5299)

This commit is contained in:
Matti Nannt
2025-04-09 11:47:07 +09:00
committed by GitHub
parent 3b815e22e3
commit adb6a5f41e
9 changed files with 326 additions and 162 deletions

View File

@@ -27,14 +27,14 @@
"@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.12",
"@storybook/test": "8.6.12",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.29.1",
"@vitejs/plugin-react": "4.3.4",
"esbuild": "0.25.2",
"eslint-plugin-storybook": "0.12.0",
"prop-types": "15.8.1",
"storybook": "8.6.12",
"tsup": "8.4.0",
"vite": "6.2.4"
"vite": "6.2.5"
}
}

View File

@@ -155,7 +155,7 @@
"@types/qrcode": "1.5.5",
"@types/testing-library__react": "10.2.0",
"@vitest/coverage-v8": "3.1.1",
"vite": "6.2.4",
"vite": "6.2.5",
"resize-observer-polyfill": "1.5.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.1",

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-inject": "5.0.5",
"buffer": "6.0.3",
"terser": "5.37.0",
"vite": "6.2.4",
"vite": "6.2.5",
"vite-plugin-dts": "4.5.3",
"vite-plugin-node-polyfills": "0.22.0"
}

View File

@@ -48,7 +48,7 @@
"@formbricks/eslint-config": "workspace:*",
"@vitest/coverage-v8": "3.1.1",
"terser": "5.39.0",
"vite": "6.2.4",
"vite": "6.2.5",
"vite-plugin-dts": "4.5.3",
"vitest": "3.1.1"
}

View File

@@ -44,7 +44,7 @@
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"terser": "5.39.0",
"vite": "6.2.4",
"vite": "6.2.5",
"vite-plugin-dts": "4.5.3"
}
}

View File

@@ -52,7 +52,7 @@
"react": "18.3.1",
"react-native": "0.74.5",
"terser": "5.37.0",
"vite": "6.2.4",
"vite": "6.2.5",
"vite-plugin-dts": "4.5.3",
"vitest": "3.1.1"
},

View File

@@ -52,7 +52,7 @@
"serve": "14.2.4",
"tailwindcss": "3.4.16",
"terser": "5.37.0",
"vite": "6.2.4",
"vite": "6.2.5",
"vite-plugin-dts": "4.5.3",
"vite-tsconfig-paths": "5.1.4"
},

View File

@@ -17,6 +17,6 @@
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"vite": "6.2.4"
"vite": "6.2.5"
}
}

468
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff