Skip to content

Commit

Permalink
Update all (#1069)
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 Jul 20, 2021
1 parent d2baf04 commit 4f94f2c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 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.13"
"preact": "10.5.14"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@babel/plugin-transform-react-jsx": "7.14.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.6",
"css-loader": "5.2.7",
"mini-css-extract-plugin": "2.1.0",
"style-loader": "3.0.0",
"webpack": "5.39.1",
"style-loader": "3.2.1",
"webpack": "5.45.1",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.17.1",
"node": "14.17.3",
"yarn": "1.22.10"
}
}
8 changes: 4 additions & 4 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.14.7",
"@babel/plugin-transform-react-jsx": "7.14.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.6",
"css-loader": "5.2.7",
"mini-css-extract-plugin": "2.1.0",
"style-loader": "3.0.0",
"webpack": "5.39.1",
"style-loader": "3.2.1",
"webpack": "5.45.1",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.17.1",
"node": "14.17.3",
"yarn": "1.22.10"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,32 +44,32 @@
"@babel/preset-env": "7.14.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "2.4.2",
"@types/node": "14.17.3",
"@types/node": "14.17.5",
"@types/sinon": "10.0.2",
"acorn": "8.4.0",
"acorn-walk": "8.1.0",
"acorn": "8.4.1",
"acorn-walk": "8.1.1",
"ava": "3.15.0",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-remove-console": "6.9.4",
"cross-env": "7.0.3",
"esm": "3.2.25",
"husky": "7.0.1",
"jsdom": "16.6.0",
"lint-staged": "11.0.0",
"lint-staged": "11.0.1",
"magic-string": "0.25.7",
"np": "7.5.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.3.1",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"rollup": "2.52.1",
"rollup": "2.53.2",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"sinon": "11.1.1",
"sirv": "1.0.12",
"tslint": "6.1.3",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down Expand Up @@ -122,7 +122,7 @@
]
},
"volta": {
"node": "14.17.1",
"node": "14.17.3",
"yarn": "1.22.10"
},
"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,9 +25,9 @@
"devDependencies": {
"ava": "3.15.0",
"esm": "3.2.25",
"lint-staged": "11.0.0",
"lint-staged": "11.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"shx": "0.3.3"
},
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "14.17.1",
"node": "14.17.3",
"yarn": "1.22.10"
}
}

0 comments on commit 4f94f2c

Please sign in to comment.