Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kilobyte2007 committed Dec 21, 2024
1 parent b11635f commit aa3345b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 58 deletions.
79 changes: 25 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@tailwindcss/vite": "next",
"@types/chroma-js": "^2.4.5",
"@types/lodash": "^4.17.0",
"@vueuse/core": "^10.9.0",
Expand All @@ -78,7 +77,8 @@
"devDependencies": {
"@eslint/js": "^9.17.0",
"@iconify/vue": "^4.2.0",
"@tailwindcss/postcss": "next",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@vee-validate/rules": "^4.14.7",
"@vee-validate/zod": "^4.14.7",
"@vitejs/plugin-vue": "5.2.1",
Expand All @@ -92,7 +92,7 @@
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"rimraf": "^2.7.1",
"tailwindcss": "next",
"tailwindcss": "^4.0.0-beta.8",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
Expand All @@ -111,7 +111,7 @@
},
"overrides": {
"tailwindcss-animate": {
"tailwindcss": "next"
"tailwindcss": "^4.0.0-beta.8"
}
}
}

0 comments on commit aa3345b

Please sign in to comment.