Skip to content

Commit

Permalink
chore(dev-tools): update node version and npm version for volta
Browse files Browse the repository at this point in the history
  • Loading branch information
pplancq committed Apr 11, 2024
1 parent fa900db commit 97ff5b7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"node": "20.12.2",
"npm": "10.5.2"
}
}
3 changes: 1 addition & 2 deletions packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@commitlint/cli": "^19.0.3"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"commander": "^12.0.0"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
}
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"postcss-preset-env": "^9.5.4"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"prettier": "^3.1.1"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
4 changes: 2 additions & 2 deletions packages/react-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"webpack-dev-server": "^4.15.2"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"node": "20.12.2",
"npm": "10.5.2"
},
"browserslist": {
"production": [
Expand Down
3 changes: 1 addition & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"semantic-release": ">=22.0.12 <24"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
}
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}
3 changes: 1 addition & 2 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"webpack-dev-server": "^4.15.1"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
"extends": "../../package.json"
}
}

0 comments on commit 97ff5b7

Please sign in to comment.