Skip to content

Commit

Permalink
chore(dev-deps): Update testing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jan 17, 2024
1 parent c261f1b commit d6909f8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
"gettext-extractor": "^3.8.0",
"gettext-parser": "^7.0.1",
"happy-dom": "^13.0.4",
"happy-dom": "^13.1.4",
"sass": "^1.69.7",
"stylelint": "^15.11.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.0.11",
"vitest": "^1.2.0",
"vitest": "^1.2.1",
"vue-material-design-icons": "^5.2.0",
"vue-template-compiler": "^2.7.16"
},
Expand Down
8 changes: 4 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export default defineConfig((env) => {
// for subpath imports like '@nextcloud/l10n/gettext'
include: [/^@nextcloud\//],
exclude: [
// we should externalize vue SFC dependencies
/^vue-material-design-icons\//,
/\.vue(\?|$)/,
// we should not rely on external vue SFC dependencies thus bundle all .vue files
/^vue-material-design-icons\//,
/\.vue(\?|$)/,
// and bundle raw data, e.g., raw SVGs
/\?raw$/
/\?raw$/,
],
},
// Inject our translations
Expand Down

0 comments on commit d6909f8

Please sign in to comment.