Skip to content

Commit

Permalink
Update all (#1081)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Aug 2, 2021
1 parent 42ebf34 commit be74f37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"css-loader": "6.2.0",
"mini-css-extract-plugin": "2.1.0",
"style-loader": "3.2.1",
"webpack": "5.47.0",
"webpack": "5.48.0",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.17.3",
"node": "14.17.4",
"yarn": "1.22.11"
}
}
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.2.0",
"mini-css-extract-plugin": "2.1.0",
"style-loader": "3.2.1",
"webpack": "5.47.0",
"webpack": "5.48.0",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.17.3",
"node": "14.17.4",
"yarn": "1.22.11"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-env": "7.14.8",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "14.17.6",
"@types/node": "14.17.7",
"@types/sinon": "10.0.2",
"acorn": "8.4.1",
"acorn-walk": "8.1.1",
Expand All @@ -54,15 +54,15 @@
"cross-env": "7.0.3",
"esm": "3.2.25",
"husky": "7.0.1",
"jsdom": "16.6.0",
"jsdom": "16.7.0",
"lint-staged": "11.1.1",
"magic-string": "0.25.7",
"np": "7.5.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"rollup": "2.55.0",
"rollup": "2.55.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
Expand Down Expand Up @@ -122,7 +122,7 @@
]
},
"volta": {
"node": "14.17.3",
"node": "14.17.4",
"yarn": "1.22.11"
},
"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": "14.17.3",
"node": "14.17.4",
"yarn": "1.22.11"
}
}

0 comments on commit be74f37

Please sign in to comment.