Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 3faa070 commit 1ce8f74
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 6.0.2
- name: submodule
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"dependencies": {
"@xiaoshuapp/draggable": "4.1.1",
"dexie": "3.2.3",
"dexie": "3.2.7",
"nexmoe.css": "0.6.0",
"sharer.js": "0.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.37.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@ffflorian/jszip-cli": "3.4.1",
"@iconify/json": "2.2.70",
"@ffflorian/jszip-cli": "3.6.4",
"@iconify/json": "2.2.221",
"@types/download": "8.0.2",
"@types/file-saver": "2.0.5",
"@types/fs-extra": "11.0.1",
Expand All @@ -47,14 +47,14 @@
"@vue/compiler-sfc": "3.3.4",
"@vueuse/core": "10.1.2",
"body-parser": "1.20.2",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"cross-env": "7.0.3",
"crx": "5.0.1",
"download": "8.0.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"esno": "0.16.3",
"esno": "0.17.0",
"express": "4.18.2",
"file-saver": "2.0.5",
"fs-extra": "9.1.0",
Expand Down
Loading

0 comments on commit 1ce8f74

Please sign in to comment.