Skip to content

Commit

Permalink
Add Vite to regular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 1, 2024
1 parent 00f09a7 commit b297f4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"vite": "^5.0.10"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand All @@ -23,6 +24,6 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8"
"vite": "^5.0.10"
}
}

0 comments on commit b297f4c

Please sign in to comment.