Skip to content

Commit

Permalink
chore(deps): update @beeq/core version on the framework wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed May 15, 2024
1 parent 4502ae3 commit 113bf77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1.0",
"@beeq/core": "^1.3.2",
"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.1.0"
"@beeq/core": "^1.3.2"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/beeq-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {
"@beeq/core": "^1.1.0",
"tslib": "^2.3.0"
"@beeq/core": "^1.3.2",
"tslib": "^2.6.2"
},
"peerDependencies": {
"vue": ">=3.3.0"
Expand Down

0 comments on commit 113bf77

Please sign in to comment.