Skip to content

Commit

Permalink
chore: Update and upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Sep 11, 2024
1 parent 3f12bad commit b913478
Show file tree
Hide file tree
Showing 8 changed files with 3,549 additions and 8,351 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const config: StorybookConfig = {
name: "@storybook/vue3-vite",
options: {},
},
docs: {
autodocs: "tag",
},
docs: {},
};
export default config;
18 changes: 13 additions & 5 deletions cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./**/*", "../support/**/*"],
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": [
"./**/*",
"../support/**/*"
],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
"lib": [
"es5",
"dom"
],
"types": [
"cypress"
]
}
}
}
Loading

0 comments on commit b913478

Please sign in to comment.