Skip to content

Commit

Permalink
v2.9.0 (#30)
Browse files Browse the repository at this point in the history
* bump deps, core components ref

* prepare v2.9.0, portal-core-components v2.9.0
  • Loading branch information
sampsonj authored Jul 20, 2024
1 parent 1534419 commit fbe0c59
Show file tree
Hide file tree
Showing 28 changed files with 3,413 additions and 3,016 deletions.
36 changes: 18 additions & 18 deletions apps/data-availability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-availability",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"homepage": "https://localhost/visualizations/data-availability",
"dependencies": {
Expand All @@ -11,15 +11,15 @@
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"@reduxjs/toolkit": "^1.9.7",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.3",
"@types/react": "^17.0.73",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.11",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"core-js": "^3.34.0",
"core-js": "^3.37.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"moment": "^2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -30,23 +30,23 @@
"redux-observable": "^2.0.0",
"reselect": "^4.1.8",
"rxjs": "^7.8.1",
"typescript": "~4.9.5",
"web-vitals": "^3.5.0"
"typescript": "~4.9.5"
},
"devDependencies": {
"@typescript-eslint/parser": "~5.62.0",
"commander": "^11.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"@typescript-eslint/parser": "~7.16.1",
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"start:prod": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/data-availability/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
6 changes: 0 additions & 6 deletions apps/data-availability/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ ReactDOM.render(
</React.StrictMode>,
document.getElementById('root'),
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
// eslint-disable-next-line no-console
// reportWebVitals(console.log);
22 changes: 0 additions & 22 deletions apps/data-availability/src/reportWebVitals.ts

This file was deleted.

22 changes: 11 additions & 11 deletions apps/data-product-detail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-data-products",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"homepage": "http://localhost/data-products/",
"dependencies": {
Expand All @@ -10,31 +10,31 @@
"@material-ui/lab": "~4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"core-js": "^3.34.0",
"core-js": "^3.37.1",
"dateformat": "^5.0.3",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"moment": "2.29.4",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.25.0",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.1",
"stickyfilljs": "^2.1.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"commander": "^11.1.0",
"eslint": "^8.56.0",
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"react-scripts": "^5.0.1",
"worker-loader": "^3.0.8"
},
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/data-product-detail/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
20 changes: 10 additions & 10 deletions apps/explore-data-products/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explore-data-products",
"version": "2.8.1",
"version": "2.9.0",
"private": true,
"homepage": "https://localhost/data-products/explore",
"dependencies": {
Expand All @@ -10,25 +10,25 @@
"@material-ui/lab": "~4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"core-js": "^3.34.0",
"core-js": "^3.37.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "2.29.4",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"commander": "^11.1.0",
"eslint": "^8.56.0",
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.3",
"worker-loader": "^3.0.8"
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/explore-data-products/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
20 changes: 10 additions & 10 deletions apps/prototype-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prototype-data",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"homepage": "https://localhost/prototype-datasets",
"dependencies": {
Expand All @@ -10,25 +10,25 @@
"@material-ui/lab": "~4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"core-js": "^3.34.0",
"core-js": "^3.37.1",
"dateformat": "^5.0.3",
"lodash": "^4.17.21",
"moment": "2.29.4",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"moment": "2.30.1",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.25.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"commander": "^11.1.0",
"eslint": "^8.56.0",
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/prototype-data/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
22 changes: 11 additions & 11 deletions apps/sample-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-explorer",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"homepage": "http://localhost/sample-explorer/",
"dependencies": {
Expand All @@ -9,13 +9,13 @@
"@material-ui/lab": "~4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"ag-grid-community": "^31.0.1",
"ag-grid-react": "^31.0.1",
"core-js": "^3.34.0",
"ag-grid-community": "^32.0.2",
"ag-grid-react": "^32.0.2",
"core-js": "^3.37.1",
"d3": "^5.16.0",
"js-file-download": "^0.4.12",
"json2csv": "^5.0.7",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"react": "^17.0.2",
"react-d3-graph": "^2.6.0",
"react-dom": "^17.0.2",
Expand All @@ -39,12 +39,12 @@
"lint:watch": "npm run lint -- --watch"
},
"devDependencies": {
"commander": "^11.1.0",
"eslint": "^8.56.0",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"typescript": "~5.3.3"
"commander": "^12.1.0",
"eslint": "^8.57.0",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"typescript": "~5.5.3"
},
"browserslist": {
"production": [
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/sample-explorer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
24 changes: 12 additions & 12 deletions apps/taxonomic-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxonomic-lists",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"homepage": "http://localhost/taxonomic-lists/",
"dependencies": {
Expand All @@ -10,14 +10,14 @@
"@material-ui/pickers": "^3.3.11",
"@material-ui/styles": "^4.11.5",
"bootstrap": "^3.4.1",
"core-js": "^3.34.0",
"datatables.net": "^1.13.8",
"datatables.net-bs": "^1.13.8",
"datatables.net-responsive": "~2.4.1",
"datatables.net-responsive-bs": "~2.4.1",
"core-js": "^3.37.1",
"datatables.net": "1.13.8",
"datatables.net-bs": "1.13.8",
"datatables.net-responsive": "2.4.1",
"datatables.net-responsive-bs": "2.4.1",
"jquery": "~3.6.4",
"lodash": "^4.17.21",
"portal-core-components": "github:NEONScience/portal-core-components#v2.8.0",
"portal-core-components": "github:NEONScience/portal-core-components#v2.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
Expand All @@ -38,11 +38,11 @@
"lint:fix": "(npx eslint --fix src/ --ext .js,.jsx,.ts,.tsx || true) && exit 0"
},
"devDependencies": {
"commander": "^11.1.0",
"eslint": "^8.56.0",
"express": "^4.18.2",
"jsdom": "^23.0.1",
"prettier": "^3.1.1"
"commander": "^12.1.0",
"eslint": "^8.57.0",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.3"
},
"browserslist": {
"production": [
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/taxonomic-lists/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link
rel="stylesheet"
data-meta="drupal-theme"
href="%PUBLIC_URL%/assets/css/drupal-theme.9632c20320a55418c76ed2e12456b01c.min.css"
href="%PUBLIC_URL%/assets/css/drupal-theme.51c2458ac1eebddc67c3a916baf5ee23.min.css"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<!-- jQuery needed for drupal header -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-react-apps",
"version": "2.8.0",
"version": "2.9.0",
"private": true,
"workspaces": [
"apps/*"
Expand Down
Loading

0 comments on commit fbe0c59

Please sign in to comment.