Skip to content

Commit 45cc6ef

Browse files
authored
Merge pull request #358 from OpenCageData/depfu/batch_all/yarn/2025-03-26
Update all Yarn dependencies (2025-03-26)
2 parents b9d3b77 + 24e464d commit 45cc6ef

File tree

3 files changed

+209
-235
lines changed

3 files changed

+209
-235
lines changed

examples/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-dom": "^19.0.0"
2020
},
2121
"devDependencies": {
22-
"@types/react": "^19.0.10",
22+
"@types/react": "^19.0.12",
2323
"@types/react-dom": "^19.0.4",
2424
"@vitejs/plugin-react": "^4.3.4",
2525
"eslint-plugin-jest": "^28.11.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"watch": "lerna run watch --parallel"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.26.9",
24+
"@babel/core": "^7.26.10",
2525
"@babel/preset-env": "^7.26.9",
2626
"@babel/register": "^7.25.9",
2727
"@eslint/eslintrc": "^3.3.0",
2828
"@eslint/js": "^9.21.0",
2929
"@rollup/plugin-commonjs": "^28.0.0",
30-
"@rollup/plugin-node-resolve": "^16.0.0",
30+
"@rollup/plugin-node-resolve": "^16.0.1",
3131
"chai": "^4.3.10",
3232
"cssnano": "^7.0.6",
3333
"eslint": "^9.12.0",
@@ -40,17 +40,17 @@
4040
"eslint-plugin-react-hooks": "^5.2.0",
4141
"eslint-plugin-security": "^3.0.1",
4242
"fetch-mock": "^12.5.2",
43-
"globals": "^15.15.0",
43+
"globals": "^16.0.0",
4444
"isomorphic-unfetch": "^4.0.2",
4545
"lerna": "^8.1.8",
4646
"mocha": "^11.1.0",
4747
"nyc": "^17.1.0",
4848
"postcss": "^8.5.3",
49-
"postcss-cli": "^11.0.0",
50-
"prettier": "^3.5.1",
51-
"rollup": "4.34.6",
49+
"postcss-cli": "^11.0.1",
50+
"prettier": "^3.5.3",
51+
"rollup": "4.35.0",
5252
"rollup-plugin-replace": "^2.2.0",
53-
"sass": "^1.85.1",
53+
"sass": "^1.86.0",
5454
"sinon": "^19.0.2"
5555
}
5656
}

0 commit comments

Comments
 (0)