Skip to content

Commit

Permalink
fix: update depedencies in packages (#47)
Browse files Browse the repository at this point in the history
* fix: update depedencies in packages

* chore: update `pnpm-lock.yaml` file
  • Loading branch information
halvaradop authored Oct 31, 2024
1 parent 394fb68 commit cf80716
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 29 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"homepage": "https://github.com/halvaradop/ui#readme",
"devDependencies": {
"@chromatic-com/storybook": "1.9.0",
"@halvaradop/ts-utility-types": "^0.10.0",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
Expand All @@ -56,7 +55,6 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"react": "^18.3.1",
Expand Down
6 changes: 4 additions & 2 deletions packages/ui-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
6 changes: 4 additions & 2 deletions packages/ui-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
6 changes: 4 additions & 2 deletions packages/ui-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
6 changes: 4 additions & 2 deletions packages/ui-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
6 changes: 4 additions & 2 deletions packages/ui-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
6 changes: 4 additions & 2 deletions packages/ui-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@halvaradop/ui-core": "workspace:*"
"dependencies": {
"@halvaradop/ui-core": "workspace:*",
"class-variance-authority": "0.7.0",
"@halvaradop/ts-utility-types": "0.11.1"
}
}
60 changes: 45 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf80716

Please sign in to comment.