Skip to content

Commit

Permalink
Update all (#1177)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent deaf753 commit a9f8488
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.19.1"
"preact": "10.19.2"
},
"devDependencies": {
"@babel/core": "7.23.3",
Expand All @@ -25,6 +25,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"yarn": "1.22.21"
}
}
2 changes: 1 addition & 1 deletion demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"yarn": "1.22.21"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "7.23.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.18.9",
"@types/node": "18.18.10",
"@types/sinon": "10.0.20",
"acorn": "8.11.2",
"acorn-walk": "8.3.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"yarn": "1.22.21"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"yarn": "1.22.21"
}
}

0 comments on commit a9f8488

Please sign in to comment.