Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* eslint ^9.10.0 -> ^9.11.1
* nuxt ^3.13.1 -> ^3.13.2
* pinyin-pro ^3.24.2 -> ^3.25.0
* postcss ^8.4.45 -> ^8.4.47
* tailwindcss ^3.4.11 -> ^3.4.13
* vue ^3.5.4 -> ^3.5.10
  • Loading branch information
ThrRip committed Sep 29, 2024
1 parent c6bd1b8 commit 56531b9
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 838 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.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.5.4"
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.10"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"postcss": "^8.4.45",
"eslint": "^9.11.1",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"vue-tsc": "^2.1.6"
}
}
10 changes: 5 additions & 5 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.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.5.4"
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.10"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.11"
"tailwindcss": "^3.4.13"
}
}
10 changes: 5 additions & 5 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.1",
"pinyin-pro": "^3.24.2",
"vue": "^3.5.4"
"nuxt": "^3.13.2",
"pinyin-pro": "^3.25.0",
"vue": "^3.5.10"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.11"
"tailwindcss": "^3.4.13"
}
}
Loading

0 comments on commit 56531b9

Please sign in to comment.