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

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 Feb 15, 2023
1 parent 1386a90 commit 4c7988b
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 284 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ritem-mini",
"version": "1.0.0",
"packageManager": "pnpm@7.23.0",
"packageManager": "pnpm@7.27.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.6.1"
"react-router-dom": "6.8.1"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.13",
"@iconify-json/carbon": "1.1.15",
"@types/node": "17.0.45",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@unocss/reset": "0.48.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@unocss/reset": "0.49.4",
"@vitejs/plugin-react": "2.2.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"eslint": "8.31.0",
"pnpm": "7.23.0",
"eslint": "8.34.0",
"pnpm": "7.27.0",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"unocss": "0.48.3",
"typescript": "4.9.5",
"unocss": "0.49.4",
"vite": "3.2.5",
"vitest": "0.26.3"
"vitest": "0.28.5"
}
}

0 comments on commit 4c7988b

Please sign in to comment.