Skip to content

Commit

Permalink
Merge pull request #348 from OpenCageData/depfu/batch_all/yarn/2024-1…
Browse files Browse the repository at this point in the history
…2-18
  • Loading branch information
tsamaya authored Dec 20, 2024
2 parents 77666ef + 5ee917e commit d49776d
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 550 deletions.
14 changes: 7 additions & 7 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"preview": "vite preview"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@algolia/autocomplete-js": "^1.17.8",
"@algolia/autocomplete-theme-classic": "^1.17.8",
"@opencage/geosearch-core": "^0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-jest": "^28.9.0",
"vite": "^5.4.11"
"vite": "^6.0.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"chai": "^4.3.10",
Expand All @@ -37,18 +37,18 @@
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^12.2.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"isomorphic-unfetch": "^4.0.2",
"lerna": "^8.1.8",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.1",
"rollup": "4.24.4",
"rollup": "4.28.1",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.81.0",
"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.7",
"@algolia/autocomplete-theme-classic": "^1.17.7",
"@algolia/autocomplete-js": "^1.17.8",
"@algolia/autocomplete-theme-classic": "^1.17.8",
"@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.7",
"@algolia/autocomplete-theme-classic": "^1.17.7"
"@algolia/autocomplete-js": "^1.17.8",
"@algolia/autocomplete-theme-classic": "^1.17.8"
},
"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.7",
"@algolia/autocomplete-js": "^1.17.8",
"@opencage/geosearch-core": "^0.1.10"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ol-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"test": "echo \"Warning: run tests from root\" && exit 0"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.7",
"@algolia/autocomplete-js": "^1.17.8",
"@opencage/geosearch-core": "^0.1.10",
"ol": "^10.2.1"
"ol": "^10.3.1"
}
}
938 changes: 407 additions & 531 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d49776d

Please sign in to comment.