Skip to content

Commit

Permalink
Update all (#1061)
Browse files Browse the repository at this point in the history
* Update all

* downgrade ts

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Fried <samouri@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 17, 2021
1 parent af09257 commit f5df3c3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions demo/preact-map/package.json
Expand Up @@ -17,14 +17,14 @@
"@babel/preset-env": "7.14.5",
"@babel/plugin-transform-react-jsx": "7.14.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.4",
"css-loader": "5.2.6",
"mini-css-extract-plugin": "1.6.0",
"style-loader": "2.0.0",
"webpack": "5.37.0",
"webpack-cli": "4.7.0"
"webpack": "5.39.1",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.16.1",
"node": "14.17.1",
"yarn": "1.22.10"
}
}
8 changes: 4 additions & 4 deletions demo/react-map/package.json
Expand Up @@ -18,14 +18,14 @@
"@babel/preset-env": "7.14.5",
"@babel/plugin-transform-react-jsx": "7.14.5",
"babel-loader": "8.2.2",
"css-loader": "5.2.4",
"css-loader": "5.2.6",
"mini-css-extract-plugin": "1.6.0",
"style-loader": "2.0.0",
"webpack": "5.37.0",
"webpack-cli": "4.7.0"
"webpack": "5.39.1",
"webpack-cli": "4.7.2"
},
"volta": {
"node": "14.16.1",
"node": "14.17.1",
"yarn": "1.22.10"
}
}
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -45,30 +45,30 @@
"@babel/plugin-proposal-object-rest-spread": "7.14.5",
"@babel/preset-env": "7.14.5",
"@rollup/plugin-replace": "2.4.2",
"@types/node": "14.14.44",
"@types/sinon": "10.0.0",
"acorn": "8.2.4",
"@types/node": "14.17.3",
"@types/sinon": "10.0.2",
"acorn": "8.4.0",
"acorn-walk": "8.1.0",
"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": "6.0.0",
"jsdom": "16.5.3",
"jsdom": "16.6.0",
"lint-staged": "11.0.0",
"magic-string": "0.25.7",
"np": "7.5.0",
"npm-run-all": "4.1.5",
"polka": "0.5.2",
"prettier": "2.3.0",
"prettier": "2.3.1",
"rimraf": "3.0.2",
"rollup": "2.47.0",
"rollup": "2.52.1",
"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.11",
"sirv": "1.0.12",
"tslint": "6.1.3",
"typescript": "4.2.4"
},
Expand Down Expand Up @@ -123,7 +123,7 @@
]
},
"volta": {
"node": "14.16.1",
"node": "14.17.1",
"yarn": "1.22.10"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions tools/linter/package.json
Expand Up @@ -27,7 +27,7 @@
"esm": "3.2.25",
"lint-staged": "11.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.3.0",
"prettier": "2.3.1",
"rimraf": "3.0.2",
"shx": "0.3.3"
},
Expand All @@ -43,7 +43,7 @@
]
},
"volta": {
"node": "14.16.1",
"node": "14.17.1",
"yarn": "1.22.10"
}
}

0 comments on commit f5df3c3

Please sign in to comment.