Skip to content

Commit

Permalink
Update dependencies, devDependencies, and peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Nov 3, 2020
1 parent 46f4e88 commit 993d786
Show file tree
Hide file tree
Showing 6 changed files with 1,341 additions and 1,246 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -63,27 +63,27 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.11.6",
"@storybook/addon-actions": "6.0.25",
"@storybook/addon-essentials": "6.0.25",
"@storybook/addon-links": "6.0.25",
"@storybook/react": "6.0.25",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.4",
"@types/react": "16.9.50",
"@types/react-dom": "16.9.8",
"@babel/core": "7.12.3",
"@storybook/addon-actions": "6.0.28",
"@storybook/addon-essentials": "6.0.28",
"@storybook/addon-links": "6.0.28",
"@storybook/react": "6.0.28",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.0",
"@types/react": "16.9.55",
"@types/react-dom": "16.9.9",
"@types/react-is": "16.7.1",
"@types/react-redux": "7.1.9",
"@types/react-redux": "7.1.10",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/react-router-dom": "5.1.6",
"babel-loader": "8.1.0",
"coveralls": "3.1.0",
"gh-pages": "3.1.0",
"husky": "4.3.0",
"lerna": "3.22.1",
"lint-staged": "10.4.0",
"lint-staged": "10.5.1",
"standard-version": "9.0.0",
"tsdx": "0.14.0",
"tsdx": "0.14.1",
"typescript": "3.9.7",
"yarn-or-npm": "3.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/dev-helpers/package.json
Expand Up @@ -58,15 +58,15 @@
"dependencies": {
"@material-ui/core": "^4.11.0",
"prop-types": "^15.7.2",
"react-is": "^16.13.1",
"react-redux": "^7.2.1",
"react-is": "^16.8.3 || ^17",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"typeface-roboto": "^0.0.75"
"typeface-roboto": "^1.1.13"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react": "^16.8.3 || ^17",
"react-dom": "^16.8.3 || ^17"
}
}
8 changes: 4 additions & 4 deletions packages/react-hibernate/package.json
Expand Up @@ -57,16 +57,16 @@
"types": "tsc --p tsconfig.json"
},
"dependencies": {
"limited-cache": "^1.0.0",
"limited-cache": "^1.0.1",
"prop-types": "^15.7.2",
"react-is": "^16.12.0",
"react-is": "^16.8.3 || ^17",
"react-reverse-portal": "^2.0.1"
},
"devDependencies": {
"react-hibernate-dev-helpers": "^0.2.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react": "^16.8.3 || ^17",
"react-dom": "^16.8.3 || ^17"
}
}
4 changes: 2 additions & 2 deletions packages/react-pauseable-containers/package.json
Expand Up @@ -68,8 +68,8 @@
"react-hibernate-dev-helpers": "^0.2.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react": "^16.8.3 || ^17",
"react-dom": "^16.8.3 || ^17",
"react-redux": ">=7.0.0"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-router-hibernate/package.json
Expand Up @@ -60,18 +60,18 @@
"types": "tsc --p tsconfig.json"
},
"dependencies": {
"limited-cache": "^1.0.0",
"limited-cache": "^1.0.1",
"prop-types": "^15.7.2",
"react-is": "^16.12.0",
"react-is": "^16.8.3 || ^17",
"react-reverse-portal": "^2.0.1"
},
"devDependencies": {
"react-hibernate-dev-helpers": "^0.2.0",
"react-router-dom": "5.2.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react": "^16.8.3 || ^17",
"react-dom": "^16.8.3 || ^17",
"react-router": ">=5.0.0",
"react-router-dom": ">=5.0.0"
},
Expand Down

0 comments on commit 993d786

Please sign in to comment.