update arn
This commit is contained in:
parent
42179b5921
commit
57479d30a9
BIN
.yarn/install-state.gz
Normal file
BIN
.yarn/install-state.gz
Normal file
Binary file not shown.
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
nodeLinker: node-modules
|
@ -4,6 +4,7 @@ RUN apk update && rm -rf /var/cache/apk/*
|
||||
WORKDIR /usr/app
|
||||
COPY package.json .
|
||||
COPY tsconfig.json .
|
||||
RUN corepack enable
|
||||
|
||||
RUN yarn install --ignore-scripts --non-interactive --frozen-lockfile && yarn cache clean
|
||||
COPY . .
|
||||
|
23541
package-lock.json
generated
23541
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -65,6 +65,8 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@craco/craco": "^7.1.0",
|
||||
"craco-alias": "^3.0.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.7.0"
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ export default function LinkGenerationCard({ id, headerText, icon }: Props) {
|
||||
const theme = useTheme();
|
||||
const upMd = useMediaQuery(theme.breakpoints.up("md"));
|
||||
const [linkToShortenField, setLinkToShortenField] = useState<string>("");
|
||||
const [shortenedLink, setShortenedLink] = useState<string>("");
|
||||
const [shortenedLink] = useState<string>("");
|
||||
|
||||
return (
|
||||
<Paper
|
||||
|
Loading…
Reference in New Issue
Block a user