Skip to content

Commit

Permalink
chore: Fix failing git hooks (#9384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Jan 31, 2025
1 parent 696707a commit abcff59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"publish-prod": "ocular-publish version-only-prod",
"start": "open https://deck.gl/docs/get-started/getting-started",
"test": "ocular-test",
"test-fast": "ocular-lint && ocular-test node",
"metrics": "ocular-metrics",
"link-luma": "yarn && (cd node_modules && mv luma.gl luma.orig && ln -s ../../luma.gl/modules/core)",
"unlink-luma": "(cd node_modules && mv luma.gl luma.ln && mv luma.orig luma.gl)",
Expand All @@ -47,7 +48,6 @@
"@vis.gl/dev-tools": "1.0.0-alpha.21",
"@vis.gl/ts-plugins": "1.0.0-alpha.21",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"puppeteer": "^22.4.0",
"s2-geometry": "^1.2.10",
"tap-spec": "^5.0.0",
Expand Down
9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7462,15 +7462,6 @@ pre-commit@^1.2.2:
spawn-sync "^1.0.15"
which "1.2.x"

pre-push@^0.1.1:
version "0.1.4"
resolved "https://registry.yarnpkg.com/pre-push/-/pre-push-0.1.4.tgz#48e7a29e15d3d7a83b62d5a02e10ba5dc40ab3aa"
integrity sha512-bIdVuDQR3r5AWV7bM6OMHD3mCXA53Ql0LXmW5UfcSmJZq+J+TytqZ5YJcTmMLcojJysN65vcFIeCqRn6YidA+Q==
dependencies:
cross-spawn "^5.0.1"
spawn-sync "^1.0.15"
which "1.2.x"

preact@^10.17.0:
version "10.23.2"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.23.2.tgz#52deec92796ae0f0cc6b034d9c66e0fbc1b837dc"
Expand Down

0 comments on commit abcff59

Please sign in to comment.