Skip to content

Commit a26c8ee

Browse files
authored
deps: update various devDeps (#13485)
1 parent c8ee06b commit a26c8ee

File tree

3 files changed

+567
-511
lines changed

3 files changed

+567
-511
lines changed

build/build-extension.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ async function buildEntryPoint() {
5252
await bundle.close();
5353
}
5454

55-
/**
56-
* @return {Promise<void>}
57-
*/
5855
function copyAssets() {
59-
return cpy([
56+
cpy([
6057
'*.html',
6158
'styles/**/*.css',
6259
'images/**/*',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/gh-pages": "^2.0.0",
117117
"@types/google.analytics": "0.0.39",
118118
"@types/jest": "^24.0.9",
119-
"@types/jpeg-js": "^0.3.0",
119+
"@types/jpeg-js": "^0.3.7",
120120
"@types/jsdom": "^16.2.13",
121121
"@types/lodash.clonedeep": "^4.5.6",
122122
"@types/lodash.get": "^4.4.6",
@@ -140,8 +140,8 @@
140140
"c8": "^7.4.0",
141141
"chalk": "^2.4.1",
142142
"chrome-devtools-frontend": "1.0.922924",
143-
"conventional-changelog-cli": "^1.3.4",
144-
"cpy": "^7.0.1",
143+
"conventional-changelog-cli": "^2.1.1",
144+
"cpy": "^8.1.2",
145145
"cross-env": "^7.0.2",
146146
"csv-validator": "^0.0.3",
147147
"devtools-protocol": "0.0.939404",

0 commit comments

Comments
 (0)