Skip to content

Commit

Permalink
Merge pull request #1535 from silx-kit/up-deps
Browse files Browse the repository at this point in the history
Upgrade Node and ESLint
  • Loading branch information
axelboc authored Dec 18, 2023
2 parents aa342fd + 7fe0d03 commit 9d71ae0
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 272 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ Here is the summarised workflow (also described with screenshots in
- The component library's Storybook documentation site is deployed to GitHub
Pages on every release: https://h5web-docs.panosc.eu

> Note that the version of pnpm that Netlify installs by default is outdated and
> incompatible with this monorepo. We use the
> [`packageManager` entry](https://docs.netlify.com/configure-builds/manage-dependencies/#pnpm)
> in the root `package.json` to specify a more recent version.
## Release process

To release a new version and publish the packages to NPM:
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"wouter": "3.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"typescript": "5.0.4",
"vite": "5.0.9",
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@types/d3-format": "~3.0.4",
"@types/lodash": "~4.14.202",
"@types/ndarray": "1.0.14",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/three": "0.159.0",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"remark-gfm": "3.0.1",
"storybook": "7.6.4",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"url": "https://github.com/silx-kit/h5web"
},
"engines": {
"node": "18.x",
"node": "20.x",
"pnpm": "8.x"
},
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.12.1",
"scripts": {
"start": "pnpm --filter demo start",
"start:storybook": "pnpm --filter storybook start",
Expand All @@ -37,10 +37,10 @@
"@simonsmith/cypress-image-snapshot": "9.0.1",
"@testing-library/cypress": "10.0.1",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"cypress": "13.6.1",
"cypress-wait-for-stable-dom": "0.1.0",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"@types/d3-format": "~3.0.4",
"@types/lodash": "~4.14.202",
"@types/ndarray": "1.0.14",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-slider": "~1.3.6",
"@vitejs/plugin-react": "4.2.1",
"concat": "1.0.3",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/h5wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@h5web/app": "workspace:*",
"@h5web/shared": "workspace:*",
"@rollup/plugin-alias": "5.1.0",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"react": "18.2.0",
"rollup": "4.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/d3-scale-chromatic": "~3.0.3",
"@types/lodash": "~4.14.202",
"@types/ndarray": "~1.0.14",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-aria-menubutton": "~6.2.13",
"@types/react-dom": "^18.2.17",
Expand All @@ -97,7 +97,7 @@
"@types/three": "0.159.0",
"@vitejs/plugin-react": "4.2.1",
"concat": "1.0.3",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"jest": "29.7.0",
"lightningcss": "1.22.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@types/lodash": "~4.14.202",
"@types/ndarray": "~1.0.14",
"@types/ndarray-ops": "~1.2.7",
"@types/node": "^18.19.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"d3-format": "3.1.0",
"eslint": "8.28.0",
"eslint": "8.56.0",
"eslint-config-galex": "4.5.2",
"jest": "29.7.0",
"lodash": "4.17.21",
Expand Down
Loading

0 comments on commit 9d71ae0

Please sign in to comment.