Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

update packages for graphql ui and update pre-commit #60336

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: (^.*\.snap$)|(^internal/database/.*\.json)|(^internal/database/.*\.md)|(^migrations/[^/]+/squashed\.sql)
exclude: (^.*\.snap$)|(^internal/database/.*\.json)|(^internal/database/.*\.md)|(^migrations/[^/]+/squashed\.sql)|(^pnpm-lock.yaml$)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"@codemirror/search": "^6.0.1",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.1",
"@graphiql/react": "^0.10.0",
"@graphiql/react": "^0.20.3",
"@lezer/common": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@mdi/js": "7.1.96",
Expand Down Expand Up @@ -342,7 +342,7 @@
"focus-visible": "^5.2.0",
"fzf": "^0.5.1",
"got": "^11.5.2",
"graphiql": "^1.11.5",
"graphiql": "^3.1.1",
"handlebars": "^4.7.7",
"highlight.js": "^10.5.0",
"highlightjs-graphql": "^1.0.2",
Expand Down
Loading
Loading