Skip to content

Commit

Permalink
Override react dependancy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filipermit committed Jul 10, 2023
1 parent 14db1b4 commit 5b028ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
7 changes: 0 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ const config = {
},
};
},
// [
// "@docusaurus/plugin-content-docs",
// {
// routeBasePath: "/",
// sidebarPath: require.resolve("./sidebars.js"),
// },
// ],
],

themeConfig:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
]
},
"overrides": {
"got": "^12.1.0",
"react": "$react"
"got": "^12.1.0"
},
"devDependencies": {
"tailwindcss": "^3.2.4"
Expand Down

0 comments on commit 5b028ae

Please sign in to comment.