Override conflicting dependencies
This commit is contained in:
parent
495e8338b9
commit
291395f8d3
5 changed files with 703 additions and 703 deletions
|
|
@ -13,7 +13,7 @@ export const Layout: FC<PropsWithChildren> = ({ children }) => {
|
|||
const [cookies, setCookie] = useCookies(["cookieConsent"]);
|
||||
|
||||
const consentGranted = cookies.cookieConsent === "true";
|
||||
console.log({ val: process.env.LINK_EMBEDDED });
|
||||
|
||||
const {
|
||||
publicRuntimeConfig: { embedded },
|
||||
} = getConfig();
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"twilio-client": "^1.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "next dev -p 2999",
|
||||
"dev": "next dev -p 2999",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"test": "echo no tests",
|
||||
|
|
|
|||
1388
package-lock.json
generated
1388
package-lock.json
generated
File diff suppressed because it is too large
Load diff
13
package.json
13
package.json
|
|
@ -16,5 +16,16 @@
|
|||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||
},
|
||||
"author": "Darren Clarke",
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"overrides": {
|
||||
"@mui/styles": {
|
||||
"react": "18.2.0"
|
||||
},
|
||||
"typeorm": {
|
||||
"pg": "^8.11.0"
|
||||
},
|
||||
"hapi-postgraphile": {
|
||||
"pg": "^8.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
import type { IAppConfig } from "@digiresilience/metamigo-config";
|
||||
import camelcaseKeys from "camelcase-keys";
|
||||
import PgSimplifyInflectorPlugin from "@graphile-contrib/pg-simplify-inflector";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue