Skip to content

Commit c5f4d90

Browse files
Update all (#1181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b24823d commit c5f4d90

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

demo/preact-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {
27-
"node": "18.18.2",
27+
"node": "18.19.0",
2828
"yarn": "1.22.21"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {
28-
"node": "18.18.2",
28+
"node": "18.19.0",
2929
"yarn": "1.22.21"
3030
}
3131
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/preset-env": "7.23.5",
4646
"@rollup/plugin-babel": "6.0.4",
4747
"@rollup/plugin-replace": "5.0.5",
48-
"@types/node": "18.18.13",
48+
"@types/node": "18.19.2",
4949
"@types/sinon": "10.0.20",
5050
"acorn": "8.11.2",
5151
"acorn-walk": "8.3.0",
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "18.18.2",
126+
"node": "18.19.0",
127127
"yarn": "1.22.21"
128128
},
129129
"publishConfig": {

tools/linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "18.18.2",
46+
"node": "18.19.0",
4747
"yarn": "1.22.21"
4848
}
4949
}

0 commit comments

Comments
 (0)