Skip to content

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Mar 27, 2024
1 parent 8abf7d4 commit 614f113
Show file tree
Hide file tree
Showing 5 changed files with 918 additions and 490 deletions.
14 changes: 7 additions & 7 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
},
"dependencies": {
"@color-kit/palette": "workspace:*",
"@heroicons/react": "^2.1.1",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.2.10",
"clsx": "^2.1.0",
"culori": "^4.0.1",
"framer-motion": "11.0.8",
"framer-motion": "11.0.22",
"jotai": "^2.7.1",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-plugin-palette": "workspace:*"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.11",
"@types/culori": "^2.1.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.37",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@changesets/cli": "^2.27.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.3",
"@nnecec/eslint-config": "^0.9.3",
"@next/eslint-plugin-next": "^14.1.4",
"@nnecec/eslint-config": "^0.9.4",
"@nnecec/prettier-config": "^0.4.1",
"@nnecec/tsconfig": "^0.2.3",
"@turbo/gen": "^1.12.5",
"@turbo/gen": "^1.13.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
"turbo": "^1.13.0",
"typescript": "^5.4.3"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/culori": "^2.1.0",
"bunchee": "^4.4.8"
"bunchee": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-plugin-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@color-kit/palette": "workspace:*"
},
"devDependencies": {
"bunchee": "^4.4.8",
"bunchee": "^5.0.0",
"tailwindcss": "^3.4.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 614f113

Please sign in to comment.