Skip to content

Commit

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

Update all Yarn dependencies (2024-10-09)
  • Loading branch information
tsamaya authored Oct 9, 2024
2 parents 9e37cda + 68784f9 commit 85e70e4
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 400 deletions.
4 changes: 2 additions & 2 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/register": "^7.24.6",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"chai": "^4.3.10",
"cssnano": "^7.0.6",
"eslint": "8.57.0",
Expand All @@ -34,20 +34,20 @@
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^11.1.3",
"fetch-mock": "^11.1.5",
"isomorphic-unfetch": "^4.0.2",
"lerna": "^8.1.8",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"postcss": "^8.4.45",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rollup": "4.22.4",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.78.0",
"sinon": "^18.0.1"
"sass": "^1.79.4",
"sinon": "^19.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/ol-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"dependencies": {
"@algolia/autocomplete-js": "^1.17.4",
"@opencage/geosearch-core": "^0.1.10",
"ol": "^10.1.0"
"ol": "^10.2.1"
}
}
Loading

0 comments on commit 85e70e4

Please sign in to comment.