Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
VienDinhCom committed Sep 6, 2020
1 parent b2d6b5d commit fa99f50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/cool-store-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"bootstrap": "^4.4.1",
"cool-store": "^2.2.9",
"cool-store": "^3.0.0",
"rxjs": "~6.4.0",
"shortid": "^2.2.15",
"tslib": "^1.10.0",
Expand Down
13 changes: 6 additions & 7 deletions examples/cool-store-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.4.1",
"cool-store": "^2.2.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.1",
"cool-store": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"rxjs": "^6.5.4",
"shortid": "^2.2.15"
},
Expand All @@ -36,6 +33,8 @@
]
},
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/shortid": "^0.0.29",
"typescript": "^3.7.5"
}
Expand Down

0 comments on commit fa99f50

Please sign in to comment.