Skip to content

Commit

Permalink
Update NPM package dependencies to match main project dependencies (#749
Browse files Browse the repository at this point in the history
)

* Update NPM package dependencies to match main project dependencies

* Update load of deep-diff
  • Loading branch information
tombrunet authored Mar 18, 2022
1 parent 73cf9d0 commit f4f4425
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions accessibility-checker/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"license": "Apache-2.0",
"dependencies": {
"chromedriver": "*",
"deep-diff": "^0.3.4",
"js-yaml": "^3.13.1",
"puppeteer": "^5.3.0",
"deep-diff": "^1.0.2",
"js-yaml": "^4.1.0",
"puppeteer": "^13.0.0",
"request": "^2.88.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion karma-accessibility-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fs": "0.0.2",
"fs-extra": "10.0.0",
"js-yaml": "4.1.0",
"karma": "6.3.9",
"karma": "6.3.17",
"path": "0.12.7",
"promise": "8.1.0",
"request": "2.72.0",
Expand Down
2 changes: 1 addition & 1 deletion karma-accessibility-checker/src/lib/ACEngineLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function ACEngineLoaderAndConfig(logger, config) {
files.unshift(ACCommon.createKarmaFileObject(pathLib.join(ACEngineRootFolder, "ACHelper.js")));

// Load a deep-diff util from a node module into the browser, so we can use a well defined diff tool
files.unshift(ACCommon.createKarmaFileObject(pathLib.join(require.resolve('deep-diff'), '..','releases', 'deep-diff-0.3.4.min.js')));
files.unshift(ACCommon.createKarmaFileObject(pathLib.join(require.resolve('deep-diff'), '..','dist', 'deep-diff.min.js')));

ACCommon.log.debug("END 'ACEngineLoaderAndConfig' function");
}
Expand Down
17 changes: 9 additions & 8 deletions karma-accessibility-checker/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
"author": "IBM Accessibility",
"license": "Apache-2.0",
"dependencies": {
"karma": "4.4.1",
"deep-diff": "1.0.2",
"fs": "0.0.2",
"fs-extra": "0.30.0",
"fs-extra": "10.0.0",
"js-yaml": "4.1.0",
"karma": "6.3.17",
"path": "0.12.7",
"promise": "7.1.1",
"js-yaml": "3.13.1",
"deep-diff": "0.3.4",
"uuid": "2.0.1",
"promise": "8.1.0",
"request": "2.72.0",
"shelljs": "0.8.4",
"slack": "11.0.2",
"slack-node": "0.1.8",
"slack": "8.1.1",
"shelljs": "0.7.5"
"uuid": "8.3.2"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit f4f4425

Please sign in to comment.