Skip to content

Commit

Permalink
use latest values for modules as per nightly_node14 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-manasi-moghe committed Jan 6, 2023
1 parent 9894f9e commit 1871df3
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,19 @@
"node": ">=8.9.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.8",
"@jsdevtools/coverage-istanbul-loader": "^3.0.3",
"@wdio/browserstack-service": "^7.16.0",
"@wdio/cli": "^7.5.2",
"@wdio/concise-reporter": "^7.5.2",
"@wdio/local-runner": "^7.5.2",
"@wdio/mocha-framework": "^7.5.2",
"@wdio/spec-reporter": "^7.5.2",
"@wdio/spec-reporter": "^7.19.0",
"@wdio/sync": "^7.5.2",
"ajv": "5.5.2",
"ajv": "6.12.3",
"assert": "^2.0.0",
"babel-loader": "^8.0.5",
"babel-register": "^6.26.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
Expand All @@ -63,7 +62,7 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^3.0.1",
"execa": "^1.0.0",
"faker": "5.5.3",
"faker": "^5.5.3",
"fs.extra": "^1.3.2",
"gulp": "^4.0.0",
"gulp-clean": "^0.3.2",
Expand Down Expand Up @@ -116,23 +115,19 @@
"yargs": "^1.3.1"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"babel-plugin-transform-object-assign": "^6.22.0",
"core-js": "^3.13.0",
"core-js-pure": "^3.13.0",
"criteo-direct-rsa-validate": "^1.1.0",
"crypto-js": "^3.3.0",
"dlv": "1.1.3",
"dset": "2.0.1",
"execa": "^1.0.0",
"express": "^4.15.4",
"fs.extra": "^1.3.2",
"fun-hooks": "^0.9.9",
"just-clone": "^1.0.2",
"live-connect-js": "2.0.0",
"yargs": "^1.3.1"
"live-connect-js": "2.3.3"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
Expand Down

0 comments on commit 1871df3

Please sign in to comment.