Skip to content

Commit

Permalink
vercel: test package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asgorobets committed Nov 3, 2024
1 parent 90f3782 commit 2a9c316
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 28 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"lint:fix": "next lint --fix",
"generate:schema": "source .env.local && gql.tada generate-schema --header \"Authorization: Bearer $CONTENTFUL_DELIVERY_API\" \"https://graphql.contentful.com/content/v1/spaces/$CONTENTFUL_SPACE\"",
"generate:output": "gql.tada generate-output && gql.tada turbo",
"generate:component": "yarn node --env-file=.env.local inquirer/generate-component.mjs",
"generate:ctf-seed": "contentful space export --export-dir=migrations/ --content-file=ctf-seed.json --use-verbose-renderer=true --download-assets",
"seed": "contentful space import --content-file ./migrations/ctf-seed.json",
"storybook": "storybook dev -p 6006",
Expand Down Expand Up @@ -82,8 +83,10 @@
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.14",
"axe-core": "^4.6.1",
"chalk": "^5.3.0",
"chromatic": "^6.21.0",
"commitizen": "^4.3.1",
"contentful": "^11.2.0",
"cypress": "^12.2.0",
"cypress-axe": "^1.2.0",
"cypress-image-snapshot": "^4.0.1",
Expand All @@ -95,12 +98,14 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^8.0.3",
"inquirer": "9",
"inquirer": "^12.0.1",
"lint-staged": "^14.0.1",
"ora": "^8.1.1",
"postcss": "^8.4.27",
"prettier": "^3.0.3",
"prettier-plugin-curly": "^0.2.1",
"shadcn": "^2.1.0",
"simple-scaffold": "^2.3.2",
"storybook": "^8.0.4",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.2",
Expand Down
Loading

0 comments on commit 2a9c316

Please sign in to comment.