Skip to content

Commit

Permalink
fix: update @adobe/eslint-config-aio-lib-config and its peer dependen…
Browse files Browse the repository at this point in the history
…cies. fix for node-16
  • Loading branch information
shazron committed Dec 14, 2021
1 parent c8dd6b7 commit a5a2c93
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"deprecated": false,
"description": "Adobe I/O Customer Profile Lib",
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^1.2.0",
"@adobe/eslint-config-aio-lib-config": "^1.4.0",
"@types/node-fetch": "^2.5.4",
"babel-runtime": "^6.26.0",
"codecov": "^3.5.0",
"dotenv": "^8.1.0",
"eol": "^0.9.1",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsdoc": "^37.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^4.0.0",
"jest": "^25.1.0",
"jest-fetch-mock": "^3.0.1",
Expand All @@ -39,7 +39,8 @@
"stdout-stderr": "^0.1.9",
"swagger-parser": "^9.0.0",
"swagger2openapi": "^6.0.1",
"tsd-jsdoc": "^2.4.0"
"tsd-jsdoc": "^2.4.0",
"typescript": "^4.5.4"
},
"homepage": "https://github.com/adobe/aio-lib-customer-profile",
"license": "Apache-2.0",
Expand Down

0 comments on commit a5a2c93

Please sign in to comment.