Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ui/menu-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"dependencies": {
"@auth0/auth0-vue": "^2.6.0",
"@quasar/extras": "^1.18.0",
"@tanstack/vue-query": "^5.100.6",
"@tanstack/vue-query-devtools": "^6.1.25",
"@tanstack/vue-query": "^5.100.7",
"@tanstack/vue-query-devtools": "^6.1.26",
"autoprefixer": "^10.5.0",
"openapi-fetch": "^0.17.0",
"pinia": "^3.0.4",
Expand All @@ -40,12 +40,12 @@
"@playwright/test": "^1.59.1",
"@quasar/app-vite": "^2.6.0",
"@quasar/vite-plugin": "^1.11.0",
"@storybook/addon-a11y": "^10.3.3",
"@storybook/addon-docs": "^10.3.3",
"@storybook/addon-links": "^10.3.3",
"@storybook/addon-vitest": "^10.3.3",
"@storybook/vue3-vite": "^10.3.3",
"@tanstack/eslint-plugin-query": "^5.100.6",
"@storybook/addon-a11y": "^10.3.6",
"@storybook/addon-docs": "^10.3.6",
"@storybook/addon-links": "^10.3.6",
"@storybook/addon-vitest": "^10.3.6",
"@storybook/vue3-vite": "^10.3.6",
"@tanstack/eslint-plugin-query": "^5.100.7",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
Expand All @@ -59,19 +59,19 @@
"cross-env": "^10.1.0",
"eslint": "^10.2.1",
"eslint-plugin-playwright": "^2.10.2",
"eslint-plugin-storybook": "^10.3.3",
"eslint-plugin-storybook": "^10.3.6",
"eslint-plugin-vue": "~10.9.0",
"globals": "^17.5.0",
"jiti": "^2.6.1",
"jsdom": "^29.1.1",
"msw": "^2.12.14",
"msw-storybook-addon": "^2.0.6",
"msw": "^2.14.2",
"msw-storybook-addon": "^2.0.7",
"npm-run-all2": "^8.0.4",
"openapi-typescript": "^7.13.0",
"playwright": "^1.59.1",
"prettier": "3.8.3",
"sass-embedded": "^1.99.0",
"storybook": "^10.3.3",
"storybook": "^10.3.6",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite-plugin-vue-devtools": "^8.1.1",
Expand Down

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this file shouldn't be in source control at all. Remove this

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/dist/vitest-plugin/index.js b/dist/vitest-plugin/index.js
index b551a18f32b19c50f11d9ecc88c7f289618d9381..1038fe9e394c7ec740efee9cc1132e9f976f16ec 100644
index 6b316029dd42a82cb6f4d20359ad49c3159e5f94..482b169708ce3a40a9075074b5faa5135b6b6d28 100644
--- a/dist/vitest-plugin/index.js
+++ b/dist/vitest-plugin/index.js
@@ -2523,7 +2523,7 @@ var WORKING_DIR = process.cwd(), defaultOptions = {
isCSF4
) && "@storybook/addon-vitest/internal/setup-file-with-project-annotations",
isCSF4 && previewOrConfigFile
@@ -2519,7 +2519,7 @@ var WORKING_DIR = process.cwd(), defaultOptions = {
nonMutableInputConfig.test,
finalOptions
) && "@storybook/addon-vitest/internal/setup-file-with-project-annotations"
- ].filter(Boolean).map((filePath) => fileURLToPath(import.meta.resolve(filePath))), baseConfig = {
+ ].filter(Boolean).map((filePath) => fileURLToPath(import.meta.resolve(CJS_COMPAT_NODE_PATH_plmkhzyfcj.isAbsolute(filePath) ? CJS_COMPAT_NODE_URL_plmkhzyfcj.pathToFileURL(filePath).href : filePath))), baseConfig = {
+ ].filter(Boolean).map((filePath) => fileURLToPath(import.meta.resolve(CJS_COMPAT_NODE_PATH_62figg9psgv.isAbsolute(filePath) ? CJS_COMPAT_NODE_URL_62figg9psgv.pathToFileURL(filePath).href : filePath))), baseConfig = {
cacheDir: resolvePathInStorybookCache("sb-vitest", projectId),
test: {
expect: { requireAssertions: !1 },
Loading
Loading