Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @nuxt/eslint ^0.5.4 -> ^0.5.7
* eslint ^9.9.1 -> ^9.10.0
* nuxt ^3.13.0 -> ^3.13.1
* postcss ^8.4.42 -> ^8.4.45
* tailwindcss ^3.4.10 -> ^3.4.11
* vue ^3.4.38 -> ^3.5.4
* vue-tsc ^2.1.4 -> ^2.1.6
  • Loading branch information
ThrRip committed Sep 11, 2024
1 parent cb9714c commit c6bd1b8
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 762 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.13.0",
"nuxt": "^3.13.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.4",
"@nuxt/eslint": "^0.5.7",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"postcss": "^8.4.42",
"eslint": "^9.10.0",
"postcss": "^8.4.45",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.10",
"vue-tsc": "^2.1.4"
"tailwindcss": "^3.4.11",
"vue-tsc": "^2.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.13.0",
"nuxt": "^3.13.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.42",
"postcss": "^8.4.45",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.11"
}
}
8 changes: 4 additions & 4 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"nuxt": "^3.13.0",
"nuxt": "^3.13.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.42",
"postcss": "^8.4.45",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.11"
}
}
Loading

0 comments on commit c6bd1b8

Please sign in to comment.