Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @fortawesome/fontawesome-svg-core ^6.6.0 -> ^6.7.1
* @fortawesome/free-brands-svg-icons ^6.6.0 -> ^6.7.1
* @fortawesome/free-regular-svg-icons ^6.6.0 -> ^6.7.1
* @fortawesome/free-solid-svg-icons ^6.6.0 -> ^6.7.1
* @nuxt/eslint ^0.6.1 -> ^0.7.2
* eslint ^9.14.0 -> ^9.16.0
* nuxt ^3.14.159 -> ^3.14.1592
* postcss ^8.4.47 -> ^8.4.49
* tailwindcss ^3.4.14 -> ^3.4.16
* vue ^3.5.12 -> ^3.5.13
  • Loading branch information
ThrRip committed Dec 10, 2024
1 parent 898407a commit 207787c
Show file tree
Hide file tree
Showing 4 changed files with 1,283 additions and 1,297 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"postinstall": "nuxt prepare && pnpm -r exec nuxt prepare"
},
"dependencies": {
"@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/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^16.0.2",
"node-appwrite": "^14.1.0",
"nuxt": "^3.14.159",
"nuxt": "^3.14.1592",
"pinyin-pro": "^3.26.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.1",
"@nuxt/eslint": "^0.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"postcss": "^8.4.47",
"eslint": "^9.16.0",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.16",
"vue-tsc": "^2.1.10"
}
}
16 changes: 8 additions & 8 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.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/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^16.0.2",
"node-appwrite": "^14.1.0",
"nuxt": "^3.14.159",
"nuxt": "^3.14.1592",
"pinyin-pro": "^3.26.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.16"
}
}
14 changes: 7 additions & 7 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.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^16.0.2",
"nuxt": "^3.14.159",
"nuxt": "^3.14.1592",
"pinyin-pro": "^3.26.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.16"
}
}
Loading

0 comments on commit 207787c

Please sign in to comment.