Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
[all]:
* @types/node ^18.17.18 -> ^18.18.8
* eslint ^8.49.0 -> ^8.53.0
* nuxt ^3.7.3 -> ^3.8.0
* pinyin-pro ^3.16.6 -> ^3.17.0
* postcss ^8.4.30 -> ^8.4.31
* tailwindcss ^3.3.3 -> ^3.3.5
  • Loading branch information
ThrRip committed Nov 5, 2023
1 parent 62921b4 commit 65179a9
Show file tree
Hide file tree
Showing 3 changed files with 2,138 additions and 699 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"appwrite": "^13.0.0",
"pinyin-pro": "^3.16.6"
"pinyin-pro": "^3.17.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18.17.18",
"@types/node": "^18.18.8",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.7.3",
"postcss": "^8.4.30",
"nuxt": "^3.8.0",
"postcss": "^8.4.31",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}
12 changes: 6 additions & 6 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"appwrite": "^12.0.0",
"pinyin-pro": "^3.16.3"
"appwrite": "^13.0.0",
"pinyin-pro": "^3.17.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18.17.14",
"@types/node": "^18.18.8",
"autoprefixer": "^10.4.15",
"nuxt": "^3.7.0",
"postcss": "^8.4.29",
"nuxt": "^3.8.0",
"postcss": "^8.4.31",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
}
}
Loading

0 comments on commit 65179a9

Please sign in to comment.