Skip to content

Commit 8351565

Browse files
authored
Merge pull request #373 from OpenCageData/depfu/batch_all/yarn/2025-07-02
Update all Yarn dependencies (2025-07-02)
2 parents 6c90e32 + e70c9ea commit 8351565

File tree

4 files changed

+446
-624
lines changed

4 files changed

+446
-624
lines changed

examples/react-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"react-dom": "^19.1.0"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^19.1.6",
22+
"@types/react": "^19.1.8",
2323
"@types/react-dom": "^19.1.6",
24-
"@vitejs/plugin-react": "^4.5.0",
25-
"eslint-plugin-jest": "^28.12.0",
26-
"vite": "^6.3.5"
24+
"@vitejs/plugin-react": "^4.5.2",
25+
"eslint-plugin-jest": "^29.0.1",
26+
"vite": "^7.0.0"
2727
}
2828
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
"eslint": "^9.12.0",
3434
"eslint-config-airbnb": "^19.0.4",
3535
"eslint-config-prettier": "^10.1.5",
36-
"eslint-plugin-import": "2.31.0",
36+
"eslint-plugin-import": "2.32.0",
3737
"eslint-plugin-jsx-a11y": "^6.10.2",
3838
"eslint-plugin-prettier": "^5.4.1",
3939
"eslint-plugin-react": "^7.37.5",
4040
"eslint-plugin-react-hooks": "^5.2.0",
4141
"eslint-plugin-security": "^3.0.1",
42-
"fetch-mock": "^12.5.2",
42+
"fetch-mock": "^12.5.3",
4343
"globals": "^16.2.0",
4444
"isomorphic-unfetch": "^4.0.2",
4545
"lerna": "^8.1.8",
46-
"mocha": "^11.5.0",
46+
"mocha": "^11.7.1",
4747
"nyc": "^17.1.0",
48-
"postcss": "^8.5.4",
48+
"postcss": "^8.5.6",
4949
"postcss-cli": "^11.0.1",
50-
"prettier": "^3.5.3",
51-
"rollup": "4.41.1",
50+
"prettier": "^3.6.2",
51+
"rollup": "4.44.1",
5252
"rollup-plugin-replace": "^2.2.0",
5353
"sass": "^1.89.2",
54-
"sinon": "^20.0.0"
54+
"sinon": "^21.0.0"
5555
}
5656
}

packages/ol-opencage-geosearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"dependencies": {
5050
"@algolia/autocomplete-js": "^1.19.2",
5151
"@opencage/geosearch-core": "^0.1.11",
52-
"ol": "^10.5.0"
52+
"ol": "^10.6.1"
5353
}
5454
}

0 commit comments

Comments
 (0)