Skip to content

Commit

Permalink
Merge pull request #28 from elonehoo/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
elonehoo authored Jul 31, 2023
2 parents ac2889d + a9d68e0 commit 4fce9c6
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Install node
uses: actions/setup-node@v3
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "interactive-tornado",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.11",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -12,9 +12,9 @@
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"eslint": "8.45.0",
"pnpm": "8.6.9",
"eslint": "8.46.0",
"pnpm": "8.6.11",
"typescript": "5.1.6",
"vite": "4.4.6"
"vite": "4.4.7"
}
}
Loading

0 comments on commit 4fce9c6

Please sign in to comment.