⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-03-10 01:06:05 +00:00
committed by NathanVss
parent 30ec253ab0
commit 91a7b2369f
7 changed files with 1052 additions and 601 deletions

View File

@@ -16,20 +16,20 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.71.0",
"typescript": "5.3.3",
"vite": "5.1.3"
"sass": "1.71.1",
"typescript": "5.4.2",
"vite": "5.1.5"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}