Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* eslint ^9.8.0 -> ^9.9.0
* tailwindcss ^3.4.8 -> ^3.4.9
* vue ^3.4.36 -> ^3.4.37
  • Loading branch information
ThrRip committed Aug 11, 2024
1 parent ba31fc3 commit 8f673fe
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 330 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
"vue": "^3.4.37"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.8"
"tailwindcss": "^3.4.9"
}
}
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.12.4",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
"vue": "^3.4.37"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.8"
"tailwindcss": "^3.4.9"
}
}
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.12.4",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
"vue": "^3.4.37"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.8"
"tailwindcss": "^3.4.9"
}
}
Loading

0 comments on commit 8f673fe

Please sign in to comment.