Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @fortawesome/fontawesome-svg-core ^6.5.2 -> ^6.6.0
* @fortawesome/free-brands-svg-icons ^6.5.2 -> ^6.6.0
* @fortawesome/free-regular-svg-icons ^6.5.2 -> ^6.6.0
* @fortawesome/free-solid-svg-icons ^6.5.2 -> ^6.6.0
* eslint ^9.5.0 -> ^9.7.0
* nuxt ^3.12.2 -> ^3.12.3
* pinyin-pro ^3.22.2 -> ^3.23.1
* postcss ^8.4.38 -> ^8.4.39
* tailwindcss ^3.4.4 -> ^3.4.6
* vue ^3.4.30 -> ^3.4.31
  • Loading branch information
ThrRip committed Jul 17, 2024
1 parent 0342ec5 commit cc175ff
Show file tree
Hide file tree
Showing 4 changed files with 1,463 additions and 2,327 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"preview:admin": "pnpm -F admin exec nuxt preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.2",
"pinyin-pro": "^3.22.2",
"vue": "^3.4.30"
"nuxt": "^3.12.3",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"autoprefixer": "^10.4.19",
"eslint": "^9.5.0",
"postcss": "^8.4.38",
"eslint": "^9.7.0",
"postcss": "^8.4.39",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.6"
}
}
18 changes: 9 additions & 9 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"author": "ThrRip <[email protected]>",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.2",
"pinyin-pro": "^3.22.2",
"vue": "^3.4.30"
"nuxt": "^3.12.3",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.6"
}
}
16 changes: 8 additions & 8 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"author": "ThrRip <[email protected]>",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"nuxt": "^3.12.2",
"pinyin-pro": "^3.22.2",
"vue": "^3.4.30"
"nuxt": "^3.12.3",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.6"
}
}
Loading

0 comments on commit cc175ff

Please sign in to comment.