Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @nuxt/eslint ^0.5.7 -> ^0.6.0
* tailwindcss ^3.4.13 -> ^3.4.14
* vue ^3.5.11 -> ^3.5.12
  • Loading branch information
ThrRip committed Oct 15, 2024
1 parent c4a9bff commit fbb8854
Show file tree
Hide file tree
Showing 4 changed files with 571 additions and 557 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"node-appwrite": "^13.0.0",
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxt/eslint": "^0.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"vue-tsc": "^2.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"node-appwrite": "^13.0.0",
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.13"
"tailwindcss": "^3.4.14"
}
}
4 changes: 2 additions & 2 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"appwrite": "^15.0.0",
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.13"
"tailwindcss": "^3.4.14"
}
}
Loading

0 comments on commit fbb8854

Please sign in to comment.