Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* nuxt ^3.12.3 -> ^3.12.4
* vue ^3.4.31 -> ^3.4.32

+ nuxtConfig.compatibilityDate 2024-07-19
  • Loading branch information
ThrRip committed Jul 19, 2024
1 parent cc175ff commit b2bd692
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 178 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.3",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
"vue": "^3.4.32"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
Expand Down
2 changes: 2 additions & 0 deletions packages/admin/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default defineNuxtConfig({
'@fortawesome/fontawesome-svg-core/styles.css'
],

compatibilityDate: '2024-07-19',

build: {
transpile: ['@fortawesome/vue-fontawesome']
},
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"node-appwrite": "^13.0.0",
"nuxt": "^3.12.3",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
"vue": "^3.4.32"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 2 additions & 0 deletions packages/home/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default defineNuxtConfig({
'@fortawesome/fontawesome-svg-core/styles.css'
],

compatibilityDate: '2024-07-19',

build: {
transpile: ['@fortawesome/vue-fontawesome']
},
Expand Down
4 changes: 2 additions & 2 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"appwrite": "^15.0.0",
"nuxt": "^3.12.3",
"nuxt": "^3.12.4",
"pinyin-pro": "^3.23.1",
"vue": "^3.4.31"
"vue": "^3.4.32"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
Expand Down
Loading

0 comments on commit b2bd692

Please sign in to comment.