1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Bump deps.

This commit is contained in:
Brenden Matthews 2023-02-10 08:40:01 -05:00
parent 0342c86bbe
commit 3ed80e8945
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -28,11 +28,11 @@
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"colord": "^2.9.3", "colord": "^2.9.3",
"d3": "^7.8.0", "d3": "^7.8.2",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"inter-ui": "^3.19.3", "inter-ui": "^3.19.3",
"next": "^13.1.1", "next": "^13.1.6",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -44,7 +44,7 @@
"@types/node": "^18.13.0", "@types/node": "^18.13.0",
"@types/react": "^18.0.27", "@types/react": "^18.0.27",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"cypress": "^12.5.0", "cypress": "^12.5.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-config-next": "^13.1.6", "eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
@ -56,8 +56,8 @@
"postcss": "^8.4.21", "postcss": "^8.4.21",
"rehype-stringify": "^9.0.3", "rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.6",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "^4.9.4" "typescript": "^4.9.5"
} }
} }