Skip to content

Commit

Permalink
fix: fix react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamssg committed Apr 5, 2023
1 parent 2dd7540 commit 9df711d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"dependencies": {
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"file-saver": "^2.0.5"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^21.0.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
Expand Down

0 comments on commit 9df711d

Please sign in to comment.