We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f25e1 commit e7914fbCopy full SHA for e7914fb
.changeset/browser-source-deps.md
@@ -0,0 +1,5 @@
1
+---
2
+'@walkeros/web-source-browser': patch
3
4
+
5
+Update internal dependencies to use >= ranges
packages/web/sources/browser/package.json
@@ -31,8 +31,8 @@
31
"update": "npx npm-check-updates -u && npm update"
32
},
33
"dependencies": {
34
- "@walkeros/collector": "^1.2.0",
35
- "@walkeros/web-core": "^1.0.5"
+ "@walkeros/collector": ">=1.2.0",
+ "@walkeros/web-core": ">=1.0.5"
36
37
"repository": {
38
"url": "git+https://github.com/elbwalker/walkerOS.git",
0 commit comments