Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 15, 2024
1 parent 5ced9ed commit 206d9b5
Show file tree
Hide file tree
Showing 7 changed files with 2,052 additions and 2,188 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- run: git checkout .
- run: curl -X PUT 'https://registry-direct.npmmirror.com/@gkd-kit/inspect/sync'

- uses: cloudflare/pages-action@v1
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: gkd-inspect
directory: dist
command: pages deploy dist --project-name=gkd-inspect
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,60 +22,60 @@
],
"dependencies": {
"@antv/g6": "4.8.24",
"@gkd-kit/api": "0.5.0",
"@gkd-kit/api": "0.6.0",
"@gkd-kit/selector": "0.4.2",
"@gkd-kit/wasm_matches": "0.0.1",
"@tsconfig/node20": "20.1.4",
"@types/file-saver": "2.0.7",
"@types/fs-extra": "11.0.4",
"@types/node": "22.7.5",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue/eslint-config-prettier": "10.0.0",
"@vue/eslint-config-typescript": "14.0.0",
"@vue/tsconfig": "0.5.1",
"@vueuse/components": "11.1.0",
"@vueuse/core": "11.1.0",
"@types/node": "22.7.9",
"@vitejs/plugin-legacy": "6.0.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.1.4",
"@vue/tsconfig": "0.7.0",
"@vueuse/components": "12.0.0",
"@vueuse/core": "12.0.0",
"browser-fs-access": "0.35.0",
"compressorjs": "1.2.1",
"cross-env": "7.0.3",
"dayjs": "1.11.13",
"eslint": "9.12.0",
"eslint": "9.17.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.32.0",
"file-saver": "2.0.5",
"json5": "2.2.3",
"jszip": "3.10.1",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"localforage": "1.10.0",
"naive-ui": "2.40.1",
"naive-ui": "2.40.3",
"normalize.css": "8.0.1",
"p-limit": "6.1.0",
"pinia": "2.2.4",
"prettier": "3.3.3",
"sass": "1.79.4",
"pinia": "2.3.0",
"prettier": "3.4.2",
"sass": "1.83.0",
"simple-git": "3.27.0",
"simple-git-hooks": "2.11.1",
"tsx": "4.19.1",
"typescript": "5.6.3",
"tsx": "4.19.2",
"typescript": "5.7.2",
"universal-base64url": "1.1.0",
"unocss": "0.63.4",
"unplugin-auto-import": "0.18.3",
"unocss": "0.65.1",
"unplugin-auto-import": "0.19.0",
"unplugin-data": "0.1.1",
"unplugin-vue-components": "0.27.4",
"unplugin-vue-components": "0.27.5",
"user-attachments": "1.1.2",
"vite": "5.4.8",
"vite-plugin-monkey": "4.0.6",
"vue": "3.5.11",
"vue-router": "4.4.5"
"vite": "6.0.3",
"vite-plugin-monkey": "5.0.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"volta": {
"node": "22.10.0",
"pnpm": "9.12.2"
"pnpm": "9.15.0"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.0",
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
Expand Down
Loading

0 comments on commit 206d9b5

Please sign in to comment.