Skip to content

Commit

Permalink
chore(deps): update cally to v0.6.1 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr authored May 31, 2024
1 parent 4652d99 commit 6689a00
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
27 changes: 13 additions & 14 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/router": "18.0.0",
"cally": "0.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "dist/esm2015/index.js",
"types": "index.d.ts",
"dependencies": {
"@beeq/core": "^1.3.2",
"@beeq/core": "^1.4.0",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {
"@beeq/core": "^1.3.2"
"@beeq/core": "^1.4.0"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {
"@beeq/core": "^1.3.2",
"@beeq/core": "^1.4.0",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/beeq/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@stencil/react-output-target",
"@stencil/vue-output-target",
"@stencil/sass",
"cally",
"stencil-tailwind-plugin",
"vite",
"vite-tsconfig-paths"
Expand Down
4 changes: 2 additions & 2 deletions packages/beeq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@floating-ui/core": "^1.6.2",
"@floating-ui/dom": "^1.6.5",
"@stencil/core": "^4.18.1",
"cally": "0.6.0"
"@stencil/core": "^4.18.3",
"cally": "0.6.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6689a00

Please sign in to comment.