fix vue vite plugin

This commit is contained in:
Baer 2026-04-18 00:21:34 +02:00
parent b0005ee465
commit ef56c1d9c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "jeobeardy", "name": "jeobeardy",
"version": "1.1.0", "version": "1.1.1",
"description": "Jeobeardy (/dʒebeərdi/) is similiar to but not quite like Jeopardy. It is a quiz game where you can create your own boards with categories and then make your friends compete in a fun and interactive way", "description": "Jeobeardy (/dʒebeərdi/) is similiar to but not quite like Jeopardy. It is a quiz game where you can create your own boards with categories and then make your friends compete in a fun and interactive way",
"keywords": [ "keywords": [
"jeobeardy", "jeobeardy",
@ -34,6 +34,7 @@
"@fortawesome/free-solid-svg-icons": "~7.2.0", "@fortawesome/free-solid-svg-icons": "~7.2.0",
"@fortawesome/vue-fontawesome": "~3.1.3", "@fortawesome/vue-fontawesome": "~3.1.3",
"@popperjs/core": "~2.11.8", "@popperjs/core": "~2.11.8",
"@vitejs/plugin-vue": "~6.0.5",
"axios": "~1.15.0", "axios": "~1.15.0",
"bcryptjs": "~3.0.3", "bcryptjs": "~3.0.3",
"body-parser": "~2.2.2", "body-parser": "~2.2.2",
@ -57,7 +58,6 @@
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "~1.16.1", "@rushstack/eslint-patch": "~1.16.1",
"@vitejs/plugin-vue": "~6.0.5",
"@vue/eslint-config-prettier": "~10.2.0", "@vue/eslint-config-prettier": "~10.2.0",
"eslint": "~10.2.0", "eslint": "~10.2.0",
"eslint-plugin-vue": "~10.8.0", "eslint-plugin-vue": "~10.8.0",