Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @nuxt/eslint ^0.3.13 -> ^0.5.0
* autoprefixer ^10.4.19 -> ^10.4.20
* eslint ^9.7.0 -> ^9.8.0
* pinyin-pro ^3.23.1 -> ^3.24.2
* postcss ^8.4.40 -> ^8.4.41
* tailwindcss ^3.4.7 -> ^3.4.8
* vue ^3.4.34 -> ^3.4.36
  • Loading branch information
ThrRip committed Aug 7, 2024
1 parent bda9b7c commit ba31fc3
Show file tree
Hide file tree
Showing 4 changed files with 972 additions and 852 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.34"
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"postcss": "^8.4.40",
"@nuxt/eslint": "^0.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.8"
}
}
10 changes: 5 additions & 5 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.34"
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.8"
}
}
10 changes: 5 additions & 5 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.34"
"pinyin-pro": "^3.24.2",
"vue": "^3.4.36"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.8"
}
}
Loading

0 comments on commit ba31fc3

Please sign in to comment.