Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Apr 24, 2024
1 parent 660cdc6 commit a572a3f
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 1,549 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "transform-to-unocss",
"version": "0.0.86",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@8.0.0",
"description": "The tool that transform css to unocss",
"author": "Simon He",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"fast-glob": "^3.3.2"
"fast-glob": "^3.2.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
Expand All @@ -76,26 +76,26 @@
"bumpp": "^8.2.1",
"eslint": "^8.18.0",
"esno": "^0.16.3",
"find-up": "^7.0.0",
"less": "^4.2.0",
"find-up": "^6.3.0",
"less": "^4.1.3",
"less-plugin-module-resolver": "^1.0.3",
"lint-staged": "^15.2.2",
"magic-string": "^0.30.10",
"monaco-editor": "^0.48.0",
"lint-staged": "^13.1.0",
"magic-string": "^0.30.0",
"monaco-editor": "^0.36.1",
"picocolors": "^1.0.0",
"pnpm": "9.0.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sass": "^1.75.0",
"simple-git-hooks": "^2.11.1",
"stylus": "^0.63.0",
"pnpm": "^8.0.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"sass": "^1.59.2",
"simple-git-hooks": "^2.8.1",
"stylus": "^0.59.0",
"transform-to-unocss": "workspace:^",
"transform-to-unocss-core": "^0.0.29",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"transform-to-unocss-core": "^0.0.27",
"tsup": "^6.5.0",
"tsx": "^3.12.1",
"typescript": "^4.7.4",
"unplugin": "^1.10.1",
"vitest": "^1.5.0"
"unplugin": "^1.3.1",
"vitest": "^0.15.1"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit a572a3f

Please sign in to comment.