Skip to content

Commit

Permalink
Merge pull request #282 from OpenCageData/depfu/batch_all/yarn/2023-1…
Browse files Browse the repository at this point in the history
…2-20

Update all Yarn dependencies (2023-12-20)
  • Loading branch information
tsamaya authored Dec 20, 2023
2 parents c03e902 + 7cb3e4a commit 80ed0bb
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
6 changes: 3 additions & 3 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"preview": "vite preview"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.12.1",
"@algolia/autocomplete-theme-classic": "^1.12.1",
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2",
"@opencage/geosearch-core": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^4.5.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"watch": "lerna run watch --parallel"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/register": "^7.22.15",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -43,8 +43,8 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"postcss": "^8.4.32",
"postcss-cli": "^10.1.0",
"prettier": "^3.1.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.1",
"rollup": "2.79.1",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.69.5",
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.12.1",
"@algolia/autocomplete-theme-classic": "^1.12.1",
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2"
}
}
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.12.1",
"@algolia/autocomplete-theme-classic": "^1.12.1"
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2"
},
"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.12.1",
"@algolia/autocomplete-js": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2"
},
"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.12.1",
"@algolia/autocomplete-js": "^1.12.2",
"@opencage/geosearch-core": "^0.1.2",
"ol": "^8.2.0"
}
Expand Down
352 changes: 158 additions & 194 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 80ed0bb

Please sign in to comment.