Remove two unused dependencies
- @actions/core was used when the @hypothesis/frontend-shared package was part of the client repo. - postcss-url was used prior to the introduction of @hypothesis/frontend-build
Showing
... | ... | @@ -8,7 +8,6 @@ |
"repository": "hypothesis/client", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@actions/core": "^1.2.6", | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | ||
... | ... | @@ -71,7 +70,6 @@ |
"mustache-express": "^1.3.0", | ||
"npm-packlist": "^3.0.0", | ||
"postcss": "^8.0.3", | ||
"postcss-url": "^10.0.0", | ||
"preact": "^10.4.0", | ||
"prettier": "2.4.1", | ||
"puppeteer": "^11.0.0", | ||
... | ... |
Please register or sign in to comment