Compare commits
10 Commits
96af899045
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7480632312 | |||
| fe4338721a | |||
| 6e96618617 | |||
| ed46e3b3df | |||
| ec0ad02d70 | |||
| a70d5aed9e | |||
| 8c44988865 | |||
| be702fe47d | |||
| bec9d39ba1 | |||
| 52536b2e3e |
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -5,9 +5,9 @@ updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
|
||||
9274
package-lock.json
generated
9274
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
46
package.json
46
package.json
@ -16,52 +16,52 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/inter": "4.5.2",
|
||||
"@next/bundle-analyzer": "^15.0.3",
|
||||
"@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.1.1",
|
||||
"mdx-bundler": "^8.0.0",
|
||||
"next": "^15.0.3",
|
||||
"next-themes": "^0.4.3",
|
||||
"postcss": "^8.4.49",
|
||||
"preact": "^10.25.1",
|
||||
"image-size": "1.2.0",
|
||||
"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",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"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.0.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"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.1.0",
|
||||
"lint-staged": "^15.2.10",
|
||||
"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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user