Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.10.0
24.11.1
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Frontend dockerfile
# Pinning to 20.10.0 to avoid GH Action lint error exit code 243
# See: https://stackoverflow.com/a/71892226/3120863
FROM node:20.10.0
FROM node:24.11.1

# install dependencies first, in a different location for easier app bind mounting for local development
# due to default /opt permissions we have to create the dir with root and change perms
Expand Down
92 changes: 46 additions & 46 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"version": "0.1.0",
"author": "Chan Zuckerberg Initiative",
"dependencies": {
"@blueprintjs/core": "^5.8.2",
"@blueprintjs/icons": "^5.7.0",
"@blueprintjs/select": "^5.0.23",
"@czi-sds/components": "^20.4.0",
"@czi-sds/data-viz": "^0.3.0",
"@blueprintjs/core": "^6.0.0",
"@blueprintjs/icons": "^6.0.0",
"@blueprintjs/select": "^6.0.0",
"@czi-sds/components": "^23.0.0",
"@czi-sds/data-viz": "^0.16.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@loadable/component": "^5.15.3",
"@mui/base": "^5.0.0-beta.3",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^7.0.0",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.14.0",
"@mui/material": "^7.0.0",
"@types/d3-scale-chromatic": "^3.0.0",
"@vgrid/sass-inline-svg": "^1.0.1",
"@vgrid/sass-inline-svg": "^2.0.0",
"@visx/clip-path": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/group": "^3.3.0",
Expand All @@ -33,31 +33,31 @@
"csv": "^6.3.1",
"d3-scale-chromatic": "^3.0.0",
"downloadjs": "^1.4.7",
"echarts": "^5.4.2",
"echarts": "^6.0.0",
"html-to-image": "^1.11.11",
"jschardet": "^2.3.0",
"jschardet": "^3.0.0",
"lodash": "^4.17.21",
"ml-hclust": "^3.1.0",
"ml-hclust": "^4.0.0",
"next": "^14.2.26",
"next-mdx-remote": "^4.4.1",
"next-mdx-remote": "^5.0.0",
"next-secure-headers": "^2.2.0",
"next-sitemap": "^3.1.55",
"next-sitemap": "^4.0.0",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-highlight": "^0.15.0",
"react-intersection-observer": "^9.5.2",
"react-intersection-observer": "^10.0.0",
"react-move": "^6.5.0",
"react-query": "^3.39.3",
"@tanstack/react-query": "^4.0.5",
"react-table": "^7.8.0",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.4.0",
"react-uuid": "^2.0.0",
"react-window": "^1.8.9",
"rehype-mathjax": "^4.0.2",
"rehype-slug": "^5.1.0",
"remark-math": "^5.1.1",
"react-window": "^2.0.0",
"rehype-mathjax": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0",
"sass": "^1.63.6"
},
"devDependencies": {
Expand All @@ -66,53 +66,53 @@
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@blueprintjs/eslint-plugin": "^6.1.0",
"@next/eslint-plugin-next": "^14.1.0",
"@next/eslint-plugin-next": "^16.0.0",
"@playwright/test": "^1.51.1",
"@svgr/webpack": "^8.1.0",
"@types/adm-zip": "^0.5.5",
"@types/downloadjs": "^1.4.3",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.195",
"@types/node": "^20.10.0",
"@types/node": "^24.0.0",
"@types/pako": "^2.0.0",
"@types/papaparse": "^5.3.7",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.5",
"@types/react": "18.2.42",
"@types/react-dom": "^18.2.18",
"@types/react": "19.2.7",
"@types/react-dom": "^19.0.0",
"@types/react-highlight": "^0.12.8",
"@types/react-table": "^7.7.14",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/react-window": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"adm-zip": "^0.5.10",
"allure-commandline": "^2.23.0",
"allure-playwright": "^2.4.0",
"babel-eslint": "^10.1.0",
"concurrently": "^6.5.1",
"eslint": "^8.53.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.0.0",
"allure-playwright": "^3.0.0",
"@babel/eslint-parser": "^7.11.0",
"concurrently": "^9.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsx-expressions": "^1.3.1",
"eslint-plugin-mdx": "^2.1.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-sonarjs": "^3.0.0",
"expect-playwright": "^0.8.0",
"gray-matter": "^4.0.3",
"pixelmatch": "^5.3.0",
"pixelmatch": "^7.0.0",
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^2.3.4",
"sharp": "^0.32.6",
"start-server-and-test": "^1.15.4",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"typescript": "^4.9.5"
"prettier-plugin-organize-imports": "^4.0.0",
"sharp": "^0.34.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^16.0.0",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-standard": "^39.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": "v20.10.0"
"node": "24.11.1"
},
"keywords": [
"cellxgene",
Expand Down
Loading