Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Aug 13, 2023
1 parent 5bd0cfc commit d5b9320
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 579 deletions.
24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@tinacms/starter",
"name": "parmi-picks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
Expand All @@ -10,36 +9,33 @@
"lint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@svgr/webpack": "^8.0.1",
"@tinacms/cli": "^1.5.26",
"@types/js-cookie": "^3.0.3",
"@types/node": "^16.11.7",
"@types/node": "^20.4.10",
"@types/react": "^17.0.35",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"postcss": "^8.4.24",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.0"
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1"
},
"dependencies": {
"@headlessui/react": "1.7.15",
"@headlessui/react": "1.7.16",
"@tailwindcss/typography": "^0.5.8",
"date-fns": "^2.23.0",
"next": "^12.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.9.0",
"react-is": "^17.0.2",
"styled-components": "^5.3.9",
"styled-jsx": "^3.2.5",
"tailwindcss": "^3.2.4",
"tinacms": "^1.5.17",
"typescript": "^4.5.2"
"typescript": "^5.1.6"
},
"resolutions": {
"final-form": "4.20.1"
}
}
}
10 changes: 0 additions & 10 deletions tina/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { contentBlockSchema } from "../components/blocks/content";
import { featureBlockSchema } from "../components/blocks/features";
import { heroBlockSchema } from "../components/blocks/hero";
import { testimonialBlockSchema } from "../components/blocks/testimonial";
import { ColorPickerInput } from "../components/fields/color";

const config = defineConfig({
clientId: process.env.NEXT_PUBLIC_TINA_CLIENT_ID!,
Expand Down Expand Up @@ -298,16 +297,7 @@ const config = defineConfig({
type: "object",
label: "Theme",
name: "theme",
// @ts-ignore
fields: [
{
type: "string",
label: "Primary Color",
name: "color",
ui: {
component: ColorPickerInput,
},
},
{
type: "string",
name: "font",
Expand Down
1 change: 1 addition & 0 deletions tina/queries/queries.gql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ query pageQuery {
}
}

# TODO: Add sorting options
query reviewPageQuery {
...LayoutQueryFragment
reviewConnection(sort: "score") {
Expand Down
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit d5b9320

Please sign in to comment.