Skip to content

Commit

Permalink
Moved dependency and fixed welcome screen width (#66)
Browse files Browse the repository at this point in the history
* Moved dependency and fixed welcome screen width

* update version number
  • Loading branch information
michaelshin authored Apr 20, 2023
1 parent 9dfef04 commit 91236fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions deepview-explore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "centml",
"repository": "https://github.com/CentML/DeepView.Explore",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.76.0"
},
Expand Down Expand Up @@ -92,8 +92,6 @@
"typescript": "^4.4.3"
},
"dependencies": {
"@bugsnag/js": "^7.20.0",
"@bugsnag/plugin-react": "^7.19.0",
"@segment/analytics-node": "^1.0.0-beta.23",
"@types/ws": "^8.2.0",
"bootstrap-fork": "^3.3.6",
Expand Down
2 changes: 2 additions & 0 deletions deepview-explore/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@bugsnag/js": "^7.20.0",
"@bugsnag/plugin-react": "^7.19.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
Expand Down
2 changes: 1 addition & 1 deletion deepview-explore/react-ui/src/sections/WelcomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const WelcomeScreen = ({ analysisState, vscodeApi }) => {
<Card.Title></Card.Title>
<Card.Body>
<Stack gap={3}>
<Image src="resources/deepview.png" width="400px"></Image>
<Image src="resources/deepview.png"></Image>
{analysisState && (
<>
<ProjectInfo
Expand Down

0 comments on commit 91236fa

Please sign in to comment.