Skip to content

Commit 6a80c79

Browse files
Update all (#1108)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 098aba3 commit 6a80c79

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

demo/preact-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@babel/preset-env": "7.15.8",
1818
"@babel/plugin-transform-react-jsx": "7.14.9",
1919
"babel-loader": "8.2.2",
20-
"css-loader": "6.4.0",
21-
"mini-css-extract-plugin": "2.4.3",
20+
"css-loader": "6.5.1",
21+
"mini-css-extract-plugin": "2.4.4",
2222
"style-loader": "3.3.1",
23-
"webpack": "5.60.0",
23+
"webpack": "5.61.0",
2424
"webpack-cli": "4.9.1"
2525
},
2626
"volta": {

demo/react-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@babel/preset-env": "7.15.8",
1919
"@babel/plugin-transform-react-jsx": "7.14.9",
2020
"babel-loader": "8.2.2",
21-
"css-loader": "6.4.0",
22-
"mini-css-extract-plugin": "2.4.3",
21+
"css-loader": "6.5.1",
22+
"mini-css-extract-plugin": "2.4.4",
2323
"style-loader": "3.3.1",
24-
"webpack": "5.60.0",
24+
"webpack": "5.61.0",
2525
"webpack-cli": "4.9.1"
2626
},
2727
"volta": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@
5656
"esm": "3.2.25",
5757
"husky": "7.0.4",
5858
"jsdom": "18.0.1",
59-
"lint-staged": "11.2.4",
59+
"lint-staged": "11.2.6",
6060
"magic-string": "0.25.7",
6161
"np": "7.5.0",
6262
"npm-run-all": "4.1.5",
6363
"polka": "0.5.2",
6464
"prettier": "2.4.1",
6565
"rimraf": "3.0.2",
66-
"rollup": "2.58.3",
66+
"rollup": "2.59.0",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",
70-
"sinon": "12.0.0",
70+
"sinon": "12.0.1",
7171
"sirv": "1.0.18",
7272
"tslint": "6.1.3",
7373
"typescript": "4.4.4"

tools/linter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"ava": "3.15.0",
2727
"esm": "3.2.25",
28-
"lint-staged": "11.2.4",
28+
"lint-staged": "11.2.6",
2929
"npm-run-all": "4.1.5",
3030
"prettier": "2.4.1",
3131
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)