Skip to content

Commit

Permalink
chore: bump deps (major), relax node to 14.16 for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Aug 19, 2022
1 parent 3190e48 commit 6a73a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"bundleDependencies": false,
"dependencies": {
"@adobe/aio-lib-core-errors": "^3.0.0",
"@adobe/aio-lib-core-logging": "^1.1.2",
"@adobe/aio-lib-core-errors": "^3.1.0",
"@adobe/aio-lib-core-logging": "^2.0.0",
"change-case": "^4.1.1",
"swagger-client": "3.13.5",
"uuid": "^8.0.0"
Expand Down Expand Up @@ -65,6 +65,6 @@
"access": "public"
},
"engines": {
"node": "^14.18 || ^16.13 || >=18"
"node": "^14.16 || ^16.13 || >=18"
}
}

0 comments on commit 6a73a36

Please sign in to comment.