Skip to content

Commit

Permalink
Update all (#1124)
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 Jan 12, 2022
1 parent 3f3f7b4 commit 808c786
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@babel/plugin-transform-react-jsx": "7.16.7",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"mini-css-extract-plugin": "2.4.5",
"mini-css-extract-plugin": "2.4.6",
"style-loader": "3.3.1",
"webpack": "5.65.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1"
},
"volta": {
"node": "16.13.1",
"node": "16.13.2",
"yarn": "1.22.17"
}
}
6 changes: 3 additions & 3 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@babel/plugin-transform-react-jsx": "7.16.7",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"mini-css-extract-plugin": "2.4.5",
"mini-css-extract-plugin": "2.4.6",
"style-loader": "3.3.1",
"webpack": "5.65.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1"
},
"volta": {
"node": "16.13.1",
"node": "16.13.2",
"yarn": "1.22.17"
}
}
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.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.1",
"@types/node": "16.11.18",
"@types/node": "16.11.19",
"@types/sinon": "10.0.6",
"acorn": "8.7.0",
"acorn-walk": "8.2.0",
Expand All @@ -56,14 +56,14 @@
"esm": "3.2.25",
"husky": "7.0.4",
"jsdom": "19.0.0",
"lint-staged": "12.1.5",
"lint-staged": "12.1.7",
"magic-string": "0.25.7",
"np": "7.6.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"rollup": "2.62.0",
"rollup": "2.63.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
Expand Down Expand Up @@ -123,7 +123,7 @@
]
},
"volta": {
"node": "16.13.1",
"node": "16.13.2",
"yarn": "1.22.17"
},
"publishConfig": {
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,11 +25,11 @@
"devDependencies": {
"ava": "3.15.0",
"esm": "3.2.25",
"lint-staged": "12.1.5",
"lint-staged": "12.1.7",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"shx": "0.3.3"
"shx": "0.3.4"
},
"lint-staged": {
"src/*.js": [
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "16.13.1",
"node": "16.13.2",
"yarn": "1.22.17"
}
}

0 comments on commit 808c786

Please sign in to comment.