Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
chore: Update dependencies (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Apr 25, 2024
1 parent a7881c2 commit a73e515
Show file tree
Hide file tree
Showing 2 changed files with 1,111 additions and 1,076 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,59 +13,59 @@
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.5",
"@next/mdx": "^13.5.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.4.3",
"@tryghost/content-api": "^1.11.20",
"@tanstack/react-query": "^5.32.0",
"@tryghost/content-api": "^1.11.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"clsx": "^2.1.1",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.31",
"flexsearch": "^0.7.43",
"github-slugger": "^2.0.0",
"lucide-react": "^0.286.0",
"next": "^14",
"nextjs-toploader": "^1.5.3",
"node-html-parser": "^6.1.11",
"posthog-js": "^1.96.1",
"prettier": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"next": "^14.2.3",
"nextjs-toploader": "^1.6.12",
"node-html-parser": "^6.1.13",
"posthog-js": "^1.129.0",
"prettier": "^3.2.5",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-html-parser": "2.0.2",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"remark-gfm": "3.0.1",
"semver": "^7.5.4",
"semver": "^7.6.0",
"server-only": "^0.0.1",
"shiki": "^1.0.0",
"shiki": "^1.3.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.3.1",
"tiny-invariant": "^1.3.1",
"thirdweb": "^5.13.0",
"tiny-invariant": "^1.3.3",
"typedoc-better-json": "^0.9.2"
},
"devDependencies": {
"@types/flexsearch": "^0.7.5",
"@types/mdx": "^2.0.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-html-parser": "^2.0.5",
"@types/tryghost__content-api": "^1.3.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10",
"eslint": "^8",
"@types/flexsearch": "^0.7.6",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-html-parser": "^2.0.6",
"@types/tryghost__content-api": "^1.3.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "13.5.4",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-svg-jsx": "^1.2.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-mdx": "^2.3.4",
"eslint-plugin-svg-jsx": "^1.2.4",
"eslint-plugin-tailwindcss": "^3.15.1",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5.2.2"
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a73e515

Please sign in to comment.