🔧 fix(package.json): Обновление версий зависимостей eslint, @antfu/eslint-config, sass, typescript, vue-tsc.

This commit is contained in:
Oscar
2026-03-12 18:14:56 +03:00
parent 11f05e0ae9
commit 53440ceb2a
2 changed files with 7 additions and 6 deletions

1
.idea/vcs.xml generated
View File

@@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/backend" vcs="Git" />
</component>
</project>

View File

@@ -14,16 +14,16 @@
"nuxt": "^4.3.1",
"primevue": "^4.5.4",
"vue": "^3.5.30",
"@nuxt/eslint": "latest",
"@nuxt/eslint": "^1.15.2",
"vue-router": "^4.6.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@primevue/nuxt-module": "^4.5.4",
"eslint": "latest",
"@antfu/eslint-config": "latest",
"sass": "latest",
"typescript": "latest",
"vue-tsc": "latest"
"eslint": "^10.0.3",
"@antfu/eslint-config": "^7.7.2",
"sass": "^1.98.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
}
}