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
* 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 5c88f65
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 755 deletions.
12 changes: 6 additions & 6 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"
"vue-tsc": "^2.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@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"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@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"
}
Expand Down
Loading

0 comments on commit 5c88f65

Please sign in to comment.