Skip to content

Commit

Permalink
Upgrade node engine to 22 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitharussel authored Dec 10, 2024
1 parent 8b317ec commit 64268f0
Show file tree
Hide file tree
Showing 3 changed files with 6,046 additions and 11,396 deletions.
9 changes: 6 additions & 3 deletions apollos-church-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"translate": "node scripts/translate.js"
},
"engines": {
"node": "16"
"node": "22"
},
"dependencies": {
"@apollosproject/bugsnag": "^2.13.1",
Expand All @@ -36,6 +36,10 @@
"@apollosproject/data-schema": "^2.32.2",
"@apollosproject/rock-apollo-data-source": "^2.30.0",
"@apollosproject/server-core": "^2.30.0",
"lodash": "^4.17.21",
"pg": "^8.13.1",
"sequelize": "^6.37.5",
"umzug": "^3.8.2",
"apollo-server": "^2.24.1",
"apollo-server-express": "2.14.2",
"cloudinary": "^1.25.1",
Expand All @@ -46,8 +50,7 @@
"graphql": "14.6.0",
"prettier": "1.12.1",
"randomcolor": "0.5.3",
"sanitize-html": "^2.4.0",
"umzug": "^3.0.0-beta.15"
"sanitize-html": "^2.4.0"
},
"devDependencies": {
"@apollosproject/apollo-server-env-mock": "^2.29.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"private": true,
"devDependencies": {
"lerna": "^3.20.2",
"chalk": "^4.0.0"
"chalk": "^5.3.0",
"lerna": "^8.1.9"
},
"dependencies": {},
"workspaces": {
Expand Down
Loading

0 comments on commit 64268f0

Please sign in to comment.