Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @fortawesome/vue-fontawesome ^3.0.5 -> ^3.0.6
* autoprefixer ^10.4.16 -> ^10.4.17
* nuxt ^3.9.1 -> ^3.10.0
* pinyin-pro ^3.19.0 -> ^3.19.3

Other major changes:
* vue 3.4.12 -> 3.4.15
  • Loading branch information
ThrRip committed Jan 30, 2024
1 parent 336fb51 commit c3c8f4c
Show file tree
Hide file tree
Showing 4 changed files with 972 additions and 764 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"node-appwrite": "^11.1.0",
"pinyin-pro": "^3.19.0"
"pinyin-pro": "^3.19.3"
},
"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.16",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.9.1",
"nuxt": "^3.10.0",
"postcss": "^8.4.33",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "admin",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"node-appwrite": "^11.1.0",
"pinyin-pro": "^3.19.0"
"pinyin-pro": "^3.19.3"
},
"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.16",
"nuxt": "^3.9.1",
"autoprefixer": "^10.4.17",
"nuxt": "^3.10.0",
"postcss": "^8.4.33",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "home",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.1",
"pinyin-pro": "^3.19.0"
"pinyin-pro": "^3.19.3"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"autoprefixer": "^10.4.16",
"nuxt": "^3.9.1",
"autoprefixer": "^10.4.17",
"nuxt": "^3.10.0",
"postcss": "^8.4.33",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
Expand Down
Loading

0 comments on commit c3c8f4c

Please sign in to comment.