1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: restore shx dependency in package.json and pnpm-lock.yaml

This commit is contained in:
codecalm
2025-05-26 20:46:34 +02:00
parent 1b0f8206ee
commit 545defc852
2 changed files with 25 additions and 52 deletions

View File

@@ -15,6 +15,9 @@
"start": "pnpm dev"
},
"packageManager": "pnpm@10.11.0",
"dependencies": {
"shx": "^0.4.0"
},
"devDependencies": {
"@argos-ci/playwright": "^5.0.3",
"@changesets/changelog-github": "^0.5.1",
@@ -43,7 +46,6 @@
"rtlcss": "^4.3.0",
"sass": "1.71.0",
"shelljs": "^0.10.0",
"shx": "^0.4.0",
"terser": "^5.39.2",
"turbo": "^2.5.3"
}