Skip to content

Commit

Permalink
feat(package): downgrade semantic release to support Node 12 (#57)
Browse files Browse the repository at this point in the history
Dependency upgrade (EME-3913)

BREAKING CHANGE: drop support for Node 10

Co-authored-by: Daniel Raffer <daniel.raffer@emarsys.com>
  • Loading branch information
sonicoder86 and Daniel Raffer authored Feb 8, 2022
1 parent 7baf7c0 commit 200dfc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"homepage": "https://github.com/emartech/escher-suiteapi-js",
"engines": {
"node": "16.13.2"
"node": ">=12.0.0"
},
"dependencies": {
"@emartech/json-logger": "^3.4.0",
"@emartech/json-logger": "3.4.0",
"axios": "0.25.0",
"escher-auth": "^3.2.4"
"escher-auth": "3.2.4"
},
"devDependencies": {
"chai": "4.2.0",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-no-only-tests": "2.4.0",
"eslint-plugin-security": "1.4.0",
"mocha": "8.3.1",
"semantic-release": "19.0.2",
"semantic-release": "17.4.7",
"sinon": "9.2.4",
"sinon-chai": "3.5.0"
}
Expand Down

0 comments on commit 200dfc6

Please sign in to comment.