Skip to content

Commit d27b429

Browse files
Update all (#1135)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent a6bcd6f commit d27b429

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

demo/preact-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"css-loader": "6.6.0",
2121
"mini-css-extract-plugin": "2.5.3",
2222
"style-loader": "3.3.1",
23-
"webpack": "5.69.1",
23+
"webpack": "5.70.0",
2424
"webpack-cli": "4.9.2"
2525
},
2626
"volta": {

demo/react-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"css-loader": "6.6.0",
2222
"mini-css-extract-plugin": "2.5.3",
2323
"style-loader": "3.3.1",
24-
"webpack": "5.69.1",
24+
"webpack": "5.70.0",
2525
"webpack-cli": "4.9.2"
2626
},
2727
"volta": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@babel/cli": "7.16.7",
4343
"@babel/core": "7.16.7",
4444
"@babel/preset-env": "7.16.7",
45-
"@rollup/plugin-babel": "5.3.0",
45+
"@rollup/plugin-babel": "5.3.1",
4646
"@rollup/plugin-replace": "3.1.0",
47-
"@types/node": "16.11.25",
47+
"@types/node": "16.11.26",
4848
"@types/sinon": "10.0.11",
4949
"acorn": "8.7.0",
5050
"acorn-walk": "8.2.0",
@@ -57,20 +57,20 @@
5757
"husky": "7.0.4",
5858
"jsdom": "19.0.0",
5959
"lint-staged": "12.3.4",
60-
"magic-string": "0.25.7",
60+
"magic-string": "0.26.1",
6161
"np": "7.6.0",
6262
"npm-run-all": "4.1.5",
6363
"polka": "0.5.2",
6464
"prettier": "2.5.1",
6565
"rimraf": "3.0.2",
66-
"rollup": "2.67.2",
66+
"rollup": "2.69.0",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",
7070
"sinon": "12.0.1",
7171
"sirv": "1.0.19",
7272
"tslint": "6.1.3",
73-
"typescript": "4.5.5"
73+
"typescript": "4.6.2"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [

0 commit comments

Comments
 (0)