Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#54)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix: @component-hook/pdf-canvas usage

* feat: adjust markdown eslint order of use

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tzuyi <[email protected]>
  • Loading branch information
renovate[bot] and tzuyi0817 authored Nov 22, 2024
1 parent 2ab1c5e commit 6062a79
Show file tree
Hide file tree
Showing 6 changed files with 2,738 additions and 1,959 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import componentHookPlugin from '@component-hook/eslint-plugin';
export default [
...componentHookPlugin.configs.basic,
...componentHookPlugin.configs.vue,
...componentHookPlugin.configs.markdown,
componentHookPlugin.configs.prettier,
...componentHookPlugin.configs.sonarjs,
componentHookPlugin.configs.security,
...componentHookPlugin.configs.markdown,
{
files: ['**/__tests__/e2e/**/*.spec.[jt]s?(x)'],
...componentHookPlugin.configs.playwright,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.4.0",
"type": "module",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"scripts": {
"dev": "vite",
"dev:e2e": "vite --port 8081",
Expand All @@ -18,25 +18,25 @@
"preview": "vite preview"
},
"dependencies": {
"@component-hook/pdf-canvas": "^0.1.6",
"@component-hook/pdf-canvas": "^0.2.1",
"browser-image-compression": "^2.0.2",
"idb-keyval": "^6.2.1",
"jspdf": "^2.5.2",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@component-hook/eslint-plugin": "^0.1.6",
"@component-hook/eslint-plugin": "^0.2.1",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
Expand All @@ -59,14 +59,14 @@
"not dead"
],
"optionalDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10"
},
"pnpm": {
"overrides": {
"@typescript-eslint/typescript-estree": "^8.14.0"
"@typescript-eslint/typescript-estree": "^8.15.0"
}
}
}
Loading

0 comments on commit 6062a79

Please sign in to comment.