Skip to content

Commit 6323c70

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: demo/preact-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-cli": "5.1.4"
2525
},
2626
"volta": {
27-
"node": "18.17.1",
27+
"node": "18.18.0",
2828
"yarn": "1.22.19"
2929
}
3030
}

Diff for: demo/react-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webpack-cli": "5.1.4"
2626
},
2727
"volta": {
28-
"node": "18.17.1",
28+
"node": "18.18.0",
2929
"yarn": "1.22.19"
3030
}
3131
}

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@babel/preset-env": "7.22.20",
4646
"@rollup/plugin-babel": "6.0.3",
4747
"@rollup/plugin-replace": "5.0.2",
48-
"@types/node": "18.17.15",
48+
"@types/node": "18.17.17",
4949
"@types/sinon": "10.0.16",
5050
"acorn": "8.10.0",
5151
"acorn-walk": "8.2.0",
@@ -64,7 +64,7 @@
6464
"polka": "0.5.2",
6565
"prettier": "3.0.3",
6666
"rimraf": "5.0.1",
67-
"rollup": "3.29.1",
67+
"rollup": "3.29.2",
6868
"rollup-plugin-analyzer": "4.0.0",
6969
"rollup-plugin-terser": "7.0.2",
7070
"sinon": "15.2.0",
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "18.17.1",
126+
"node": "18.18.0",
127127
"yarn": "1.22.19"
128128
},
129129
"publishConfig": {

Diff for: tools/linter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "18.17.1",
46+
"node": "18.18.0",
4747
"yarn": "1.22.19"
4848
}
4949
}

0 commit comments

Comments
 (0)