⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2023-06-27 09:04:49 +00:00
committed by NathanVss
parent 2a5533962d
commit 93bfaae502
7 changed files with 1978 additions and 1739 deletions

View File

@@ -14,20 +14,20 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react": "4.0.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.62.1",
"typescript": "5.0.4",
"vite": "4.3.8"
"sass": "1.63.6",
"typescript": "5.1.3",
"vite": "4.3.9"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "18.16.0",
"node": "18.16.1",
"yarn": "1.22.19"
}
}