Skip to content

Commit

Permalink
feat: prettier + integrity page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco committed Jul 24, 2024
1 parent 6769bc6 commit 8e75cfd
Show file tree
Hide file tree
Showing 15 changed files with 1,731 additions and 1,766 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,78 +17,78 @@
},
"dependencies": {
"@cloudinary/url-gen": "^1.19.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^2.1.0",
"@heroicons/react": "^2.1.4",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.4",
"@next/mdx": "^14.2.4",
"@t3-oss/env-core": "^0.10.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/mdx": "^14.2.5",
"@t3-oss/env-core": "^0.11.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/semver": "^7.5.8",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"fathom-client": "^3.7.0",
"fathom-client": "^3.7.2",
"feed": "^4.2.2",
"framer-motion": "^11.2.11",
"framer-motion": "^11.3.9",
"gray-matter": "^4.0.3",
"next": "^14.2.4",
"next": "^14.2.5",
"next-cloudinary": "^6.6.2",
"next-mdx-remote": "5.0.0",
"pluralize": "^8.0.0",
"postcss": "^8.4.38",
"posthog-js": "^1.140.1",
"postcss": "^8.4.39",
"posthog-js": "^1.148.2",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-aria": "^3.33.1",
"react-aria": "^3.34.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-stately": "^3.31.1",
"react-stately": "^3.32.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-img-size": "^1.0.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@next/eslint-plugin-next": "^14.2.4",
"@playwright/test": "^1.44.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.5",
"@playwright/test": "^1.45.3",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.8",
"@types/node": "^20.14.11",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.4",
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"github-slugger": "^2.0.0",
"jiti": "^1.21.6",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.4",
"typescript": "5.5.2"
"tailwindcss": "^3.4.6",
"typescript": "5.5.4"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default defineConfig({
trace: 'on-first-retry',
},


/* Configure projects for major browsers */
projects: [
{
Expand Down
Loading

0 comments on commit 8e75cfd

Please sign in to comment.