Skip to content

Commit

Permalink
upgrade 3rd segment for node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Nov 6, 2024
1 parent d910b26 commit 52c6854
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
{
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
}
```

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"private": true,
"engines": {
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
},
"engine-strict": true,
"volta": {
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"prepare": "is-ci || husky",
"start": "electron ./build",
Expand Down Expand Up @@ -75,7 +75,7 @@
"classnames": "2.5.1",
"color": "4.2.3",
"csstype": "3.1.3",
"darkreader": "4.9.95",
"darkreader": "4.9.96",
"dbus-next": "0.10.2",
"debug": "4.3.7",
"electron-dl": "3.5.2",
Expand All @@ -95,7 +95,7 @@
"macos-version": "5.2.1",
"markdown-to-jsx": "7.5.0",
"minimist": "1.2.8",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-localstorage": "1.2.0",
"mobx-react": "7.6.0",
"mobx-react-form": "6.10.1",
Expand Down Expand Up @@ -142,13 +142,13 @@
"@types/auto-launch": "5.0.5",
"@types/color": "3.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.10",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/minimist": "1.2.5",
"@types/ms": "0.7.34",
"@types/node": "20.14.10",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
Expand Down
Loading

0 comments on commit 52c6854

Please sign in to comment.