Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsch318 committed Jun 19, 2024
1 parent ce3aaff commit 1773d67
Show file tree
Hide file tree
Showing 7 changed files with 16,504 additions and 8,689 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#sitemap
public/sitemap-*.xml

# Logs
logs
*.log
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,42 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@fontsource-variable/hanken-grotesk": "^5.0.20",
"@fontsource-variable/hanken-grotesk": "^5.0.21",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/bundle-analyzer": "^14.2.2",
"@next/bundle-analyzer": "^14.2.4",
"@next/env": "^13.5.6",
"@next/mdx": "^13.5.6",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@remark-embedder/core": "^3.0.2",
"@remark-embedder/core": "^3.0.3",
"@remark-embedder/transformer-oembed": "^3.0.0",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/typography": "^0.5.13",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/mdx": "^2.0.13",
"@uiw/react-prismjs": "^1.3.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^2.30.0",
"framer-motion": "^8.5.5",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"husky": "^8.0.3",
"inquirer": "^9.2.19",
"inquirer": "^9.2.23",
"js-cookie": "^3.0.5",
"katex": "^0.16.10",
"lucide-react": "^0.358.0",
"mdx-embed": "^1.1.2",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"mini-css-extract-plugin": "^2.9.0",
"natsort": "^2.0.3",
"next": "^14.2.2",
"next": "^14.2.4",
"next-mdx-remote": "^4.4.1",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.55",
Expand All @@ -66,8 +66,8 @@
"parse5": "^7.1.2",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-katex": "^3.0.1",
"react-responsive-carousel": "^3.2.23",
"react-youtube": "^10.1.0",
Expand All @@ -89,11 +89,11 @@
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"webpack": "^5.91.0"
"vaul": "^0.9.1",
"webpack": "^5.92.1"
},
"devDependencies": {
"@percy/cli": "^1.28.3",
"@percy/cli": "^1.28.7",
"@percy/cypress": "^3.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand All @@ -102,9 +102,9 @@
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.31",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.79",
"@types/node": "^18.19.37",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-katex": "^3.0.4",
"@types/remark-hint": "^1.0.6",
"@types/uuid": "^9.0.8",
Expand All @@ -118,7 +118,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -127,25 +127,25 @@
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-testing-library": "^5.11.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.3.0",
"memfs": "^4.8.2",
"memfs": "^4.9.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"rimraf": "^4.4.1",
"sass": "^1.75.0",
"sass": "^1.77.6",
"semantic-release": "^19.0.5",
"start-server-and-test": "^1.15.4",
"tailwindcss": "^3.4.3",
"typescript": "^5.1.6"
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 1773d67

Please sign in to comment.