Skip to content
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r"
},
"packageManager": "pnpm@10.33.0"
"packageManager": "pnpm@11.0.8"
}
16 changes: 7 additions & 9 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ packages:
- packages/redux-devtools-rtk-query-monitor/demo
- packages/redux-devtools-slider-monitor/examples/todomvc

onlyBuiltDependencies:
- '@apollo/protobufjs'
- '@swc/core'
- chromedriver
- electron
- esbuild
- msw
- sqlite3
- unrs-resolver
allowBuilds:
'@apollo/protobufjs': true
chromedriver: true
esbuild: true
msw: true
sqlite3: true
unrs-resolver: true

patchedDependencies:
'@dnd-kit/core': patches/@dnd-kit__core.patch
Expand Down
Loading