-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yamaji
committed
Jan 15, 2025
1 parent
561b1fa
commit 9f32b9e
Showing
2 changed files
with
912 additions
and
790 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,29 +17,29 @@ | |
"**/*": "prettier --write --ignore-unknown" | ||
}, | ||
"dependencies": { | ||
"@primer/octicons-react": "^19.12.0", | ||
"@primer/octicons-react": "^19.14.0", | ||
"@types/papaparse": "^5.3.15", | ||
"apexcharts": "^3.54.1", | ||
"next": "15.0.2", | ||
"papaparse": "^5.4.1", | ||
"apexcharts": "4.3.0", | ||
"next": "^15.1.4", | ||
"papaparse": "^5.5.1", | ||
"react": "19.0.0-rc-02c0e824-20241028", | ||
"react-apexcharts": "^1.5.0", | ||
"react-apexcharts": "^1.7.0", | ||
"react-dom": "19.0.0-rc-02c0e824-20241028" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.17.4", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/node": "^20.17.13", | ||
"@types/react": "^18.3.18", | ||
"@types/react-dom": "^18.3.5", | ||
"autoprefixer": "^10.4.20", | ||
"eslint": "^8.57.1", | ||
"eslint-config-next": "15.0.2", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"postcss": "^8.4.47", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.3.0", | ||
"postcss": "^8.5.1", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.8", | ||
"tailwindcss": "^3.4.14", | ||
"typescript": "^5.6.3" | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"tailwindcss": "^3.4.17", | ||
"typescript": "^5.7.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c", | ||
"pnpm": { | ||
|
Oops, something went wrong.