Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Update package versions across project
Browse files Browse the repository at this point in the history
Package versions have been updated across multiple project files including package.json files, CHANGELOG.md files, and the pnpm-lock.yaml file. The changes primarily consisted of minor version upgrades to various dependencies. This commit ensures dependency synchronicity across the project.
  • Loading branch information
thevuong committed May 29, 2024
1 parent 142b12b commit a978db7
Show file tree
Hide file tree
Showing 9 changed files with 1,736 additions and 1,620 deletions.
26 changes: 13 additions & 13 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@codefixlabs/ui": "workspace:*",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.4.2",
"@storybook/addon-a11y": "^8.1.2",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/manager-api": "^8.1.2",
"@storybook/nextjs": "^8.1.2",
"@storybook/react": "^8.1.2",
"@storybook/addon-a11y": "^8.1.4",
"@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "^8.1.4",
"@storybook/addon-links": "^8.1.4",
"@storybook/blocks": "^8.1.4",
"@storybook/manager-api": "^8.1.4",
"@storybook/nextjs": "^8.1.4",
"@storybook/react": "^8.1.4",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.1.2",
"@storybook/types": "^8.1.2",
"@storybook/theming": "^8.1.4",
"@storybook/types": "^8.1.4",
"@tanstack/react-table": "^8.17.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -41,7 +41,7 @@
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"storybook": "^8.1.2",
"storybook": "^8.1.4",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
Expand All @@ -50,10 +50,10 @@
"@codefixlabs/tsconfig": "workspace:*",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"chromatic": "^11.4.0",
"chromatic": "^11.4.1",
"concurrently": "^8.2.2",
"eslint-config-codefixlabs": "workspace:*",
"postcss": "^8.4.38",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"trailingComma": "all"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.5",
"@codefixlabs/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"lint-staged": "^15.2.4",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"simple-git-hooks": "^2.11.1",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codefixlabs/hooks

## 0.1.38

### Patch Changes

- Update package versions in ui, lib, and hooks

## 0.1.37

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/hooks",
"version": "0.1.37",
"version": "0.1.38",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@codefixlabs/tsconfig": "workspace:*",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"eslint-config-codefixlabs": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codefixlabs/lib

## 0.1.41

### Patch Changes

- Update package versions in ui, lib, and hooks

## 0.1.40

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/lib",
"version": "0.1.40",
"version": "0.1.41",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint": "eslint src/"
},
"dependencies": {
"libphonenumber-js": "^1.11.1",
"libphonenumber-js": "^1.11.2",
"react": "^18.3.1",
"rehype-format": "^5.0.0",
"rehype-parse": "^9.0.0",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@codefixlabs/tsconfig": "workspace:*",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"eslint-config-codefixlabs": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codefixlabs/ui

## 0.1.103

### Patch Changes

- Update package versions in ui, lib, and hooks
- Updated dependencies
- @codefixlabs/hooks@0.1.38
- @codefixlabs/lib@0.1.41

## 0.1.102

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/ui",
"version": "0.1.102",
"version": "0.1.103",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -85,14 +85,14 @@
"react-hook-form": "^7.51.5",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"use-debounce": "^10.0.0"
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@codefixlabs/tailwindcss": "workspace:*",
"@codefixlabs/tsconfig": "workspace:*",
"@types/node": "^20.12.12",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint-config-codefixlabs": "workspace:*",
"postcss": "^8.4.38",
Expand Down
Loading

0 comments on commit a978db7

Please sign in to comment.