Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Oct 30, 2020
1 parent 31aba85 commit 9f5f6d6
Show file tree
Hide file tree
Showing 5 changed files with 1,748 additions and 1,426 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"cross-env": "^7.0.2",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"lint-staged": "^10.5.0",
"prettier": "^2.1.2",
"typescript": "^3.9.7",
"wsrun": "^5.2.1"
"wsrun": "^5.2.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": "prettier --write"
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.13",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rxjs": "^6.6.3",
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^3.9.7"
}
}
20 changes: 10 additions & 10 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
],
"devDependencies": {
"@react-rxjs/core": "0.5.0",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.13",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rxjs": "^6.6.3",
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^3.9.7"
}
}
20 changes: 10 additions & 10 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
],
"devDependencies": {
"@react-rxjs/core": "0.5.0",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.13",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"jest-marbles": "^2.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rxjs": "^6.6.3",
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^3.9.7"
}
}
Loading

0 comments on commit 9f5f6d6

Please sign in to comment.