8000 chore(deps): sync `@beeq/core` version in the wrapper packages · Endava/BEEQ@36870b9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 36870b9

Browse files
committed
chore(deps): sync @beeq/core version in the wrapper packages
1 parent 5184673 commit 36870b9

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

packages/beeq-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "dist/esm2015/index.js",
88
"types": "index.d.ts",
99
"dependencies": {
10-
"@beeq/core": "workspace:*"
10+
"@beeq/core": "^1.8.4"
1111
},
1212
"peerDependencies": {
1313
"@angular/common": ">=14.0.0",

packages/beeq-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "./src/index.js",
88
"types": "./src/index.d.ts",
99
"dependencies": {
10-
"@beeq/core": "workspace:*",
10+
"@beeq/core": "^1.8.4",
1111
"@stencil/react-output-target": "^0.8.2"
1212
},
1313
"peerDependencies": {

packages/beeq-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "./src/index.js",
77
"types": "./src/index.d.ts",
88
"dependencies": {
9-
"@beeq/core": "workspace:*",
9+
"@beeq/core": "^1.8.4",
1010
"@stencil/vue-output-target": "^0.10.7"
1111
},
1212
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0