Skip to content

Commit

Permalink
move typescript out of devDep
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Mar 21, 2024
1 parent 3d74ce6 commit b9eb7a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mv ./protoc/bin/protoc /usr/local/bin/
mv ./protoc/include/* /usr/local/include/

echo "--- Install nodejs"
curl -o- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
. "$NVM_DIR/nvm.sh"
cd dashboard && nvm install && nvm use
Expand Down
10 changes: 4 additions & 6 deletions dashboard/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 dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.3.2",
"styled-components": "5.3.0",
"ts-proto": "^1.169.1"
"ts-proto": "^1.169.1",
"typescript": "5.4.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand All @@ -61,8 +62,7 @@
"eslint-plugin-react": "^7.31.6",
"express": "^4.18.1",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"typescript": "5.4.2"
"prettier-plugin-organize-imports": "^3.1.1"
},
"overrides": {
"react-json-view": {
Expand Down

0 comments on commit b9eb7a1

Please sign in to comment.