Skip to content

Commit 3dc5f93

Browse files
committed
Revert "yarn upgrade latest"
This reverts commit 6146490.
1 parent aedfb1f commit 3dc5f93

File tree

3 files changed

+1285
-1202
lines changed

3 files changed

+1285
-1202
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"dependencies": {
1919
"@emotion/react": "^11.13.3",
2020
"@emotion/styled": "^11.13.0",
21-
"@mui/material": "^7.3.2",
21+
"@mui/material": "^5.16.7",
2222
"gitlanding": "^2.0.0-rc.3",
23-
"onyxia-ui": "^6.4.1",
24-
"react": "^19.1.1",
23+
"onyxia-ui": "^5.3.3",
24+
"react": "^18.3.1",
2525
"react-code-blocks": "^0.1.6",
26-
"react-dom": "^19.1.1",
26+
"react-dom": "^18.3.1",
2727
"tss-react": "^4.9.13"
2828
},
2929
"devDependencies": {
3030
"@eslint/js": "^9.9.0",
31-
"@types/react": "^19.1.12",
32-
"@types/react-dom": "^19.1.9",
33-
"@vitejs/plugin-react": "^5.0.2",
31+
"@types/react": "^18.3.3",
32+
"@types/react-dom": "^18.3.0",
33+
"@vitejs/plugin-react": "^4.3.1",
3434
"eslint": "^9.9.0",
3535
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3636
"eslint-plugin-react-refresh": "^0.4.9",
37-
"globals": "^16.3.0",
38-
"husky": "^9.1.7",
39-
"lint-staged": "^16.1.6",
37+
"globals": "^15.9.0",
38+
"husky": "^4.3.8",
39+
"lint-staged": "^11.1.1",
4040
"prettier": "^3.3.2",
4141
"typescript": "^5.5.3",
4242
"typescript-eslint": "^8.0.1",
43-
"vite": "^7.1.4",
43+
"vite": "^5.4.19",
4444
"vite-tsconfig-paths": "^5.0.1"
4545
},
4646
"husky": {

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "onyxia-ui/assets/fonts/WorkSans/font.css";
33
import "onyxia-ui/assets/fonts/Marianne/font.css";
44

55
const { OnyxiaUi, ofTypeTheme } = createOnyxiaUi({
6-
// BASE_URL: import.meta.env.BASE_URL,
6+
BASE_URL: import.meta.env.BASE_URL,
77
getTypographyDesc: params => {
88
const typographyDesc = defaultGetTypographyDesc(params);
99

0 commit comments

Comments
 (0)