Skip to content

Commit

Permalink
pnpm 10
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jan 7, 2025
1 parent a5f89f0 commit cabdca6
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 273 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@ariakit/react": "^0.4.15",
"@visx/axis": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/grid": "3.13.0-alpha.0",
"@visx/group": "3.13.0-alpha.0",
"@visx/responsive": "3.13.0-alpha.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.0-alpha.0",
"clsx": "^2.1.1",
"match-sorter": "^8.0.0",
"next": "^15.1.3",
Expand All @@ -34,25 +34,28 @@
"react-select": "^5.9.0",
"sharp": "^0.33.5",
"textarea-caret": "^3.1.0",
"valibot": "^1.0.0-beta.11"
"valibot": "1.0.0-beta.11"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/textarea-caret": "^3.0.3",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2"
},
"packageManager": "pnpm@9.15.1",
"packageManager": "pnpm@10.0.0",
"engines": {
"node": ">=22.12.0"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "sharp"]
}
}
Loading

0 comments on commit cabdca6

Please sign in to comment.