Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* appwrite ^13.0.2 -> ^14.0.0
* autoprefixer ^10.4.18 -> ^10.4.19
* node-appwrite ^11.1.1 -> ^12.0.0
* nuxt ~3.10.3 -> ^3.11.1
* postcss ^8.4.37 -> ^8.4.38
- nitropack ~2.8.1

Other major changes:
"api.mzg.fan" is upgraded to Appwrite 1.5.4.
  • Loading branch information
ThrRip committed Mar 26, 2024
1 parent d2b3803 commit 99ef466
Show file tree
Hide file tree
Showing 5 changed files with 1,353 additions and 832 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,21 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.2",
"node-appwrite": "^11.1.1",
"appwrite": "^14.0.0",
"node-appwrite": "^12.0.0",
"pinyin-pro": "^3.19.6"
},
"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.18",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"nuxt": "^3.11.1",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const backendAuthState = ref<BackendAuthState>('')

function backendLogin (email: string, password: string) {
backendAuthState.value = 'processing'
backendAccount.createEmailSession(email, password)
backendAccount.createEmailPasswordSession(email, password)
.then(
() => {
backendAuthState.value = 'succeeded'
Expand Down
11 changes: 5 additions & 6 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.2",
"node-appwrite": "^11.1.1",
"appwrite": "^14.0.0",
"node-appwrite": "^12.0.0",
"pinyin-pro": "^3.19.6"
},
"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.18",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.1",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
9 changes: 4 additions & 5 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^13.0.2",
"appwrite": "^14.0.0",
"pinyin-pro": "^3.19.6"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"autoprefixer": "^10.4.18",
"nitropack": "~2.8.1",
"nuxt": "~3.10.3",
"postcss": "^8.4.37",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.1",
"postcss": "^8.4.38",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
}
Expand Down
Loading

0 comments on commit 99ef466

Please sign in to comment.