Skip to content

Commit a18de3c

Browse files
authored
Update all (ampproject#1024)
1 parent db11b2d commit a18de3c

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

demo/preact-map/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@babel/preset-env": "7.12.17",
1818
"@babel/plugin-transform-react-jsx": "7.12.17",
1919
"babel-loader": "8.2.2",
20-
"css-loader": "5.0.2",
21-
"mini-css-extract-plugin": "1.3.8",
20+
"css-loader": "5.1.1",
21+
"mini-css-extract-plugin": "1.3.9",
2222
"style-loader": "2.0.0",
23-
"webpack": "5.23.0",
23+
"webpack": "5.24.4",
2424
"webpack-cli": "4.5.0"
2525
},
2626
"volta": {
27-
"node": "14.15.5",
27+
"node": "14.16.0",
2828
"yarn": "1.22.10"
2929
}
3030
}

demo/react-map/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@babel/preset-env": "7.12.17",
1919
"@babel/plugin-transform-react-jsx": "7.12.17",
2020
"babel-loader": "8.2.2",
21-
"css-loader": "5.0.2",
22-
"mini-css-extract-plugin": "1.3.8",
21+
"css-loader": "5.1.1",
22+
"mini-css-extract-plugin": "1.3.9",
2323
"style-loader": "2.0.0",
24-
"webpack": "5.23.0",
24+
"webpack": "5.24.4",
2525
"webpack-cli": "4.5.0"
2626
},
2727
"volta": {
28-
"node": "14.15.5",
28+
"node": "14.16.0",
2929
"yarn": "1.22.10"
3030
}
3131
}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
"@babel/plugin-proposal-class-properties": "7.12.13",
4545
"@babel/plugin-proposal-object-rest-spread": "7.12.13",
4646
"@babel/preset-env": "7.12.17",
47-
"@rollup/plugin-replace": "2.3.4",
48-
"@types/node": "14.14.28",
49-
"@types/sinon": "9.0.10",
50-
"acorn": "8.0.5",
47+
"@rollup/plugin-replace": "2.4.1",
48+
"@types/node": "14.14.32",
49+
"@types/sinon": "9.0.11",
50+
"acorn": "8.1.0",
5151
"acorn-walk": "8.0.2",
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": "4.3.8",
58-
"jsdom": "16.4.0",
58+
"jsdom": "16.5.0",
5959
"lint-staged": "10.5.4",
6060
"magic-string": "0.25.7",
6161
"np": "7.4.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.39.0",
66+
"rollup": "2.41.0",
6767
"rollup-plugin-analyzer": "3.3.0",
6868
"rollup-plugin-babel": "4.4.0",
6969
"rollup-plugin-terser": "7.0.2",
7070
"sinon": "9.2.4",
7171
"sirv": "1.0.11",
7272
"tslint": "6.1.3",
73-
"typescript": "4.1.5"
73+
"typescript": "4.2.3"
7474
},
7575
"lint-staged": {
7676
"*.{js,ts}": [
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"volta": {
126-
"node": "14.15.5",
126+
"node": "14.16.0",
127127
"yarn": "1.22.10"
128128
},
129129
"publishConfig": {

tools/linter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"volta": {
46-
"node": "14.15.5",
46+
"node": "14.16.0",
4747
"yarn": "1.22.10"
4848
}
4949
}

0 commit comments

Comments
 (0)