Skip to content

Commit

Permalink
Merge pull request #311 from helxplatform/feature/sort-variable-view-…
Browse files Browse the repository at this point in the history
…study-types

Variable view rewrite & consistent data source coloring
  • Loading branch information
hina-shah authored Oct 1, 2024
2 parents c70058f + a122cdb commit ae446fc
Show file tree
Hide file tree
Showing 38 changed files with 1,528 additions and 847 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"ignoreParameters": true,
"ignoreProperties": true
}
]
],
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-var-requires": "off"
},
"settings": {
"react": {
Expand Down
141 changes: 117 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"homepage": "/static/frontend",
"dependencies": {
"@ant-design/plots": "^1.0.9",
"@ant-design/plots": "^1.2.5",
"@ant-design/pro-form": "^1.74.7",
"@antv/g2plot": "^2.4.8",
"@floating-ui/dom": "^1.6.10",
Expand All @@ -12,10 +12,6 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/node": "^18.7.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"antd": "^4.22.6",
"axios": "^0.27.2",
"chroma-js": "^2.4.2",
Expand All @@ -28,6 +24,7 @@
"js-cookie": "^3.0.1",
"lunr": "^2.3.9",
"nanoevents": "^6.0.2",
"rc-texty": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-highlight-words": "^0.18.0",
Expand All @@ -37,7 +34,6 @@
"timeago-react": "^3.0.2",
"use-debounce": "^7.0.0",
"uuid": "^9.0.1",
"wait-for-element": "^1.0.2",
"web-vitals": "^1.0.1"
},
"scripts": {
Expand Down Expand Up @@ -73,10 +69,13 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/gatsbyjs__reach-router": "^2.0.4",
"@types/js-cookie": "^3.0.1",
"@types/lunr": "^2.3.7",
"@types/node": "^18.11.9",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-highlight-words": "^0.20.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
Expand Down
Loading

0 comments on commit ae446fc

Please sign in to comment.