Skip to content

Commit 3efa121

Browse files
authoredApr 26, 2021
Update all (#1049)
1 parent 6aa504e commit 3efa121

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎demo/preact-map/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@babel/preset-env": "7.13.15",
1818
"@babel/plugin-transform-react-jsx": "7.13.12",
1919
"babel-loader": "8.2.2",
20-
"css-loader": "5.2.1",
21-
"mini-css-extract-plugin": "1.4.1",
20+
"css-loader": "5.2.4",
21+
"mini-css-extract-plugin": "1.5.0",
2222
"style-loader": "2.0.0",
23-
"webpack": "5.31.2",
23+
"webpack": "5.35.1",
2424
"webpack-cli": "4.6.0"
2525
},
2626
"volta": {

‎demo/react-map/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@babel/preset-env": "7.13.15",
1919
"@babel/plugin-transform-react-jsx": "7.13.12",
2020
"babel-loader": "8.2.2",
21-
"css-loader": "5.2.1",
22-
"mini-css-extract-plugin": "1.4.1",
21+
"css-loader": "5.2.4",
22+
"mini-css-extract-plugin": "1.5.0",
2323
"style-loader": "2.0.0",
24-
"webpack": "5.31.2",
24+
"webpack": "5.35.1",
2525
"webpack-cli": "4.6.0"
2626
},
2727
"volta": {

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
4646
"@babel/preset-env": "7.13.15",
4747
"@rollup/plugin-replace": "2.4.2",
48-
"@types/node": "14.14.37",
48+
"@types/node": "14.14.41",
4949
"@types/sinon": "9.0.11",
50-
"acorn": "8.1.0",
51-
"acorn-walk": "8.0.2",
50+
"acorn": "8.2.1",
51+
"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",
@@ -58,12 +58,12 @@
5858
"jsdom": "16.5.3",
5959
"lint-staged": "10.5.4",
6060
"magic-string": "0.25.7",
61-
"np": "7.4.0",
61+
"np": "7.5.0",
6262
"npm-run-all": "4.1.5",
6363
"polka": "0.5.2",
6464
"prettier": "2.2.1",
6565
"rimraf": "3.0.2",
66-
"rollup": "2.45.1",
66+
"rollup": "2.45.2",
6767
"rollup-plugin-analyzer": "4.0.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.