Skip to content

Commit

Permalink
Merge pull request #345 from OpenCageData/depfu/batch_all/yarn/2024-1…
Browse files Browse the repository at this point in the history
…1-20
  • Loading branch information
tsamaya authored Nov 20, 2024
2 parents 62cdda9 + d3e19b4 commit d6249e6
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 172 deletions.
8 changes: 4 additions & 4 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6",
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@opencage/geosearch-core": "^0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand All @@ -22,7 +22,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint-plugin-jest": "^28.8.3",
"vite": "^5.4.10"
"eslint-plugin-jest": "^28.9.0",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^12.0.2",
"globals": "^15.11.0",
"globals": "^15.12.0",
"isomorphic-unfetch": "^4.0.2",
"lerna": "^8.1.8",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rollup": "4.24.0",
"rollup": "4.24.4",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.80.6",
"sinon": "^19.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/geosearch-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"test": "echo \"Warning: run tests from root\" && exit 0"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6",
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@opencage/geosearch-core": "^0.1.10"
}
}
4 changes: 2 additions & 2 deletions packages/geosearch-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"watch": "rollup --watch -c"
},
"devDependencies": {
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6"
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7"
},
"peerDependencies": {
"@algolia/autocomplete-js": "^1.*",
Expand Down
2 changes: 1 addition & 1 deletion packages/leaflet-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "echo \"Warning: run tests from root\" && exit 0"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-js": "^1.17.7",
"@opencage/geosearch-core": "^0.1.10"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ol-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "echo \"Warning: run tests from root\" && exit 0"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-js": "^1.17.7",
"@opencage/geosearch-core": "^0.1.10",
"ol": "^10.2.1"
}
Expand Down
319 changes: 160 additions & 159 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d6249e6

Please sign in to comment.