Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(scripts): dependencies 2022-06-20 #707

Merged
merged 12 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
api 'com.google.code.gson:gson:2.9.0'
implementation 'io.gsonfire:gson-fire:1.8.5'
}
Expand Down
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"test:types": "yarn tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/core": "7.18.5",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.1",
"@types/jest": "28.1.2",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.9",
"@types/semver": "7.3.10",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.1.1",
"lerna": "5.1.4",
"rollup": "2.75.6",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"semver": "7.3.7",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@experimental-api-clients-automation/requester-node-http": "0.5.0"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"@types/jest": "28.1.2",
"@types/node": "16.11.41",
"jest": "28.1.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"@types/jest": "28.1.2",
"@types/node": "16.11.41",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@experimental-api-clients-automation/client-common": "0.5.0"
},
"devDependencies": {
"@types/node": "16.11.39",
"typescript": "4.7.3"
"@types/node": "16.11.41",
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@experimental-api-clients-automation/client-common": "0.5.0"
},
"devDependencies": {
"@types/node": "16.11.39",
"typescript": "4.7.3"
"@types/node": "16.11.41",
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/jest": "28.1.2",
"eslint": "8.17.0",
"jest": "28.1.1",
"ts-jest": "28.0.4",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.5.1",
"@prettier/plugin-php": "0.18.7",
"@prettier/plugin-php": "0.18.8",
"@redocly/openapi-cli": "1.0.0-beta.94",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
Expand All @@ -57,7 +57,7 @@
"prettier": "2.6.2",
"prettier-plugin-java": "1.6.2",
"renovate-config-algolia": "2.1.10",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"packageManager": "yarn@3.2.1",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0"
},
"devDependencies": {
"parcel": "2.6.0",
"typescript": "4.7.3"
"parcel": "2.6.1",
"typescript": "4.7.4"
}
}
2 changes: 1 addition & 1 deletion playground/javascript/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"dotenv": "16.0.1",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"engines": {
"node": "^16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@octokit/rest": "18.12.0",
"@types/folder-hash": "4.0.1",
"@types/inquirer": "8.2.1",
"@types/jest": "28.1.1",
"@types/jest": "28.1.2",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.1.3",
"@types/node": "16.11.39",
"@types/semver": "7.3.9",
"@types/node": "16.11.41",
"@types/semver": "7.3.10",
"chalk": "4.1.2",
"commander": "9.3.0",
"dotenv": "16.0.1",
Expand All @@ -39,8 +39,8 @@
"openapi-types": "12.0.0",
"ora-classic": "5.4.2",
"semver": "7.3.7",
"ts-jest": "28.0.4",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions templates/javascript/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"{{{npmNamespace}}}/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/node": "16.11.39",
"typescript": "4.7.3"
"@types/node": "16.11.41",
"typescript": "4.7.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions templates/javascript/tests/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"@types/node": "16.11.41",
"jest": "28.1.1",
"ts-jest": "28.0.4",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
}
}
Loading