Skip to content

Commit d45ff71

Browse files
authored
Cleanup deps (#456)
This is to stop `npm audit` from complaining.
1 parent 0114b0f commit d45ff71

File tree

2 files changed

+32
-170
lines changed

2 files changed

+32
-170
lines changed

package-lock.json

Lines changed: 31 additions & 167 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"watch": "tsc -w",
1212
"lint": "eslint . --rulesdir utils/eslint-rules",
1313
"lint:fix": "npm run lint -- --fix",
14-
"pkg": "npm run clean && npm run build && npm-pack-all",
1514
"test": "npm run test:unit && npm run test:browser-service",
1615
"test:unit": "jest",
1716
"test:browser-service": "WSENDPOINT=ws://localhost:9322 npm run test:unit",
@@ -46,7 +45,7 @@
4645
"kleur": "^4.1.3",
4746
"micromatch": "^4.0.4",
4847
"playwright-chromium": "=1.14.0",
49-
"sharp": "^0.29.3",
48+
"sharp": "^0.30.1",
5049
"snakecase-keys": "^3.2.1",
5150
"sonic-boom": "^2.6.0",
5251
"source-map-support": "^0.5.19",
@@ -64,7 +63,6 @@
6463
"husky": "^4.3.6",
6564
"jest": "^27.4.5",
6665
"lint-staged": "^10.5.3",
67-
"npm-pack-all": "^1.12.7",
6866
"prettier": "^2.4.1",
6967
"rimraf": "^3.0.2",
7068
"ts-jest": "^27.1.2"

0 commit comments

Comments
 (0)