Skip to content

Commit

Permalink
chore(deps): update package.json adobe dependencies
Browse files Browse the repository at this point in the history
fixed a failing test.
  • Loading branch information
shazron committed Jan 11, 2024
1 parent eec5580 commit e3b799b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"@adobe/aio-lib-console": "^4.0.0",
"@adobe/aio-lib-core-config": "^4.0.0",
"@adobe/aio-lib-core-logging": "^2.0.0",
"@adobe/aio-lib-core-networking": "^4.1.0",
"@adobe/aio-lib-env": "^2.0.0",
"@adobe/aio-cli-lib-app-config": "^3.0.0",
"@adobe/aio-lib-events": "^3.2.0",
"@adobe/aio-lib-ims": "^6.0.1",
"@adobe/aio-lib-console": "^5",
"@adobe/aio-lib-core-config": "^5",
"@adobe/aio-lib-core-logging": "^3",
"@adobe/aio-lib-core-networking": "^5",
"@adobe/aio-lib-env": "^3",
"@adobe/aio-cli-lib-app-config": "^4",
"@adobe/aio-lib-events": "^4",
"@adobe/aio-lib-ims": "^7",
"@oclif/core": "^1.5.2",
"inquirer": "^8.2.5",
"js-yaml": "^4.1.0"
Expand Down
3 changes: 2 additions & 1 deletion test/hooks/pre-pack-event-reg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const { getCliEnv } = require('@adobe/aio-lib-env')

const mockFetch = jest.fn()
jest.mock('@adobe/aio-lib-core-networking', () => ({
createFetch: jest.fn(() => mockFetch)
createFetch: jest.fn(() => mockFetch),
HttpExponentialBackoff: jest.fn()
}))

const hook = require('../../src/hooks/pre-pack-event-reg')
Expand Down

0 comments on commit e3b799b

Please sign in to comment.