Skip to content

Commit

Permalink
chore: update javascript modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-lab committed Feb 21, 2025
1 parent 12c14e8 commit 729c91a
Show file tree
Hide file tree
Showing 3 changed files with 904 additions and 1,054 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/869e894e25db706ca9a5/test_coverage)](https://codeclimate.com/github/yk-lab/pdf-compressor/test_coverage)
[![Maintainability](https://qlty.sh/badges/be1a615b-a505-4219-91f1-2fe87fe1a5b7/maintainability.svg)](https://qlty.sh/gh/yk-lab/projects/pdf-compressor)

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,58 +23,59 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.50.1",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/pica": "9.0.5",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "3.0.5",
"@vitest/coverage-v8": "3.0.6",
"@vitest/eslint-plugin": "1.1.31",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "12.7.0",
"@vueuse/integrations": "12.7.0",
"autoprefixer": "10.4.20",
"cspell": "8.17.3",
"eslint": "^9.17.0",
"cspell": "8.17.4",
"eslint": "^9.21.0",
"eslint-plugin-oxlint": "^0.15.11",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.32.0",
"filesize.js": "2.0.0",
"jsdom": "^26.0.0",
"lefthook": "1.10.10",
"lefthook": "1.10.11",
"lucide-vue-next": "0.475.0",
"npm-run-all2": "^7.0.2",
"oxlint": "^0.15.6",
"oxlint": "^0.15.11",
"pdf-lib": "1.17.1",
"pdfjs-dist": "4.10.38",
"pica": "9.0.1",
"postcss": "8.5.2",
"prettier": "^3.3.3",
"postcss": "8.5.3",
"prettier": "^3.5.1",
"rollup-plugin-webpack-stats": "2.0.2",
"sortablejs": "1.15.6",
"tailwindcss": "3.4.17",
"typescript": "~5.7.3",
"vite": "^6.1.1",
"vite-plugin-static-copy": "2.2.0",
"vite-plugin-vue-devtools": "^7.6.5",
"vitest": "^3.0.5",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^3.0.6",
"vitest-canvas-mock": "0.3.3",
"vitest-sonar-reporter": "2.0.0",
"vue-tsc": "^2.2.0"
"vue-tsc": "^2.2.2"
},
"packageManager": "[email protected].0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52",
"packageManager": "[email protected].1",
"engines": {
"node": "22.13.x",
"preinstall": "npx only-allow pnpm"
},
"pnpm": {
"onlyBuiltDependencies": [
"lefthook"
"lefthook",
"msw"
]
}
}
Loading

0 comments on commit 729c91a

Please sign in to comment.