Skip to content

Commit 42ebf34

Browse files
Update all (#1079)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 1803335 commit 42ebf34

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

demo/preact-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"css-loader": "6.2.0",
2121
"mini-css-extract-plugin": "2.1.0",
2222
"style-loader": "3.2.1",
23-
"webpack": "5.45.1",
23+
"webpack": "5.47.0",
2424
"webpack-cli": "4.7.2"
2525
},
2626
"volta": {
2727
"node": "14.17.3",
28-
"yarn": "1.22.10"
28+
"yarn": "1.22.11"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"css-loader": "6.2.0",
2222
"mini-css-extract-plugin": "2.1.0",
2323
"style-loader": "3.2.1",
24-
"webpack": "5.45.1",
24+
"webpack": "5.47.0",
2525
"webpack-cli": "4.7.2"
2626
},
2727
"volta": {
2828
"node": "14.17.3",
29-
"yarn": "1.22.10"
29+
"yarn": "1.22.11"
3030
}
3131
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/preset-env": "7.14.8",
4545
"@rollup/plugin-babel": "5.3.0",
4646
"@rollup/plugin-replace": "3.0.0",
47-
"@types/node": "14.17.5",
47+
"@types/node": "14.17.6",
4848
"@types/sinon": "10.0.2",
4949
"acorn": "8.4.1",
5050
"acorn-walk": "8.1.1",
@@ -55,18 +55,18 @@
5555
"esm": "3.2.25",
5656
"husky": "7.0.1",
5757
"jsdom": "16.6.0",
58-
"lint-staged": "11.0.1",
58+
"lint-staged": "11.1.1",
5959
"magic-string": "0.25.7",
6060
"np": "7.5.0",
6161
"npm-run-all": "4.1.5",
6262
"polka": "0.5.2",
6363
"prettier": "2.3.2",
6464
"rimraf": "3.0.2",
65-
"rollup": "2.53.2",
65+
"rollup": "2.55.0",
6666
"rollup-plugin-analyzer": "4.0.0",
6767
"rollup-plugin-babel": "4.4.0",
6868
"rollup-plugin-terser": "7.0.2",
69-
"sinon": "11.1.1",
69+
"sinon": "11.1.2",
7070
"sirv": "1.0.12",
7171
"tslint": "6.1.3",
7272
"typescript": "4.3.5"
@@ -123,7 +123,7 @@
123123
},
124124
"volta": {
125125
"node": "14.17.3",
126-
"yarn": "1.22.10"
126+
"yarn": "1.22.11"
127127
},
128128
"publishConfig": {
129129
"access": "public"

tools/linter/package.json

Lines changed: 2 additions & 2 deletions
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.0.1",
28+
"lint-staged": "11.1.1",
2929
"npm-run-all": "4.1.5",
3030
"prettier": "2.3.2",
3131
"rimraf": "3.0.2",
@@ -44,6 +44,6 @@
4444
},
4545
"volta": {
4646
"node": "14.17.3",
47-
"yarn": "1.22.10"
47+
"yarn": "1.22.11"
4848
}
4949
}

0 commit comments

Comments
 (0)