Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* vue 3.4.26 -> ^3.4.27

"nuxt", "@fortawesome/free-brands-svg-icons",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons" were moved to
"dependencies", and "vue" were added as a direct dependency
for better control.
  • Loading branch information
ThrRip committed May 8, 2024
1 parent 2c2d432 commit cebdcac
Show file tree
Hide file tree
Showing 4 changed files with 934 additions and 730 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@
},
"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/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.1",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.20.3"
"nuxt": "^3.11.2",
"pinyin-pro": "^3.20.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nuxt/eslint": "^0.3.10",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.3"
Expand Down
11 changes: 6 additions & 5 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
"name": "admin",
"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/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.1",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.20.3"
"nuxt": "^3.11.2",
"pinyin-pro": "^3.20.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.3"
Expand Down
9 changes: 5 additions & 4 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "home",
"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/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.1",
"pinyin-pro": "^3.20.3"
"nuxt": "^3.11.2",
"pinyin-pro": "^3.20.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.3"
Expand Down
Loading

0 comments on commit cebdcac

Please sign in to comment.