Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
+ nitropack ~2.8.1
* appwrite ^13.0.1 -> ^13.0.2
* autoprefixer ^10.4.17 -> ^10.4.18
* eslint ^8.56.0 -> ^8.57.0
* node-appwrite ^11.1.0 -> ^11.1.1
* nuxt ^3.10.2 -> ~3.10.3
* pinyin-pro ^3.19.5 -> ^3.19.6
* postcss ^8.4.33 -> ^8.4.37
  • Loading branch information
ThrRip committed Mar 20, 2024
1 parent 0b396eb commit e63be33
Show file tree
Hide file tree
Showing 4 changed files with 1,324 additions and 1,275 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,22 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"node-appwrite": "^11.1.0",
"pinyin-pro": "^3.19.5"
"appwrite": "^13.0.2",
"node-appwrite": "^11.1.1",
"pinyin-pro": "^3.19.6"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.10.2",
"postcss": "^8.4.33",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
13 changes: 7 additions & 6 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"node-appwrite": "^11.1.0",
"pinyin-pro": "^3.19.5"
"appwrite": "^13.0.2",
"node-appwrite": "^11.1.1",
"pinyin-pro": "^3.19.6"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"autoprefixer": "^10.4.17",
"nuxt": "^3.10.2",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.18",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
11 changes: 6 additions & 5 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"pinyin-pro": "^3.19.5"
"appwrite": "^13.0.2",
"pinyin-pro": "^3.19.6"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"autoprefixer": "^10.4.17",
"nuxt": "^3.10.2",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.18",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
Loading

0 comments on commit e63be33

Please sign in to comment.