Skip to content

Commit 9bf8028

Browse files
committed
Update all
1 parent f627793 commit 9bf8028

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

demo/preact-map/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@babel/preset-env": "7.14.4",
1818
"@babel/plugin-transform-react-jsx": "7.14.3",
1919
"babel-loader": "8.2.2",
20-
"css-loader": "5.2.4",
20+
"css-loader": "5.2.6",
2121
"mini-css-extract-plugin": "1.6.0",
2222
"style-loader": "2.0.0",
23-
"webpack": "5.37.0",
24-
"webpack-cli": "4.7.0"
23+
"webpack": "5.38.1",
24+
"webpack-cli": "4.7.2"
2525
},
2626
"volta": {
27-
"node": "14.16.1",
27+
"node": "14.17.0",
2828
"yarn": "1.22.10"
2929
}
3030
}

demo/react-map/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@babel/preset-env": "7.14.4",
1919
"@babel/plugin-transform-react-jsx": "7.14.3",
2020
"babel-loader": "8.2.2",
21-
"css-loader": "5.2.4",
21+
"css-loader": "5.2.6",
2222
"mini-css-extract-plugin": "1.6.0",
2323
"style-loader": "2.0.0",
24-
"webpack": "5.37.0",
25-
"webpack-cli": "4.7.0"
24+
"webpack": "5.38.1",
25+
"webpack-cli": "4.7.2"
2626
},
2727
"volta": {
28-
"node": "14.16.1",
28+
"node": "14.17.0",
2929
"yarn": "1.22.10"
3030
}
3131
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@
4545
"@babel/plugin-proposal-object-rest-spread": "7.14.4",
4646
"@babel/preset-env": "7.14.4",
4747
"@rollup/plugin-replace": "2.4.2",
48-
"@types/node": "14.14.44",
49-
"@types/sinon": "10.0.0",
50-
"acorn": "8.2.4",
48+
"@types/node": "14.17.3",
49+
"@types/sinon": "10.0.2",
50+
"acorn": "8.3.0",
5151
"acorn-walk": "8.1.0",
5252
"ava": "3.15.0",
5353
"babel-plugin-minify-replace": "0.5.0",
5454
"babel-plugin-transform-remove-console": "6.9.4",
5555
"cross-env": "7.0.3",
5656
"esm": "3.2.25",
5757
"husky": "6.0.0",
58-
"jsdom": "16.5.3",
58+
"jsdom": "16.6.0",
5959
"lint-staged": "11.0.0",
6060
"magic-string": "0.25.7",
6161
"np": "7.5.0",
6262
"npm-run-all": "4.1.5",
6363
"polka": "0.5.2",
64-
"prettier": "2.3.0",
64+
"prettier": "2.3.1",
6565
"rimraf": "3.0.2",
66-
"rollup": "2.47.0",
66+
"rollup": "2.51.2",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",
7070
"sinon": "11.1.1",
71-
"sirv": "1.0.11",
71+
"sirv": "1.0.12",
7272
"tslint": "6.1.3",
73-
"typescript": "4.2.4"
73+
"typescript": "4.3.2"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "14.16.1",
126+
"node": "14.17.0",
127127
"yarn": "1.22.10"
128128
},
129129
"publishConfig": {

tools/linter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"esm": "3.2.25",
2828
"lint-staged": "11.0.0",
2929
"npm-run-all": "4.1.5",
30-
"prettier": "2.3.0",
30+
"prettier": "2.3.1",
3131
"rimraf": "3.0.2",
3232
"shx": "0.3.3"
3333
},
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "14.16.1",
46+
"node": "14.17.0",
4747
"yarn": "1.22.10"
4848
}
4949
}

0 commit comments

Comments
 (0)