Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 28, 2021
1 parent 9aaef0d commit 22118ff
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 491 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-var-requires": "off",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@material-ui/core": "^4.9.13",
Expand Down Expand Up @@ -130,9 +130,9 @@
"prettier": "^2.1.0",
"prop-types": "^15.0.0",
"range-parser": "^1.2.1",
"react": "^16.8.0",
"react": "^17.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.8.0",
"react-dom": "^17.0.0",
"react-is": "^16.13.1",
"react-scripts": "^4.0.3",
"requestidlecallback-polyfill": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions products/jbrowse-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"node-fetch": "^2.6.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^1.2.5",
"react-sizeme": "^2.6.7",
"rxjs": "^6.5.2"
Expand Down
4 changes: 2 additions & 2 deletions products/jbrowse-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"raf": "^3.4.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^1.2.5",
"react-sizeme": "^2.6.7",
"requestidlecallback-polyfill": "^1.0.2",
Expand Down
Loading

0 comments on commit 22118ff

Please sign in to comment.