Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update various devDeps #13485

Merged
merged 11 commits into from
Dec 21, 2021
2 changes: 1 addition & 1 deletion build/build-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function buildEntryPoint() {
}

/**
* @return {Promise<void>}
* @return {Promise<string[]>}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove return?

*/
function copyAssets() {
return cpy([
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/gh-pages": "^2.0.0",
"@types/google.analytics": "0.0.39",
"@types/jest": "^24.0.9",
"@types/jpeg-js": "^0.3.0",
"@types/jpeg-js": "^0.3.7",
"@types/jsdom": "^16.2.13",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.get": "^4.4.6",
Expand All @@ -140,8 +140,8 @@
"c8": "^7.4.0",
"chalk": "^2.4.1",
"chrome-devtools-frontend": "1.0.922924",
"conventional-changelog-cli": "^1.3.4",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we use it here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh damn. okay yes.

okay instead i updated it to latest. also tested that it still works well.

"cpy": "^7.0.1",
"conventional-changelog-cli": "^2.1.1",
"cpy": "^8.1.2",
"cross-env": "^7.0.2",
"csv-validator": "^0.0.3",
"devtools-protocol": "0.0.939404",
Expand Down
Loading