Merge pull request #100 from BreizhHardware/dependabot/npm_and_yarn/vite-6.0.6

Bump vite from 5.4.10 to 6.0.6
This commit is contained in:
Félix MARQUET
2024-12-30 23:05:25 +01:00
committed by GitHub
3 changed files with 423 additions and 403 deletions

821
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,9 +51,9 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite": "^6.0.6",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.3"
}

View File

@@ -17,6 +17,7 @@
"jsx": "react-jsx",
"baseUrl": "./src",
"types": ["@simonsmith/cypress-image-snapshot/types"],
"outDir": "./dist",
},
"include": ["src"]
}