Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* @nuxt/eslint ^0.3.7 -> ^0.3.9
* appwrite ^14.0.0 -> ^14.0.1
* eslint ^9.0.0 -> ^9.1.1
* pinyin-pro ^3.20.0 -> ^3.20.2
  • Loading branch information
ThrRip committed Apr 23, 2024
1 parent b09e94a commit 6b51043
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 780 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"appwrite": "^14.0.1",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.20.0"
"pinyin-pro": "^3.20.2"
},
"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.7",
"@nuxt/eslint": "^0.3.9",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"appwrite": "^14.0.1",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.20.0"
"pinyin-pro": "^3.20.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"pinyin-pro": "^3.20.0"
"appwrite": "^14.0.1",
"pinyin-pro": "^3.20.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
Expand Down
Loading

0 comments on commit 6b51043

Please sign in to comment.