* update yarn

* fix dep

* upgrade deps

* fix document config save

* fix #1293

* support long recording assessment

* fix bugsnag

* fix style

* fix #1288

* fix bugsnag config
This commit is contained in:
an-lee
2025-02-25 14:44:10 +08:00
committed by GitHub
parent 4218ea0ba4
commit f3b3902f2d
27 changed files with 3145 additions and 2351 deletions

View File

@@ -10,16 +10,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/seo": "^2.0.3",
"nuxt": "^3.15.1",
"nuxt-og-image": "^4.0.3",
"@nuxtjs/seo": "^2.2.0",
"nuxt": "^3.15.4",
"nuxt-og-image": "^4.1.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"sass": "^1.83.4",
"postcss": "^8.5.3",
"sass": "^1.85.0",
"tailwindcss": "^3.4.17"
}
}