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] authored Jul 26, 2023
1 parent 468da1c commit dc83586
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 245 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@xiaoshuapp/draggable": "4.1.1",
"dexie": "3.2.3",
"dexie": "3.2.4",
"nexmoe.css": "0.6.0",
"sharer.js": "0.5.1"
},
Expand All @@ -35,7 +35,7 @@
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@ffflorian/jszip-cli": "3.4.1",
"@iconify/json": "2.2.70",
"@iconify/json": "2.2.95",
"@types/download": "8.0.2",
"@types/file-saver": "2.0.5",
"@types/fs-extra": "11.0.1",
Expand All @@ -54,7 +54,7 @@
"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 dc83586

Please sign in to comment.