Skip to content

Commit

Permalink
Upgrade node, pnpm and deps (minor revisions)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jul 14, 2024
1 parent d8158e2 commit 4d869a0
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.15.1
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
{
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture

FROM docker.io/library/node:20.15.0-buster AS builder
FROM docker.io/library/node:20.15.1-buster AS builder

ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"repository": "https://github.com/ferdium/ferdium-app.git",
"private": true,
"engines": {
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"engine-strict": true,
"volta": {
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"prepare": "is-ci || husky",
"start": "electron ./build",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@emotion/styled": "11.11.5",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"@mui/icons-material": "5.16.1",
"@mui/material": "5.16.1",
"@octokit/core": "5.1.0",
"@sentry/electron": "4.14.0",
"@superwf/mobx-react-router": "7.4.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"macos-version": "5.2.1",
"markdown-to-jsx": "7.4.7",
"minimist": "1.2.8",
"mobx": "6.12.4",
"mobx": "6.13.0",
"mobx-localstorage": "1.2.0",
"mobx-react": "7.6.0",
"mobx-react-form": "6.9.4",
Expand All @@ -116,9 +116,9 @@
"react-jss": "10.10.0",
"react-loader-spinner": "5.4.5",
"react-modal": "3.16.1",
"react-router-dom": "6.24.0",
"react-router-dom": "6.24.1",
"react-sortable-hoc": "2.0.0",
"react-tooltip": "5.27.0",
"react-tooltip": "5.27.1",
"react-topbar-progress-indicator": "4.1.1",
"react-transition-group": "4.4.5",
"route-parser": "0.0.5",
Expand Down Expand Up @@ -146,7 +146,7 @@
"@types/lodash": "4.17.6",
"@types/minimist": "1.2.5",
"@types/ms": "0.7.34",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/prop-types": "15.7.12",
"@types/react": "18.3.3",
"@types/react-color": "3.0.12",
Expand Down Expand Up @@ -185,7 +185,7 @@
"husky": "9.0.11",
"is-ci": "3.0.1",
"jest": "29.7.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"preval-build-info": "1.0.3",
"rimraf": "5.0.7",
"simple-git": "3.25.0",
Expand Down
Loading

0 comments on commit 4d869a0

Please sign in to comment.