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 Jun 30, 2023
1 parent 31e1743 commit 9cb0d3f
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 117 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@auto-it/slack": "10.46.0",
"@changesets/cli": "2.26.1",
"@changesets/cli": "2.26.2",
"@nrwl/cli": "15.9.3",
"@nrwl/jest": "16.1.4",
"@nrwl/js": "16.1.4",
Expand All @@ -37,7 +37,7 @@
"@xerox/eslint-config": "5.0.3",
"@xerox/prettier-config": "4.0.0",
"auto": "10.46.0",
"eslint": "8.40.0",
"eslint": "8.43.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
Expand All @@ -47,17 +47,17 @@
"mockdate": "3.0.5",
"nx": "16.1.4",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"private": true,
"workspaces": [
"packages/*",
"root"
],
"dependencies": {
"tslib": "2.5.0"
"tslib": "2.6.0"
},
"resolutions": {
"jsonwebtoken": ">=9.0.0"
Expand Down
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.21.5",
"caniuse-lite": "1.0.30001487",
"browserslist": "4.21.9",
"caniuse-lite": "1.0.30001509",
"moment": "2.29.4",
"node-fetch": "2.6.11",
"node-fetch": "2.6.12",
"ora": "6.3.1",
"semver": "7.5.1",
"semver": "7.5.3",
"yargs": "17.7.2"
}
}
4 changes: 2 additions & 2 deletions 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.21.5",
"node-fetch": "2.6.11"
"browserslist": "4.21.9",
"node-fetch": "2.6.12"
}
}
Loading

0 comments on commit 9cb0d3f

Please sign in to comment.