Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Apr 3, 2024
1 parent 327baad commit 4caccd5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.2",
"version": "4.0.0",
"private": true,
"packages": [
"packages/*"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/layout-circlepack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "4.0.0"
"@react-sigma/layout-core": "^4.0.0"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-circular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "4.0.0"
"@react-sigma/layout-core": "^4.0.0"
},
"peerDependencies": {
"graphology-layout": "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"copyfiles": "^2.4.1"
},
"dependencies": {
"@react-sigma/core": "4.0.0"
"@react-sigma/core": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/layout-force/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "4.0.0"
"@react-sigma/layout-core": "^4.0.0"
},
"peerDependencies": {
"graphology-layout-force": "^0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-forceatlas2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "4.0.0"
"@react-sigma/layout-core": "^4.0.0"
},
"peerDependencies": {
"graphology-layout-forceatlas2": "^0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start": "nodemon --watch src -e ts,tsx --exec npm run build"
},
"dependencies": {
"@react-sigma/layout-core": "4.0.0"
"@react-sigma/layout-core": "^4.0.0"
},
"peerDependencies": {
"graphology-layout": "^0.6.1"
Expand Down

0 comments on commit 4caccd5

Please sign in to comment.