Skip to content

Commit

Permalink
feat: new selector
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 1, 2024
1 parent a25b31a commit 82a277e
Show file tree
Hide file tree
Showing 6 changed files with 1,964 additions and 2,339 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,61 +22,61 @@
],
"dependencies": {
"@antv/g6": "4.8.24",
"@gkd-kit/selector": "0.0.25",
"@gkd-kit/selector": "0.2.1",
"@gkd-kit/wasm_matches": "0.0.1",
"@rushstack/eslint-patch": "1.10.2",
"@tsconfig/node20": "20.1.4",
"@types/file-saver": "2.0.7",
"@types/fs-extra": "11.0.4",
"@types/node": "20.12.7",
"@types/node": "20.12.14",
"@types/qrcode": "1.5.5",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-legacy": "5.4.1",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/tsconfig": "0.5.1",
"@vueuse/components": "10.9.0",
"@vueuse/core": "10.9.0",
"@vueuse/components": "10.11.0",
"@vueuse/core": "10.11.0",
"browser-fs-access": "0.35.0",
"compressorjs": "1.2.1",
"cross-env": "7.0.3",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"eslint": "8.57.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-unused-imports": "3.2.0",
"eslint-plugin-vue": "9.25.0",
"file-saver": "2.0.5",
"fs-extra": "11.2.0",
"json5": "2.2.3",
"jszip": "3.10.1",
"lint-staged": "15.2.2",
"lint-staged": "15.2.7",
"localforage": "1.10.0",
"naive-ui": "2.38.1",
"naive-ui": "2.38.2",
"normalize.css": "8.0.1",
"p-limit": "5.0.0",
"pinia": "2.1.7",
"prettier": "3.2.5",
"prettier": "3.3.2",
"qrcode": "1.5.3",
"sass": "1.75.0",
"simple-git": "3.24.0",
"sass": "1.77.6",
"simple-git": "3.25.0",
"simple-git-hooks": "2.11.1",
"tsx": "4.7.2",
"typescript": "5.4.5",
"tsx": "4.16.0",
"typescript": "5.5.2",
"universal-base64url": "1.1.0",
"unocss": "0.59.3",
"user-attachments": "1.1.1",
"vite": "5.2.9",
"vite-plugin-monkey": "3.5.2",
"vue": "3.4.23",
"vue-i18n": "9.12.1",
"vue-router": "4.3.0",
"vue-tsc": "2.0.13"
"unocss": "0.61.0",
"user-attachments": "1.1.2",
"vite": "5.3.2",
"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"
},
"volta": {
"node": "20.12.2"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
Expand Down
Loading

0 comments on commit 82a277e

Please sign in to comment.