Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 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 committed Jan 9, 2023
2 parents 59d496c + d8d4f03 commit 1386a90
Show file tree
Hide file tree
Showing 3 changed files with 846 additions and 548 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.2
uses: pnpm/action-setup@v2.2.4

- name: Install node
uses: actions/setup-node@v3
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ritem-mini",
"version": "1.0.0",
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.23.0",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
Expand All @@ -13,23 +13,23 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0"
"react-router-dom": "6.6.1"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.7",
"@iconify-json/carbon": "1.1.13",
"@types/node": "17.0.45",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@unocss/reset": "0.45.18",
"@vitejs/plugin-react": "2.1.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@unocss/reset": "0.48.3",
"@vitejs/plugin-react": "2.2.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"eslint": "8.23.0",
"pnpm": "7.11.0",
"eslint": "8.31.0",
"pnpm": "7.23.0",
"ts-node": "10.9.1",
"typescript": "4.8.3",
"unocss": "0.45.18",
"vite": "3.1.0",
"vitest": "0.23.2"
"typescript": "4.9.4",
"unocss": "0.48.3",
"vite": "3.2.5",
"vitest": "0.26.3"
}
}

0 comments on commit 1386a90

Please sign in to comment.