Skip to content

Commit

Permalink
* chore: update dependencies
Browse files Browse the repository at this point in the history
* chore: simplify tsconfig.json

* fix: ts error

* chore: update example dependencies
  • Loading branch information
KAROTT7 committed Aug 3, 2024
1 parent f2d8f5b commit 62791e4
Show file tree
Hide file tree
Showing 6 changed files with 1,459 additions and 1,482 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"typescript": "^5.0.3",
"vite": "^4.2.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-react-views": "link:.."
}
}
Loading

0 comments on commit 62791e4

Please sign in to comment.