Skip to content

Commit

Permalink
chore: use caret versions in packages
Browse files Browse the repository at this point in the history
let transitive dependencies update independently
  • Loading branch information
atomiks committed Feb 11, 2024
1 parent f87487e commit 7380848
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"positioning"
],
"dependencies": {
"@floating-ui/utils": "workspace:^"
"@floating-ui/utils": "^0.2.0"
},
"devDependencies": {
"config": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": ">=1.5.4"
"@floating-ui/dom": "^1.0.0"
},
"devDependencies": {
"config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"positioning"
],
"dependencies": {
"@floating-ui/core": "workspace:^",
"@floating-ui/utils": "workspace:^"
"@floating-ui/core": "^1.0.0",
"@floating-ui/utils": "^0.2.0"
},
"devDependencies": {
"@types/react": "^18.2.46",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@floating-ui/dom": "workspace:^"
"@floating-ui/dom": "^1.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-native": ">=0.64.0"
},
"dependencies": {
"@floating-ui/core": "workspace:^"
"@floating-ui/core": "^1.0.0"
},
"devDependencies": {
"@types/react": "^18.2.46",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@floating-ui/react-dom": "workspace:^",
"@floating-ui/utils": "workspace:^",
"tabbable": "^6.0.1"
"@floating-ui/react-dom": "^2.0.0",
"@floating-ui/utils": "^0.2.0",
"tabbable": "^6.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"vue"
],
"dependencies": {
"@floating-ui/dom": "workspace:^",
"@floating-ui/utils": "workspace:^",
"@floating-ui/dom": "^1.0.0",
"@floating-ui/utils": "^0.2.0",
"vue-demi": ">=0.13.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 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 7380848

Please sign in to comment.