Skip to content

Commit

Permalink
Merge pull request #775 from xeroxinteractive/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
AndrewLeedham authored Sep 18, 2023
2 parents e6c0452 + 7ee9ee0 commit a71eece
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 89 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"build": "nx run-many --all --target=build"
},
"devDependencies": {
"@auto-it/slack": "11.0.1",
"@auto-it/slack": "11.0.4",
"@changesets/cli": "2.26.2",
"@nrwl/cli": "15.9.3",
"@nrwl/jest": "16.8.1",
"@nrwl/js": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/node": "16.8.1",
"@nrwl/nx-cloud": "16.3.0",
"@nrwl/nx-cloud": "16.4.0",
"@nrwl/workspace": "16.8.1",
"@types/jest": "29.5.5",
"@types/node": "18.17.17",
Expand All @@ -37,27 +37,27 @@
"@xerox/eslint-config": "5.0.6",
"@xerox/prettier-config": "4.0.3",
"auto": "10.46.0",
"eslint": "8.47.0",
"eslint": "8.49.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-package-audit": "5.0.3",
"lerna": "7.3.0",
"mockdate": "3.0.5",
"nx": "16.8.1",
"prettier": "3.0.2",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"private": true,
"workspaces": [
"packages/*",
"root"
],
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"resolutions": {
"jsonwebtoken": ">=9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/adobe-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@adobe/jwt-auth": "*",
"@types/yargs": "*",
"browserslist": "4.21.10",
"caniuse-lite": "1.0.30001520",
"caniuse-lite": "1.0.30001535",
"moment": "2.29.4",
"node-fetch": "2.6.12",
"node-fetch": "2.7.0",
"ora": "6.3.1",
"semver": "7.5.4",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/browserstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"@types/node-fetch": "*",
"browserslist": "4.21.10",
"node-fetch": "2.6.12"
"node-fetch": "2.7.0"
}
}
Loading

0 comments on commit a71eece

Please sign in to comment.