Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Nov 11, 2020
1 parent ae2c645 commit 02eee2c
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 106 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-env": "^7.0.2",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lint-staged": "^10.5.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"typescript": "^3.9.7",
"wsrun": "^5.2.4"
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^11.1.2",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"lint-staged": "^10.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
],
"devDependencies": {
"@react-rxjs/core": "0.6.0",
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^11.1.2",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
],
"devDependencies": {
"@react-rxjs/core": "0.6.0",
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^11.1.2",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"react": "^17.0.1",
Expand Down
Loading

0 comments on commit 02eee2c

Please sign in to comment.