Skip to content

Commit

Permalink
Update all (#1135)
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] committed Mar 3, 2022
1 parent a6bcd6f commit d27b429
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"css-loader": "6.6.0",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.69.1",
"webpack": "5.70.0",
"webpack-cli": "4.9.2"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"css-loader": "6.6.0",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.69.1",
"webpack": "5.70.0",
"webpack-cli": "4.9.2"
},
"volta": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-replace": "3.1.0",
"@types/node": "16.11.25",
"@types/node": "16.11.26",
"@types/sinon": "10.0.11",
"acorn": "8.7.0",
"acorn-walk": "8.2.0",
Expand All @@ -57,20 +57,20 @@
"husky": "7.0.4",
"jsdom": "19.0.0",
"lint-staged": "12.3.4",
"magic-string": "0.25.7",
"magic-string": "0.26.1",
"np": "7.6.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"rollup": "2.67.2",
"rollup": "2.69.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "12.0.1",
"sirv": "1.0.19",
"tslint": "6.1.3",
"typescript": "4.5.5"
"typescript": "4.6.2"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit d27b429

Please sign in to comment.