This commit is contained in:
Ivan Dimitrov 2023-11-16 18:10:32 +02:00
parent e700ca1e6c
commit b1751e15c0
2 changed files with 11 additions and 11 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -10,21 +10,21 @@
"new": "bun new.ts" "new": "bun new.ts"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/fontawesome-svg-core": "latest",
"@fortawesome/free-brands-svg-icons": "^6.4.2", "@fortawesome/free-brands-svg-icons": "latest",
"@fortawesome/free-regular-svg-icons": "^6.4.2", "@fortawesome/free-regular-svg-icons": "latest",
"@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "latest",
"@fortawesome/react-fontawesome": "latest", "@fortawesome/react-fontawesome": "latest",
"@types/react-syntax-highlighter": "^15.5.10", "@types/react-syntax-highlighter": "latest",
"gray-matter": "^4.0.3", "gray-matter": "latest",
"next": "latest", "next": "latest",
"react": "latest", "react": "latest",
"react-dom": "latest", "react-dom": "latest",
"react-markdown": "^9.0.0", "react-markdown": "latest",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "latest",
"rehype-raw": "^7.0.0", "rehype-raw": "latest",
"remark-frontmatter": "^5.0.0", "remark-frontmatter": "latest",
"remark-gfm": "^4.0.0" "remark-gfm": "latest"
}, },
"devDependencies": { "devDependencies": {
"typescript": "latest", "typescript": "latest",