Skip to content

Commit c91cc6e

Browse files
authored
chore: update pnpm and fix security alerts (#263)
* chore(deps): update `brace-expansion` package versions * chore: remove duplicate `autoInstallPeers` setting in `pnpm-workspace.yaml` * chore(deps): update `picomatch` package to version `2.3.2` * chore(deps): update `yaml` package to version `2.8.3`
1 parent d011a97 commit c91cc6e

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

pnpm-lock.yaml

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ packages:
22
- lib
33
- packages/*
44

5+
autoInstallPeers: false
6+
57
catalog:
68
'@types/react': ^19.2.14
79
'@types/react-dom': ^19.2.3
@@ -13,5 +15,3 @@ catalog:
1315
typescript: ^6.0.2
1416
vite: ^8.0.3
1517
vitest: ^4.1.2
16-
17-
autoInstallPeers: false

0 commit comments

Comments
 (0)