mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-02-03 14:01:50 +02:00
More package upgrades
This commit is contained in:
parent
c9297cec8d
commit
aa22ebbece
@ -91,7 +91,7 @@ export const BlueprintBookSubPage: React.FC<BlueprintBookSubPageProps> = ({
|
||||
const [renderer, setRenderer] = useState<RENDERERS | null>(null);
|
||||
const selectedHash = selected.data.blueprint_hash;
|
||||
const showEntities = selected.type === "blueprint" && selectedData?.blueprint;
|
||||
console.log(selectedData);
|
||||
|
||||
useEffect(() => {
|
||||
fetch(`/api/string/${blueprint_book.blueprint_hash}`)
|
||||
.then((res) => res.text())
|
||||
|
@ -28,7 +28,7 @@
|
||||
"db-gen": "npx prisma generate --schema=./apps/blueprints/prisma/schema.prisma"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "1.3.4",
|
||||
"@chakra-ui/react": "1.4.1",
|
||||
"@emotion/react": "11.1.5",
|
||||
"@emotion/server": "11.0.0",
|
||||
"@emotion/styled": "11.1.5",
|
||||
@ -45,8 +45,8 @@
|
||||
"date-fns": "2.19.0",
|
||||
"document-register-element": "1.14.10",
|
||||
"formik": "2.2.6",
|
||||
"framer-motion": "3.6.7",
|
||||
"next": "10.0.7",
|
||||
"framer-motion": "4.0.0",
|
||||
"next": "10.0.9",
|
||||
"nprogress": "0.2.0",
|
||||
"openid": "2.0.7",
|
||||
"pako": "1.0.11",
|
||||
|
Loading…
x
Reference in New Issue
Block a user