Skip to content

Commit

Permalink
chore(volta): bump node/npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed May 19, 2024
1 parent e9ce7bd commit 35b7cd3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,22 @@
"vite-plugin-pwa": "0.20.0"
},
"browserslist": {
"development": ["last 1 version"],
"production": ["> 1%", "last 2 versions", "not ie <= 10"]
"development": [
"last 1 version"
],
"production": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"volta": {
"node": "21.7.1",
"npm": "10.5.0"
"node": "22.2.0",
"npm": "10.8.0"
}
}

0 comments on commit 35b7cd3

Please sign in to comment.