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

Commit a978db7

Browse files
committed
Update package versions across project
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.
1 parent 142b12b commit a978db7

File tree

9 files changed

+1736
-1620
lines changed

9 files changed

+1736
-1620
lines changed

apps/docs/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"@codefixlabs/ui": "workspace:*",
2121
"@faker-js/faker": "^8.4.1",
2222
"@hookform/resolvers": "^3.4.2",
23-
"@storybook/addon-a11y": "^8.1.2",
24-
"@storybook/addon-essentials": "^8.1.2",
25-
"@storybook/addon-interactions": "^8.1.2",
26-
"@storybook/addon-links": "^8.1.2",
27-
"@storybook/blocks": "^8.1.2",
28-
"@storybook/manager-api": "^8.1.2",
29-
"@storybook/nextjs": "^8.1.2",
30-
"@storybook/react": "^8.1.2",
23+
"@storybook/addon-a11y": "^8.1.4",
24+
"@storybook/addon-essentials": "^8.1.4",
25+
"@storybook/addon-interactions": "^8.1.4",
26+
"@storybook/addon-links": "^8.1.4",
27+
"@storybook/blocks": "^8.1.4",
28+
"@storybook/manager-api": "^8.1.4",
29+
"@storybook/nextjs": "^8.1.4",
30+
"@storybook/react": "^8.1.4",
3131
"@storybook/testing-library": "^0.2.2",
32-
"@storybook/theming": "^8.1.2",
33-
"@storybook/types": "^8.1.2",
32+
"@storybook/theming": "^8.1.4",
33+
"@storybook/types": "^8.1.4",
3434
"@tanstack/react-table": "^8.17.3",
3535
"class-variance-authority": "^0.7.0",
3636
"clsx": "^2.1.1",
@@ -41,7 +41,7 @@
4141
"react-day-picker": "^8.10.1",
4242
"react-dom": "^18.3.1",
4343
"react-hook-form": "^7.51.5",
44-
"storybook": "^8.1.2",
44+
"storybook": "^8.1.4",
4545
"tailwind-merge": "^2.3.0",
4646
"zod": "^3.23.8"
4747
},
@@ -50,10 +50,10 @@
5050
"@codefixlabs/tsconfig": "workspace:*",
5151
"@next/eslint-plugin-next": "^14.2.3",
5252
"@types/node": "^20.12.12",
53-
"@types/react": "^18.3.2",
53+
"@types/react": "^18.3.3",
5454
"@types/react-dom": "^18.3.0",
5555
"autoprefixer": "^10.4.19",
56-
"chromatic": "^11.4.0",
56+
"chromatic": "^11.4.1",
5757
"concurrently": "^8.2.2",
5858
"eslint-config-codefixlabs": "workspace:*",
5959
"postcss": "^8.4.38",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"trailingComma": "all"
4040
},
4141
"devDependencies": {
42-
"@changesets/cli": "^2.27.3",
42+
"@changesets/cli": "^2.27.5",
4343
"@codefixlabs/tsconfig": "workspace:*",
4444
"eslint": "^8.57.0",
45-
"lint-staged": "^15.2.4",
45+
"lint-staged": "^15.2.5",
4646
"prettier": "^3.2.5",
4747
"prettier-plugin-tailwindcss": "^0.5.14",
4848
"simple-git-hooks": "^2.11.1",
4949
"turbo": "^1.13.3",
5050
"typescript": "^5.4.5"
5151
},
52-
"packageManager": "[email protected].2"
52+
"packageManager": "[email protected].3"
5353
}

packages/hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/hooks
22

3+
## 0.1.38
4+
5+
### Patch Changes
6+
7+
- Update package versions in ui, lib, and hooks
8+
39
## 0.1.37
410

511
### Patch Changes

packages/hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/hooks",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@codefixlabs/tsconfig": "workspace:*",
38-
"@types/react": "^18.3.2",
38+
"@types/react": "^18.3.3",
3939
"eslint-config-codefixlabs": "workspace:*",
4040
"tsup": "^8.0.2",
4141
"typescript": "^5.4.5"

packages/lib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/lib
22

3+
## 0.1.41
4+
5+
### Patch Changes
6+
7+
- Update package versions in ui, lib, and hooks
8+
39
## 0.1.40
410

511
### Patch Changes

packages/lib/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/lib",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
@@ -29,7 +29,7 @@
2929
"lint": "eslint src/"
3030
},
3131
"dependencies": {
32-
"libphonenumber-js": "^1.11.1",
32+
"libphonenumber-js": "^1.11.2",
3333
"react": "^18.3.1",
3434
"rehype-format": "^5.0.0",
3535
"rehype-parse": "^9.0.0",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@codefixlabs/tsconfig": "workspace:*",
47-
"@types/react": "^18.3.2",
47+
"@types/react": "^18.3.3",
4848
"eslint-config-codefixlabs": "workspace:*",
4949
"tsup": "^8.0.2",
5050
"typescript": "^5.4.5"

packages/ui/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codefixlabs/ui
22

3+
## 0.1.103
4+
5+
### Patch Changes
6+
7+
- Update package versions in ui, lib, and hooks
8+
- Updated dependencies
9+
- @codefixlabs/hooks@0.1.38
10+
- @codefixlabs/lib@0.1.41
11+
312
## 0.1.102
413

514
### Patch Changes

packages/ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.102",
3+
"version": "0.1.103",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
@@ -85,14 +85,14 @@
8585
"react-hook-form": "^7.51.5",
8686
"sonner": "^1.4.41",
8787
"tailwind-merge": "^2.3.0",
88-
"use-debounce": "^10.0.0"
88+
"use-debounce": "^10.0.1"
8989
},
9090
"devDependencies": {
9191
"@codefixlabs/tailwindcss": "workspace:*",
9292
"@codefixlabs/tsconfig": "workspace:*",
9393
"@types/node": "^20.12.12",
9494
"@types/pluralize": "^0.0.33",
95-
"@types/react": "^18.3.2",
95+
"@types/react": "^18.3.3",
9696
"autoprefixer": "^10.4.19",
9797
"eslint-config-codefixlabs": "workspace:*",
9898
"postcss": "^8.4.38",

0 commit comments

Comments
 (0)