Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Aug 5, 2021
1 parent 4993747 commit 490c115
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,12 @@
"@adobe/aio-lib-core-config": "^2.0.0",
"@adobe/aio-lib-core-logging": "^1.1.2",
"@adobe/aio-lib-env": "^1.0.0",
"archiver": "^5.0.0",
"cross-fetch": "^3.0.4",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"js-yaml": "^3.14.0",
"lodash.clonedeep": "^4.5.0",
"semver": "^7.3.2",
"sha1": "^1.1.1"
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^1.2.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",
Expand All @@ -46,14 +36,11 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.2",
"jest-junit": "^10.0.0",
"jest-plugin-fs": "^2.9.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.0",
"openapi-schema-validator": "^3.0.3",
"stdout-stderr": "^0.1.9",
"tsd-jsdoc": "^2.4.0"
"stdout-stderr": "^0.1.9"
},
"engines": {
"node": ">=12.0.0"
Expand Down

2 comments on commit 490c115

@shazron
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@purplecabbage this commit has caused the build to fail

@shazron
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-adding babel-runtime to devDeps fixes the test failure

Please sign in to comment.