Skip to content

Commit

Permalink
chore: Fix pnpm tasks error
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Dec 14, 2024
1 parent 4ce3859 commit 2e1b250
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 455 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"web-devtools",
"devtools"
],
"author": "zjxxxxxxxxx <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-syntax-typescript": "^7.22.5",
Expand All @@ -64,18 +66,18 @@
"esno": "^4.8.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.3.0",
"magic-string": "^0.30.5",
"magic-string": "^0.30.14",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-minify-selectors": "^6.0.0",
"prettier": "^3.0.1",
"prettier": "^3.4.1",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^6.0.0",
"simple-git-hooks": "^2.9.0",
"turbo": "^2.3.1",
"turbo": "^2.3.3",
"typescript": "^5.1.6",
"vitest": "^0.34.3"
},
Expand Down
Loading

0 comments on commit 2e1b250

Please sign in to comment.