Skip to content

Commit

Permalink
Merge pull request #31 from kitloong/feature/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
kitloong authored Aug 5, 2024
2 parents 0c14713 + 696cf34 commit ff1308c
Show file tree
Hide file tree
Showing 7 changed files with 718 additions and 560 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.2",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"i18next": "^23.11.3",
"i18next": "^23.12.2",
"js-cookie": "^3.0.5",
"negotiator": "^0.6.3",
"next": "^14.2.3",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-nprogress-bar": "^2.3.11",
"next-nprogress-bar": "^2.3.13",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-paginate": "^8.2.0",
Expand All @@ -41,23 +41,23 @@
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cypress": "^13.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cypress": "^13.13.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.2.3",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"json-server": "^0.17.4",
"sass": "^1.77.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.4.5"
"sass": "^1.77.8",
"start-server-and-test": "^2.0.5",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit ff1308c

Please sign in to comment.