Skip to content

Commit

Permalink
Update all (#1102)
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 Oct 4, 2021
1 parent e460e5f commit 718accd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 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.3.0",
"mini-css-extract-plugin": "2.3.0",
"style-loader": "3.3.0",
"webpack": "5.54.0",
"webpack": "5.56.1",
"webpack-cli": "4.8.0"
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.11"
"node": "14.18.0",
"yarn": "1.22.15"
}
}
6 changes: 3 additions & 3 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.3.0",
"mini-css-extract-plugin": "2.3.0",
"style-loader": "3.3.0",
"webpack": "5.54.0",
"webpack": "5.56.1",
"webpack-cli": "4.8.0"
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.11"
"node": "14.18.0",
"yarn": "1.22.15"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-env": "7.15.6",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "14.17.19",
"@types/node": "14.17.20",
"@types/sinon": "10.0.4",
"acorn": "8.5.0",
"acorn-walk": "8.2.0",
Expand All @@ -56,14 +56,14 @@
"esm": "3.2.25",
"husky": "7.0.2",
"jsdom": "17.0.0",
"lint-staged": "11.1.2",
"lint-staged": "11.2.0",
"magic-string": "0.25.7",
"np": "7.5.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"rollup": "2.57.0",
"rollup": "2.58.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
Expand Down Expand Up @@ -123,8 +123,8 @@
]
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.11"
"node": "14.18.0",
"yarn": "1.22.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions tools/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"ava": "3.15.0",
"esm": "3.2.25",
"lint-staged": "11.1.2",
"lint-staged": "11.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"rimraf": "3.0.2",
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.11"
"node": "14.18.0",
"yarn": "1.22.15"
}
}

0 comments on commit 718accd

Please sign in to comment.