Skip to content

Commit 4080d8c

Browse files
authored
chore: use latest pnpm [AR-51967] (#217)
1 parent 99a7aa6 commit 4080d8c

4 files changed

Lines changed: 80 additions & 85 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Storybook is automatically deployed to GitHub Pages on every PR merge to the def
2222
### Prerequisites
2323

2424
- Node 24+
25-
- pnpm 10.0.0
25+
- pnpm 10.30.3
2626

2727
We recommend [fnm](https://github.com/Schniz/fnm), [nvm](https://github.com/nvm-sh/nvm), or [mise](https://github.com/jdx/mise) to manage these versions.
2828

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@drivenets/design-system-monorepo",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.0.0",
5+
"packageManager": "pnpm@10.30.3",
66
"type": "module",
77
"scripts": {
88
"start": "pnpm run --filter @drivenets/design-system storybook",
@@ -80,7 +80,9 @@
8080
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
8181
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1",
8282
"esbuild@<=0.24.2": ">=0.25.0",
83-
"eslint": "^10.0.1"
83+
"eslint": "^10.0.1",
84+
"semver": "^7.7.4",
85+
"chokidar": "^5.0.0"
8486
}
8587
}
8688
}

0 commit comments

Comments
 (0)