Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Dec 2, 2023
1 parent 25ff365 commit 99e1e2f
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 439 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,44 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"axios": "^1.6.0",
"axios": "^1.6.2",
"javascript-time-ago": "^2.5.9",
"marked": "^9.1.2",
"marked": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-router-hash-link": "^2.4.3",
"react-waypoint": "^10.3.0",
"sanitize-html": "^2.11.0",
"timeago": "^1.6.7"
},
"devDependencies": {
"@saber2pr/types-github-api": "^0.0.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@types/react-lazy-load-image-component": "^1.6.2",
"@types/sanitize-html": "^2.9.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/sanitize-html": "^2.9.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"eslint": "^8.52.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwind-merge": "^1.14.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"zustand": "^4.4.4"
"typescript": "^5.3.2",
"vite": "^5.0.4",
"zustand": "^4.4.7"
}
}
Loading

0 comments on commit 99e1e2f

Please sign in to comment.