Skip to content

Commit

Permalink
revert: "build(deps): remove unused cheerio package (#10049)" (#10057)
Browse files Browse the repository at this point in the history
## Summary

Revert the removal of `cheerio`, I missed its usage in the hidden
directory when grepping.

This reverts commit b6baa08.
  • Loading branch information
benelan authored Aug 13, 2024
1 parent b6baa08 commit d271ab1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
49 changes: 49 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"axe-core": "4.10.0",
"babel-loader": "9.1.3",
"change-case": "4.1.2",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.6.0",
"chromatic": "11.7.0",
"concurrently": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:watch-dev": "npm run util:prep-build-reqs && stencil build --no-docs --dev --watch",
"build-storybook": "npm run util:prep-storybook-build && NODE_OPTIONS=--openssl-legacy-provider storybook build --output-dir ./docs --quiet",
"clean": "npm run util:clean-js-files && npm run util:clean-readmes && rimraf node_modules dist www hydrate docs .turbo",
"deps:update": "updtr --exclude chalk typescript @types/jest jest jest-cli ts-jest @whitespace/storybook-addon-html && npm audit fix",
"deps:update": "updtr --exclude chalk cheerio typescript @types/jest jest jest-cli ts-jest @whitespace/storybook-addon-html && npm audit fix",
"lint": "concurrently npm:lint:*",
"lint:html": "prettier --write \"**/*.html\" >/dev/null",
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
Expand Down

0 comments on commit d271ab1

Please sign in to comment.