Skip to content

Commit b5405b1

Browse files
chore(deps): update pnpm to v11 (#89)
* chore(deps): update pnpm to v11 * allow builds --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: EugeniyKiyashko <EugeniyKiyashko@users.noreply.github.com>
1 parent dee7c22 commit b5405b1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
node = "24.15.0"
3+
pnpm = "11.5.1"
34

45
[hooks]
56
enter = "mise install"
6-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devextreme-react-template",
33
"version": "0.1.0",
4-
"packageManager": "pnpm@9.15.9",
4+
"packageManager": "pnpm@11.5.1",
55
"private": true,
66
"type": "module",
77
"scripts": {

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
allowBuilds:
2+
core-js: true
3+
esbuild: true
4+
inferno: true

0 commit comments

Comments
 (0)