Skip to content

Commit

Permalink
Update all (#1131)
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 Feb 17, 2022
1 parent 15fa042 commit 9cff888
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.6.5"
"preact": "10.6.6"
},
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.16.7",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"css-loader": "6.6.0",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.67.0",
"webpack": "5.69.1",
"webpack-cli": "4.9.2"
},
"volta": {
"node": "16.13.2",
"node": "16.14.0",
"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 @@ -18,14 +18,14 @@
"@babel/preset-env": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.16.7",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"css-loader": "6.6.0",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.67.0",
"webpack": "5.69.1",
"webpack-cli": "4.9.2"
},
"volta": {
"node": "16.13.2",
"node": "16.14.0",
"yarn": "1.22.17"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.1",
"@types/node": "16.11.21",
"@types/sinon": "10.0.9",
"@rollup/plugin-replace": "3.1.0",
"@types/node": "16.11.25",
"@types/sinon": "10.0.11",
"acorn": "8.7.0",
"acorn-walk": "8.2.0",
"ava": "3.15.0",
Expand All @@ -56,14 +56,14 @@
"esm": "3.2.25",
"husky": "7.0.4",
"jsdom": "19.0.0",
"lint-staged": "12.3.2",
"lint-staged": "12.3.4",
"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.66.1",
"rollup": "2.67.2",
"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.2",
"node": "16.14.0",
"yarn": "1.22.17"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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": "12.3.2",
"lint-staged": "12.3.4",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "16.13.2",
"node": "16.14.0",
"yarn": "1.22.17"
}
}

0 comments on commit 9cff888

Please sign in to comment.