Merge pull request #83 from BreizhHardware/dependabot/npm_and_yarn/vite-tsconfig-paths-5.1.3

Bump vite-tsconfig-paths from 5.0.1 to 5.1.3
This commit is contained in:
Félix MARQUET
2024-11-29 16:48:52 +01:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.3"
}
},
"node_modules/@adobe/css-tools": {
@@ -6423,10 +6423,11 @@
}
},
"node_modules/vite-tsconfig-paths": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.0.1.tgz",
"integrity": "sha512-yqwv+LstU7NwPeNqajZzLEBVpUFU6Dugtb2P84FXuvaoYA+/70l9MHE+GYfYAycVyPSDYZ7mjOFuYBRqlEpTig==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.3.tgz",
"integrity": "sha512-0bz+PDlLpGfP2CigeSKL9NFTF1KtXkeHGZSSaGQSuPZH77GhoiQaA8IjYgOaynSuwlDTolSUEU0ErVvju3NURg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",

View File

@@ -55,6 +55,6 @@
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.3"
}
}