Skip to content

Commit

Permalink
chore(scripts): dependencies 2022-06-27 (#744)
Browse files Browse the repository at this point in the history
Co-authored-by: Cl茅ment Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jun 27, 2022
1 parent 6047578 commit fd9c9ba
Show file tree
Hide file tree
Showing 13 changed files with 1,252 additions and 1,264 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:
- name: Install JavaScript client dependencies
if: ${{ inputs.language == 'javascript' }}
shell: bash
run: cd clients/algoliasearch-client-javascript && yarn install
run: cd clients/algoliasearch-client-javascript && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

# PHP deps
- name: Run composer update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.squareup.okhttp3:okhttp:4.9.3'
api 'com.squareup.okhttp3:okhttp:4.10.0'
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
6 changes: 3 additions & 3 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.10",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.1.4",
"rollup": "2.75.6",
"lerna": "5.1.6",
"rollup": "2.75.7",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.6.1"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"jest": "28.1.1",
"typescript": "4.7.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
Expand Down
Loading

0 comments on commit fd9c9ba

Please sign in to comment.