Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2021
1 parent 3cf6f4e commit 7f9e6e2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 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.5.14"
"preact": "10.5.15"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"babel-loader": "8.2.2",
"css-loader": "6.4.0",
"mini-css-extract-plugin": "2.4.2",
"style-loader": "3.3.0",
"webpack": "5.58.1",
"webpack-cli": "4.9.0"
"mini-css-extract-plugin": "2.4.3",
"style-loader": "3.3.1",
"webpack": "5.60.0",
"webpack-cli": "4.9.1"
},
"volta": {
"node": "14.18.0",
"yarn": "1.22.15"
"node": "14.18.1",
"yarn": "1.22.17"
}
}
12 changes: 6 additions & 6 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.14.9",
"babel-loader": "8.2.2",
"css-loader": "6.4.0",
"mini-css-extract-plugin": "2.4.2",
"style-loader": "3.3.0",
"webpack": "5.58.1",
"webpack-cli": "4.9.0"
"mini-css-extract-plugin": "2.4.3",
"style-loader": "3.3.1",
"webpack": "5.60.0",
"webpack-cli": "4.9.1"
},
"volta": {
"node": "14.18.0",
"yarn": "1.22.15"
"node": "14.18.1",
"yarn": "1.22.17"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@babel/preset-env": "7.15.8",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "14.17.21",
"@types/sinon": "10.0.4",
"@types/node": "14.17.30",
"@types/sinon": "10.0.5",
"acorn": "8.5.0",
"acorn-walk": "8.2.0",
"ava": "3.15.0",
Expand All @@ -54,23 +54,23 @@
"benchmark": "2.1.4",
"cross-env": "7.0.3",
"esm": "3.2.25",
"husky": "7.0.2",
"husky": "7.0.4",
"jsdom": "17.0.0",
"lint-staged": "11.2.3",
"lint-staged": "11.2.4",
"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.58.0",
"rollup": "2.58.3",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "11.1.2",
"sirv": "1.0.17",
"sirv": "1.0.18",
"tslint": "6.1.3",
"typescript": "4.4.3"
"typescript": "4.4.4"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down Expand Up @@ -123,8 +123,8 @@
]
},
"volta": {
"node": "14.18.0",
"yarn": "1.22.15"
"node": "14.18.1",
"yarn": "1.22.17"
},
"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.2.3",
"lint-staged": "11.2.4",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"rimraf": "3.0.2",
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "14.18.0",
"yarn": "1.22.15"
"node": "14.18.1",
"yarn": "1.22.17"
}
}

0 comments on commit 7f9e6e2

Please sign in to comment.