Skip to content
Open
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
4 changes: 1 addition & 3 deletions web/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
approvedGitRepositories:
- "**"
- "https://github.com/pgadmin-org/react-data-grid.git"

checksumBehavior: update

enableScripts: true

logFilters:
- code: YN0013
level: discard
Expand Down
8 changes: 8 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@
"wkx": "^0.5.0",
"zustand": "^5.0.15"
},
"dependenciesMeta": {
"ttf2woff2": {
"built": true
},
"unrs-resolver": {
"built": true
}
},
"resolutions": {
"rc-resize-observer": "1.4.0",
"@xmldom/xmldom": "^0.8.13",
Expand Down
4 changes: 4 additions & 0 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14558,6 +14558,10 @@ __metadata:
dependenciesMeta:
sharp:
optional: true
ttf2woff2:
built: true
unrs-resolver:
built: true
languageName: unknown
linkType: soft

Expand Down
Loading