Skip to content

Commit

Permalink
dependency resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsonj committed Aug 7, 2024
1 parent 018935b commit b5cb6f6
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 233 deletions.
7 changes: 5 additions & 2 deletions apps/data-product-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"private": true,
"homepage": "http://localhost/data-products/",
"dependencies": {
"@date-io/core": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "~4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"core-js": "^3.37.1",
"dateformat": "^5.0.3",
"lodash": "^4.17.21",
Expand All @@ -32,13 +35,13 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"worker-loader": "^3.0.8"
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions apps/explore-data-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.3",
"worker-loader": "^3.0.8"
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand Down
2 changes: 2 additions & 0 deletions apps/prototype-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
Expand Down
4 changes: 1 addition & 3 deletions apps/sample-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"js-file-download": "^0.4.12",
"json2csv": "^5.0.7",
"portal-core-components": "github:NEONScience/portal-core-components#v2.10.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-d3-graph": "^2.6.0",
"react-dom": "^17.0.2",
Expand All @@ -31,9 +32,6 @@
"whatwg-fetch": "^3.6.20"
},
"overrides": {
"react-d3-graph": {
"react": "^17.0.2"
},
"portal-core-components": {
"d3-drag": "^1.2.5",
"d3-selection": "^1.4.2",
Expand Down
1 change: 1 addition & 0 deletions apps/taxonomic-lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"jquery": "~3.7.1",
"lodash": "^4.17.21",
"portal-core-components": "github:NEONScience/portal-core-components#v2.10.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
Expand Down
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@
"workspaces": [
"apps/*"
],
"resolutions": {
"@material-ui/pickers": "^3.3.11",
"css-line-break": "^2.1.0",
"fast-deep-equal": "^3.1.3",
"html2canvas": "^1.4.1",
"html2canvas/css-line-break": "^2.1.0",
"html2canvas/text-segmentation": "^1.0.3",
"jspdf": "^2.5.1",
"jspdf/html2canvas": "^1.4.1",
"jspdf-autotable": "^3.8.2",
"material-table@npm:^1.69.3/@material-ui/pickers": "^3.3.11",
"material-table/fast-deep-equal": "^3.1.3",
"material-table/jspdf": "^2.5.1",
"material-table/jspdf-autotable": "^3.8.2",
"material-table/prop-types": "^15.8.1",
"react-beautiful-dnd/react-redux": "^8.1.3",
"react-markdown/inline-style-parser": "^0.2.3",
"react-markdown/style-to-object": "^1.0.6",
"react-is": "^17.0.2",
"prop-types": "^15.8.1",
"text-segmentation": "^1.0.3"
},
"scripts": {
"ci": "yarn install --immutable",
"ci:prod": "yarn install --immutable",
Expand Down
Loading

0 comments on commit b5cb6f6

Please sign in to comment.