Skip to content

Commit

Permalink
feat: add prev
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 11, 2024
1 parent 730f1bd commit d647437
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 389 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
],
"dependencies": {
"@antv/g6": "4.8.24",
"@gkd-kit/selector": "0.2.2",
"@gkd-kit/selector": "0.3.2",
"@gkd-kit/wasm_matches": "0.0.1",
"@rushstack/eslint-patch": "1.10.2",
"@rushstack/eslint-patch": "1.10.3",
"@tsconfig/node20": "20.1.4",
"@types/file-saver": "2.0.7",
"@types/fs-extra": "11.0.4",
"@types/node": "20.12.14",
"@types/node": "20.14.10",
"@types/qrcode": "1.5.5",
"@vitejs/plugin-legacy": "5.4.1",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
Expand All @@ -45,7 +45,7 @@
"eslint": "8.57.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-unused-imports": "3.2.0",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vue": "9.27.0",
"file-saver": "2.0.5",
"fs-extra": "11.2.0",
"json5": "2.2.3",
Expand All @@ -54,29 +54,29 @@
"localforage": "1.10.0",
"naive-ui": "2.38.2",
"normalize.css": "8.0.1",
"p-limit": "5.0.0",
"p-limit": "6.1.0",
"pinia": "2.1.7",
"prettier": "3.3.2",
"qrcode": "1.5.3",
"sass": "1.77.6",
"sass": "1.77.7",
"simple-git": "3.25.0",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.0",
"typescript": "5.5.2",
"tsx": "4.16.2",
"typescript": "5.5.3",
"universal-base64url": "1.1.0",
"unocss": "0.61.0",
"unocss": "0.61.3",
"user-attachments": "1.1.2",
"vite": "5.3.2",
"vite": "5.3.3",
"vite-plugin-monkey": "4.0.4",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0",
"vue-tsc": "2.0.24"
"vue-tsc": "2.0.26"
},
"volta": {
"node": "20.12.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
Expand Down
Loading

0 comments on commit d647437

Please sign in to comment.