Skip to content

Commit

Permalink
upgrade pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Dec 8, 2024
1 parent 400bc61 commit 5e4b43c
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 415 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
"dependencies": {
"@internationalized/date": "^3.6.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@sparticuz/chromium-min": "^131.0.0",
"@sparticuz/chromium-min": "^131.0.1",
"@tailwindcss/postcss": "4.0.0-beta.2",
"@uiw/react-json-view": "2.0.0-alpha.30",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"class-variance-authority": "^0.7.0",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.460.0",
"next": "15.0.4-canary.24",
"next-themes": "^0.4.3",
"puppeteer-core": "^23.9.0",
"react": "19.0.0-rc-380f5d67-20241113",
"react-dom": "19.0.0-rc-380f5d67-20241113",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next-themes": "^0.4.4",
"puppeteer-core": "^23.10.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "4.0.0-beta.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.1.0",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.4-canary.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"husky": "^9.1.7",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"pretty-quick": "^4.0.0",
"puppeteer": "^23.9.0",
"puppeteer": "^23.10.1",
"typescript": "^5"
}
}
Loading

0 comments on commit 5e4b43c

Please sign in to comment.