Compare commits

..

2 Commits

Author SHA1 Message Date
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 796 additions and 261 deletions

View File

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

1027
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,19 +16,19 @@
}, },
"dependencies": { "dependencies": {
"@fontsource/inter": "4.5.2", "@fontsource/inter": "4.5.2",
"@next/bundle-analyzer": "^15.1.4", "@next/bundle-analyzer": "^15.3.4",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.21",
"esbuild": "^0.14.0", "esbuild": "^0.14.0",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"image-size": "1.2.0", "image-size": "1.2.0",
"mdx-bundler": "^8.0.0", "mdx-bundler": "^8.0.0",
"next": "^15.1.4", "next": "^15.3.4",
"next-themes": "^0.4.4", "next-themes": "^0.4.4",
"postcss": "^8.5.0", "postcss": "^8.5.6",
"preact": "^10.25.4", "preact": "^10.26.9",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-medium-image-zoom": "^4.3.5", "react-medium-image-zoom": "^4.3.5",
@ -49,19 +49,19 @@
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dedent": "^1.5.3", "dedent": "^1.6.0",
"eslint": "^8.0.0", "eslint": "^8.0.0",
"eslint-config-next": "15.1.4", "eslint-config-next": "15.3.4",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.5.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"globby": "14.0.2", "globby": "14.1.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"inquirer": "^12.3.2", "inquirer": "^12.6.3",
"lint-staged": "^15.3.0", "lint-staged": "^15.3.0",
"next-remote-watch": "^2.0.0", "next-remote-watch": "^2.0.0",
"prettier": "^3.4.2", "prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.13",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"socket.io-client": "^4.8.1" "socket.io-client": "^4.8.1"
}, },