1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-30 02:28:31 +00:00

Bump web deps

This commit is contained in:
Brenden Matthews 2024-06-11 07:39:53 -04:00
parent 5f6541331c
commit 24eae34436
2 changed files with 4279 additions and 3866 deletions

8100
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,42 +22,43 @@
"write-search-index": "tsx ./scripts/write-search-index.ts" "write-search-index": "tsx ./scripts/write-search-index.ts"
}, },
"dependencies": { "dependencies": {
"@fontsource-variable/fira-code": "^5.0.17", "@fontsource-variable/fira-code": "^5.0.18",
"@fontsource-variable/inter": "^5.0.17", "@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/newsreader": "^5.0.18", "@fontsource-variable/newsreader": "^5.0.19",
"@headlessui/react": "^1.7.18", "@headlessui/react": "^2.0.4",
"@netlify/plugin-nextjs": "^5.0.0", "@netlify/plugin-nextjs": "^5.3.2",
"@tailwindcss/typography": "^0.5.12", "@tailwindcss/typography": "^0.5.13",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"colord": "^2.9.3", "colord": "^2.9.3",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"inter-ui": "^4.0.2", "inter-ui": "^4.0.2",
"next": "^14.1.4", "next": "^14.2.3",
"react": "^18.2.0", "react": "^18.3.1",
"react-dom": "^18.2.0", "react-dom": "^18.3.1",
"react-feather": "^2.0.10", "react-feather": "^2.0.10",
"rehype-parse": "^9.0.0", "rehype-parse": "^9.0.0",
"rehype-react": "^8.0.0" "rehype-react": "^8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/eslint": "^8.56.8", "@types/eslint": "^8.56.10",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7", "@types/node": "^20.14.2",
"@types/react": "^18.2.76", "@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.6.0", "@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"cypress": "^13.7.2", "braces": ">=3.0.3",
"cypress": "^13.11.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-next": "^14.1.4", "eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1", "eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-mdx": "^3.1.5", "eslint-plugin-mdx": "^3.1.5",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"netlify-cli": "^17.22.1", "netlify-cli": "^17.26.2",
"netlify-plugin-cypress": "^2.2.1", "netlify-plugin-cypress": "^2.2.1",
"next-remote-watch": "2.0.0", "next-remote-watch": "2.0.0",
"postcss": "^8.4.38", "postcss": "^8.4.38",
@ -65,9 +66,9 @@
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0", "remark-rehype": "^11.1.0",
"start-server-and-test": "^2.0.3", "start-server-and-test": "^2.0.4",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.4",
"tsx": "^4.7.2", "tsx": "^4.15.2",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }
} }