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 30, 2023
1 parent ac2889d commit a9d68e0
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 a9d68e0

Please sign in to comment.