Skip to content

Commit

Permalink
chore: upgrade depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Sep 25, 2024
1 parent 6a36bc6 commit b166f7d
Show file tree
Hide file tree
Showing 6 changed files with 590 additions and 559 deletions.
464 changes: 240 additions & 224 deletions .pnp.cjs

Large diffs are not rendered by default.

324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.5.4-sdk",
"version": "5.6.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
defaultSemverRangePrefix: ''

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,42 +33,42 @@
},
"homepage": "https://github.com/MailOnline/google-ad-manager-api#readme",
"devDependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/types": "19.0.3",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/types": "19.5.0",
"@jest/types": "29.6.3",
"@johngw/fs": "3.0.1",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.3",
"@semantic-release/github": "11.0.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "20.16.5",
"@types/jest": "29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "20.16.7",
"@types/sax": "1.2.7",
"@types/source-map-support": "0.5.10",
"axios": "1.7.7",
"cheerio": "1.0.0",
"commitizen": "4.3.0",
"concurrently": "9.0.0",
"concurrently": "9.0.1",
"crawler": "2.0.2",
"cz-conventional-changelog": "3.3.0",
"dotenv-extended": "2.9.0",
"google-auth-library": "9.14.1",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"lodash": "^4.17.21",
"mkdirp": "3.0.1",
"prettier": "3.3.3",
"prettier-2": "npm:[email protected]",
"rimraf": "6.0.1",
"semantic-release": "24.1.0",
"semantic-release": "24.1.1",
"source-map-support": "0.5.21",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"wsdl-tsclient": "johngeorgewright/wsdl-tsclient#enum"
},
"lint-staged": {
Expand All @@ -82,16 +82,16 @@
}
},
"dependencies": {
"assert-never": "^1.2.1",
"soap": "^1.1.3",
"assert-never": "^1.3.0",
"soap": "^1.1.4",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.7.0"
},
"peerDependencies": {
"google-auth-library": "^9.14.1"
},
"resolutions": {
"soap": "1.1.3"
"soap": "1.1.4"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit b166f7d

Please sign in to comment.