Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jul 24, 2024
1 parent 5f4ddf8 commit 5fcf824
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 731 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@
"tag-and-publish": "pnpm tag && pnpm publish -r"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@eslint/js": "^9.6.0",
"@changesets/cli": "^2.27.7",
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.9",
"@vitest/ui": "^1.6.0",
"eslint": "^9.6.0",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.4.4",
"taze": "^0.13.9",
"tsx": "^4.15.8",
"typescript": "^5.5.2",
"typescript-eslint": "8.0.0-alpha.33",
"vite": "^5.3.2",
"vite-plugin-dts": "^3.9.1",
"@types/node": "^20.14.12",
"@vitest/ui": "^2.0.4",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"tailwindcss": "^3.4.6",
"taze": "^0.16.1",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"typescript-eslint": "8.0.0-alpha.53",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^1.6.0"
"vitest": "^2.0.4"
},
"peerDependencies": {
"tailwindcss": "^3.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"fast-glob": "^3.3.2",
"parse-imports": "^2.1.0"
"parse-imports": "^2.1.1"
}
}
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@fontsource/inter": "^5.0.18",
"@fontsource/inter": "^5.0.19",
"@iconify-json/zondicons": "^1.1.8",
"@playwright/test": "^1.45.0",
"@types/node": "^20.14.9",
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.12",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"lit-analyzer": "^2.0.3",
"playwright": "^1.45.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"playwright": "^1.45.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-modular-tailwindcss": "workspace:*"
}
}
Loading

0 comments on commit 5fcf824

Please sign in to comment.