Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 9, 2022
1 parent 94cba7d commit a10559d
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 359 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taxau-desktop",
"description": "text recognition and automation",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"engines": {
"node": ">=v16.13",
Expand Down Expand Up @@ -33,46 +33,46 @@
"devDependencies": {
"@fontsource/noto-sans-sc": "4.5.12",
"@fontsource/noto-serif-sc": "4.5.12",
"@material-design-icons/svg": "0.13.0",
"@types/fabric": "4.5.12",
"@types/node": "18.0.5",
"@material-design-icons/svg": "0.14.2",
"@types/fabric": "4.5.14",
"@types/node": "18.11.12",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@vitejs/plugin-vue": "3.1.2",
"@vue/test-utils": "2.1.0",
"@vueuse/core": "9.3.0",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@vitejs/plugin-vue": "3.2.0",
"@vue/test-utils": "2.2.6",
"@vueuse/core": "9.6.0",
"cross-env": "7.0.3",
"dexie": "3.2.2",
"electron": "21.1.0",
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"eslint": "8.25.0",
"eslint-plugin-vue": "9.6.0",
"eslint": "8.29.0",
"eslint-plugin-vue": "9.8.0",
"fabric": "5.2.4",
"happy-dom": "6.0.4",
"nano-staged": "0.8.0",
"pinia": "2.0.23",
"playwright": "1.27.0",
"sass": "1.55.0",
"simple-git-hooks": "2.8.0",
"typescript": "4.8.4",
"unplugin-auto-expose": "0.0.3",
"unplugin-auto-import": "0.11.2",
"unplugin-vue-components": "0.22.8",
"pinia": "2.0.28",
"playwright": "1.28.1",
"sass": "1.56.2",
"simple-git-hooks": "2.8.1",
"typescript": "4.9.4",
"unplugin-auto-expose": "0.0.4",
"unplugin-auto-import": "0.12.0",
"unplugin-vue-components": "0.22.11",
"uuid": "9.0.0",
"vite": "3.1.7",
"vite": "3.2.5",
"vite-plugin-windicss": "1.8.8",
"vite-svg-loader": "3.6.0",
"vitest": "0.24.1",
"vue-router": "4.1.5",
"vitest": "0.25.6",
"vue-router": "4.1.6",
"vue-tsc": "0.40.13",
"windicss": "3.5.6"
},
"dependencies": {
"@squoosh/lib": "0.4.0",
"electron-updater": "5.3.0",
"mime-types": "2.1.35",
"vue": "3.2.40"
"vue": "3.2.45"
}
}

0 comments on commit a10559d

Please sign in to comment.