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 Apr 15, 2023
1 parent 54a1fd5 commit 7c82cab
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
running-workflow-name: draft

- name: Delete outdated drafts
uses: hugo19941994/delete-draft-releases@v1.0.0
uses: hugo19941994/delete-draft-releases@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxau-desktop",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "text recognition and automation",
"author": {
Expand Down Expand Up @@ -31,52 +31,52 @@
"postinstall": "cross-env ELECTRON_RUN_AS_NODE=1 npx --no-install electron ./scripts/update-electron-vendors.js "
},
"dependencies": {
"@squoosh/lib": "0.4.0",
"@squoosh/lib": "0.5.3",
"ajv": "^8.12.0",
"electron-updater": "5.2.1",
"electron-updater": "5.3.0",
"mime-types": "2.1.35",
"vue": "3.2.38",
"vue": "3.2.47",
"vxe-table": "^4.3.11",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@fontsource/noto-sans-sc": "4.5.11",
"@fontsource/noto-serif-sc": "4.5.11",
"@material-design-icons/svg": "0.12.1",
"@types/fabric": "4.5.12",
"@types/node": "18.0.5",
"@antfu/eslint-config": "^0.38.0",
"@fontsource/noto-sans-sc": "4.5.12",
"@fontsource/noto-serif-sc": "4.5.12",
"@material-design-icons/svg": "0.14.5",
"@types/fabric": "4.5.15",
"@types/node": "18.15.11",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@vitejs/plugin-vue": "3.0.3",
"@vue/test-utils": "2.0.2",
"@vueuse/core": "9.1.1",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-vue": "3.2.0",
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"browser-fs-access": "^0.33.0",
"cross-env": "7.0.3",
"dexie": "3.2.2",
"dexie": "3.2.3",
"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",
"fabric": "5.2.4",
"eslint": "8.38.0",
"eslint-plugin-vue": "9.11.0",
"fabric": "5.3.0",
"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.34",
"playwright": "1.32.3",
"sass": "1.62.0",
"simple-git-hooks": "2.8.1",
"typescript": "4.9.5",
"unplugin-auto-expose": "0.0.4",
"unplugin-auto-import": "0.15.3",
"unplugin-vue-components": "0.24.1",
"uuid": "9.0.0",
"vite": "3.1.7",
"vite-plugin-windicss": "1.8.8",
"vite": "3.2.5",
"vite-plugin-windicss": "1.8.10",
"vite-svg-loader": "3.6.0",
"vitest": "0.24.1",
"vue-router": "4.1.5",
"vitest": "0.30.1",
"vue-router": "4.1.6",
"vue-tsc": "0.40.13",
"windicss": "3.5.6"
}
Expand Down

0 comments on commit 7c82cab

Please sign in to comment.