Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent 3d581a2 commit 30fd0cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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.6"
"preact": "10.20.1"
},
"devDependencies": {
"@babel/core": "7.24.0",
Expand All @@ -20,11 +20,11 @@
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
"style-loader": "3.3.4",
"webpack": "5.90.3",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"volta": {
"node": "18.19.1",
"node": "18.20.0",
"yarn": "1.22.22"
}
}
4 changes: 2 additions & 2 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
"style-loader": "3.3.4",
"webpack": "5.90.3",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"volta": {
"node": "18.19.1",
"node": "18.20.0",
"yarn": "1.22.22"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "7.24.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.22",
"@types/node": "18.19.28",
"@types/sinon": "10.0.20",
"acorn": "8.11.3",
"acorn-walk": "8.3.2",
Expand All @@ -66,11 +66,11 @@
"rimraf": "5.0.5",
"rollup": "3.29.4",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"@rollup/plugin-terser": "0.1.0",
"sinon": "15.2.0",
"sirv": "2.0.4",
"tslint": "6.1.3",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down Expand Up @@ -123,7 +123,7 @@
]
},
"volta": {
"node": "18.19.1",
"node": "18.20.0",
"yarn": "1.22.22"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "18.19.1",
"node": "18.20.0",
"yarn": "1.22.22"
}
}

0 comments on commit 30fd0cc

Please sign in to comment.