Skip to content

Commit

Permalink
Upgrade dependencies (2) (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Jan 13, 2024
1 parent e559120 commit d6cf714
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test:format": "prettier . --check",
"bundle:analyze": "report",
"bundle:compare": "compare",
"format": "prettier . --write"
"format": "prettier . --write",
"upgrade": "bunx npm-check-updates -u && bun i"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.0.4",
Expand All @@ -28,8 +29,8 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "14.0.4",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
Expand All @@ -38,14 +39,14 @@
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "1.0.1",
"eslint-plugin-tailwindcss": "3.13.1",
"happy-dom": "12.10.3",
"happy-dom": "13.0.5",
"nextjs-bundle-analysis": "0.5.0",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10",
"tailwindcss": "3.4.0",
"postcss": "8.4.33",
"prettier": "3.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vitest": "1.1.1"
"vitest": "1.2.0"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down

0 comments on commit d6cf714

Please sign in to comment.