Skip to content

Commit

Permalink
fix: update deps (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuRanYa committed Jun 5, 2024
1 parent e4ec4fd commit 57de5fb
Show file tree
Hide file tree
Showing 2 changed files with 2,004 additions and 2,116 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"lint": "eslint --max-warnings 0 ."
},
"license": "MIT",
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@iconify-json/heroicons": "^1.1.21",
"@iconify/json": "^2.2.207",
"@iconify/json": "^2.2.216",
"@iconify/types": "^2.0.0",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.2.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^9.4.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@iconify/utils": "^2.1.23"
"@iconify/utils": "^2.1.24"
},
"peerDependencies": {
"tailwindcss": "*"
Expand Down
Loading

0 comments on commit 57de5fb

Please sign in to comment.