Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum authored Dec 27, 2023
1 parent 3d1cadd commit 0cb5338
Show file tree
Hide file tree
Showing 3 changed files with 1,644 additions and 1,746 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,28 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@atsnek/jaen": "^1.0.0-rc.38",
"@atsnek/jaen": "^1.0.0-rc.43",
"@atsnek/jaen-fields-mdx": "^1.0.0-rc.4",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.11.0/react-icons-all-files-4.11.0.tgz",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.16",
"gatsby": "^5.12.0",
"gatsby-jaen-mailpress": "^0.0.1",
"gatsby-plugin-jaen": "^1.0.0-rc.65",
"hono": "^3.10.1",
"gatsby-plugin-jaen": "^1.0.0-rc.66",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"flexsearch": "^0.7.31",
"react-simple-code-editor": "^0.13.1",
"snek-query": "^0.0.93",
"webamp": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"typescript": "^5.1.6"
}
}
11 changes: 0 additions & 11 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {Field, PageConfig, PageProps, snekResourceId} from '@atsnek/jaen'
import {Box, Button} from '@chakra-ui/react'
import {graphql} from 'gatsby'
import * as React from 'react'
import {sq} from '../client/src'
import HeroSection from '../components/Hero'
import ContentSection from '../components/Content'

Expand All @@ -12,16 +11,6 @@ const IndexPage: React.FC<PageProps> = () => {
<Box as="main">
<HeroSection />
<ContentSection/>
{/* <Button
onClick={() => {
sq.query(q => q.resource({id: snekResourceId}).name).then(
([resource, errors]) => {
console.log(resource, errors)
}
)
}}>
Resource
</Button> */}
</Box>
)
}
Expand Down
Loading

0 comments on commit 0cb5338

Please sign in to comment.