Skip to content

Commit

Permalink
Merge pull request #337 from OpenCageData/depfu/batch_all/yarn/2024-1…
Browse files Browse the repository at this point in the history
…0-23

Update all Yarn dependencies (2024-10-23)
  • Loading branch information
tsamaya authored Oct 23, 2024
2 parents 7f31445 + f739010 commit a374853
Show file tree
Hide file tree
Showing 7 changed files with 782 additions and 788 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,15 +12,15 @@
"preview": "vite preview"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-theme-classic": "^1.17.4",
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6",
"@opencage/geosearch-core": "^0.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint-plugin-jest": "^28.8.3",
"vite": "^5.4.8"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"watch": "lerna run watch --parallel"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.4",
"@babel/register": "^7.24.6",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/register": "^7.25.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.0",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^11.1.5",
"globals": "^15.11.0",
Expand All @@ -48,7 +48,7 @@
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rollup": "4.22.4",
"rollup": "4.24.0",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.79.4",
"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.4",
"@algolia/autocomplete-theme-classic": "^1.17.4",
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6",
"@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.4",
"@algolia/autocomplete-theme-classic": "^1.17.4"
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6"
},
"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.4",
"@algolia/autocomplete-js": "^1.17.6",
"@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.4",
"@algolia/autocomplete-js": "^1.17.6",
"@opencage/geosearch-core": "^0.1.10",
"ol": "^10.2.1"
}
Expand Down
Loading

0 comments on commit a374853

Please sign in to comment.