Update vite

This commit is contained in:
Nicolas Mowen 2024-07-11 06:43:53 -06:00
parent e0150c91af
commit b4e4774e97
2 changed files with 691 additions and 407 deletions

1086
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -80,9 +80,9 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.4.5", "@testing-library/jest-dom": "^6.4.6",
"@types/lodash": "^4.17.4", "@types/lodash": "^4.17.6",
"@types/node": "^20.12.12", "@types/node": "^20.14.10",
"@types/react": "^18.3.2", "@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@types/react-grid-layout": "^1.3.5", "@types/react-grid-layout": "^1.3.5",
@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0", "@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.6.0", "@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.6.0", "@vitest/coverage-v8": "^2.0.2",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
@ -110,7 +110,7 @@
"prettier-plugin-tailwindcss": "^0.6.1", "prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.11", "vite": "^5.3.3",
"vitest": "^1.6.0" "vitest": "^2.0.2"
} }
} }