Skip to content

Commit

Permalink
Update all (#1130)
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 31, 2022
1 parent 972bbc7 commit ad6093d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"obj-str": "1.1.0",
"preact": "10.6.4"
"preact": "10.6.5"
},
"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",
"mini-css-extract-plugin": "2.5.2",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.67.0",
"webpack-cli": "4.9.2"
Expand Down
2 changes: 1 addition & 1 deletion demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/plugin-transform-react-jsx": "7.16.7",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"mini-css-extract-plugin": "2.5.2",
"mini-css-extract-plugin": "2.5.3",
"style-loader": "3.3.1",
"webpack": "5.67.0",
"webpack-cli": "4.9.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.1",
"@types/node": "16.11.21",
"@types/sinon": "10.0.8",
"@types/sinon": "10.0.9",
"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.1",
"lint-staged": "12.3.2",
"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.0",
"rollup": "2.66.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"lint-staged": "12.3.2",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"rimraf": "3.0.2",
Expand Down

0 comments on commit ad6093d

Please sign in to comment.