Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 4e36a78 commit bb77067
Show file tree
Hide file tree
Showing 4 changed files with 1,362 additions and 867 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build": "nx run-many --all --target=build"
},
"devDependencies": {
"@auto-it/slack": "11.0.4",
"@changesets/cli": "2.26.2",
"@auto-it/slack": "11.2.1",
"@changesets/cli": "2.27.8",
"@nrwl/cli": "15.9.3",
"@nrwl/jest": "16.10.0",
"@nrwl/js": "16.10.0",
Expand All @@ -34,33 +34,33 @@
"@types/node": "18.18.5",
"@types/node-fetch": "2.6.6",
"@types/semver": "7.5.3",
"@xerox/eslint-config": "5.0.6",
"@xerox/prettier-config": "4.0.3",
"auto": "11.0.4",
"@xerox/eslint-config": "5.0.7",
"@xerox/prettier-config": "4.0.4",
"auto": "11.2.1",
"eslint": "8.51.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-package-audit": "5.0.3",
"jest-package-audit": "5.0.4",
"lerna": "7.3.1",
"mockdate": "3.0.5",
"nx": "16.10.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
"private": true,
"workspaces": [
"packages/*",
"root"
],
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.7.0"
},
"resolutions": {
"jsonwebtoken": ">=9.0.0"
},
"packageManager": "[email protected].19"
"packageManager": "[email protected].22"
}
8 changes: 4 additions & 4 deletions packages/adobe-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@types/caniuse-lite": "*",
"@adobe/jwt-auth": "*",
"@types/yargs": "*",
"browserslist": "4.22.1",
"caniuse-lite": "1.0.30001549",
"moment": "2.29.4",
"browserslist": "4.23.3",
"caniuse-lite": "1.0.30001659",
"moment": "2.30.1",
"node-fetch": "2.7.0",
"ora": "7.0.1",
"semver": "7.5.4",
"semver": "7.6.3",
"yargs": "17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/browserstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@types/node-fetch": "*",
"browserslist": "4.22.1",
"browserslist": "4.23.3",
"node-fetch": "2.7.0"
}
}
Loading

0 comments on commit bb77067

Please sign in to comment.