Skip to content

Commit

Permalink
build(deps): update deps and resolve vulns
Browse files Browse the repository at this point in the history
jdhaines committed Nov 20, 2024
1 parent d7c60a6 commit daea4a9
Showing 3 changed files with 286 additions and 283 deletions.
Binary file modified bun.lockb
Binary file not shown.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,63 +11,64 @@
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "14.2.16",
"@next/bundle-analyzer": "14.2.18",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/google.visualization": "^0.0.74",
"apexcharts": "^3.54.1",
"autoprefixer": "^10.4.20",
"caniuse-lite": "^1.0.30001675",
"caniuse-lite": "^1.0.30001680",
"contentlayer": "0.3.4",
"esbuild": "0.23.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"image-size": "1.1.1",
"next": "^14.2.16",
"next": "^14.2.18",
"next-contentlayer": "0.3.4",
"next-themes": "^0.3.0",
"pliny": "0.3.2",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"react": "18.3.1",
"react-apexcharts": "^1.5.0",
"react-dom": "18.3.1",
"react-google-charts": "^4.0.7",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.2.1",
"rehype-citation": "^2.2.2",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "3.0.1",
"remark-github-blockquote-alert": "^1.2.1",
"remark-github-blockquote-alert": "^1.3.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"unist-util-visit": "^5.0.0",
"use-google-sheets": "^2.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-next": "14.2.16",
"eslint": "^9.15.0",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.6.3"
},
"resolutions": {
"micromatch": "^4.0.6",
"micromatch": "^4.0.8",
"braces": "^3.0.3",
"ws": "^7.5.10"
"ws": "^7.5.10",
"cross-spawn": "^7.0.5"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
Loading

0 comments on commit daea4a9

Please sign in to comment.