Skip to content

Commit

Permalink
🚑 ビルドがバージョン不一致で通らなくなったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaji committed Jan 15, 2025
1 parent 561b1fa commit 4f61740
Show file tree
Hide file tree
Showing 2 changed files with 913 additions and 791 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 4f61740

Please sign in to comment.