Compare commits

...

7 Commits

Author SHA1 Message Date
7480632312 Update npm dependencies. 2025-07-03 21:19:48 +12:00
fe4338721a Update npm dependencies. 2025-06-26 21:17:23 +12:00
6e96618617 Update npm dependencies. 2025-06-26 21:07:16 +12:00
ed46e3b3df Update npm dependencies. 2025-06-26 20:55:33 +12:00
ec0ad02d70 Update npm dependencies. 2025-06-26 20:52:30 +12:00
a70d5aed9e Reduce dependabot frequency to monthly. 2025-06-24 14:07:19 +12:00
8c44988865 Update npm dependencies. 2025-06-24 14:06:15 +12:00
3 changed files with 7123 additions and 2073 deletions

View File

@ -5,9 +5,9 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly

9150
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,52 +16,52 @@
},
"dependencies": {
"@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^15.1.4",
"@next/bundle-analyzer": "^15.3.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"esbuild": "^0.14.0",
"autoprefixer": "^10.4.21",
"esbuild": "^0.25.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"image-size": "1.2.0",
"mdx-bundler": "^8.0.0",
"next": "^15.1.4",
"next-themes": "^0.4.4",
"postcss": "^8.5.0",
"preact": "^10.25.4",
"mdx-bundler": "^10.1.1",
"next": "^15.3.4",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"preact": "^10.26.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.2.2",
"rehype-citation": "^2.3.1",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-prism-plus": "^2.0.1",
"rehype-slug": "^6.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"sharp": "^0.34.2",
"tailwindcss": "^3.4.17",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"cross-env": "^7.0.3",
"dedent": "^1.5.3",
"eslint": "^8.0.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"dedent": "^1.6.0",
"eslint": "^9.30.1",
"eslint-config-next": "15.3.4",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"file-loader": "^6.2.0",
"globby": "14.0.2",
"globby": "14.1.0",
"husky": "^9.1.7",
"inquirer": "^12.3.2",
"lint-staged": "^15.3.0",
"inquirer": "^12.7.0",
"lint-staged": "^16.1.2",
"next-remote-watch": "^2.0.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},