Skip to content

Commit

Permalink
Upgrade carbon sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-thong committed May 24, 2022
1 parent fe12788 commit e620bec
Show file tree
Hide file tree
Showing 2 changed files with 753 additions and 18 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react-router-dom": "^5.1.7",
"@types/redux-logger": "^3.0.8",
"bignumber.js": "^9.0.1",
"carbon-js-sdk": "^0.1.57",
"carbon-js-sdk": "^0.1.91",
"chart.js": "^3.2.0",
"eslint": "^7.23.0",
"gsap": "^3.6.1",
Expand Down Expand Up @@ -52,7 +52,8 @@
"compress": "sh dist/scripts/release.sh",
"release": "yarn build && yarn compress",
"serve": "yarn build && http-server ./build",
"lint": "yarn run eslint . --ext .ts,.tsx"
"lint": "yarn run eslint . --ext .ts,.tsx",
"upgrade-sdk": "yarn upgrade carbon-js-sdk@latest"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit e620bec

Please sign in to comment.