Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 30, 2024
1 parent 4754694 commit 6bd1dd1
Show file tree
Hide file tree
Showing 3 changed files with 6,102 additions and 5,121 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Set node
uses: actions/setup-node@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Set node
uses: actions/setup-node@v4
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.1.3",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
"homepage": "https://github.com/antfu/icones#readme",
Expand All @@ -27,45 +27,45 @@
"build:electron": "NODE_ENV=production npm -C ./electron run build"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@vueuse/core": "^10.9.0",
"dexie": "^4.0.1",
"@antfu/utils": "^0.7.8",
"@vueuse/core": "^10.10.0",
"dexie": "^4.0.7",
"file-saver": "^2.0.5",
"floating-vue": "^5.2.2",
"fzf": "^0.5.2",
"hotkeys-js": "^3.13.7",
"iconify-icon": "^2.0.0",
"iconify-icon": "^2.1.0",
"prettier": "^3.2.5",
"vue": "^3.4.21",
"vue": "^3.4.27",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@iconify/json": "^2.2.202",
"@antfu/eslint-config": "^2.19.1",
"@iconify/json": "^2.2.215",
"@purge-icons/generated": "^0.10.0",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.0.4",
"dayjs": "^1.11.10",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.0",
"dayjs": "^1.11.11",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"lru-cache": "^10.2.0",
"lru-cache": "^10.2.2",
"pnpm": "8.10.2",
"svg-packer": "^0.0.3",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite-plugin-pages": "^0.32.1",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-pwa": "^0.19.8",
"vue-tsc": "^2.0.11"
"vite-plugin-pwa": "^0.20.0",
"vue-tsc": "^2.0.19"
},
"pnpm": {
"neverBuiltDependencies": [
Expand Down
Loading

0 comments on commit 6bd1dd1

Please sign in to comment.