⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2023-11-18 21:52:11 +00:00
committed by NathanVss
parent b340272207
commit 35d0821287
7 changed files with 2462 additions and 1701 deletions

View File

@@ -14,20 +14,20 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "4.1.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.4",
"sass": "1.69.5",
"typescript": "5.2.2",
"vite": "4.5.0"
"vite": "5.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"node": "20.9.0",
"yarn": "1.22.21"
}
}