Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 25, 2023
1 parent a319bfb commit 46343be
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 428 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"axios": "^1.5.1",
"javascript-time-ago": "^2.5.9",
"marked": "^9.0.3",
"marked": "^9.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-router": "^6.14.0",
"react-router-dom": "^6.14.0",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"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.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"@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",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"eslint": "^8.38.0",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"zustand": "^4.4.1"
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"zustand": "^4.4.4"
}
}
Loading

0 comments on commit 46343be

Please sign in to comment.