upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
2 changed files with 792 additions and 683 deletions
Showing only changes of commit 438a118edf - Show all commits

1468
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"gray-matter": "^4.0.2", "gray-matter": "^4.0.2",
"image-size": "1.0.0", "image-size": "1.0.0",
"mdx-bundler": "^5.1.2", "mdx-bundler": "^5.1.2",
"next": "11.0.1", "next": "11.1.0",
"next-themes": "^0.0.14", "next-themes": "^0.0.14",
"postcss": "^8.3.5", "postcss": "^8.3.5",
"preact": "^10.5.13", "preact": "^10.5.13",
@ -33,15 +33,16 @@
"remark-gfm": "^1.0.0", "remark-gfm": "^1.0.0",
"remark-math": "^4.0.0", "remark-math": "^4.0.0",
"remark-slug": "6.0.0", "remark-slug": "6.0.0",
"sharp": "^0.28.3",
"tailwindcss": "^2.2.2" "tailwindcss": "^2.2.2"
}, },
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "11.0.1", "@next/bundle-analyzer": "11.1.0",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"eslint": "^7.29.0", "eslint": "^7.29.0",
"eslint-config-next": "11.0.1", "eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",