Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 12, 2023
1 parent 193aea4 commit 55a0d76
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 34 deletions.
161 changes: 135 additions & 26 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete-connection-path-plugin",
"version": "2.0.0-beta.6",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
Expand All @@ -23,17 +23,17 @@
},
"peerDependencies": {
"d3-shape": "^3.0.0",
"rete": "^2.0.0-beta.8",
"rete-area-plugin": "^2.0.0-beta.10",
"rete-render-utils": "^2.0.0-beta.11"
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-render-utils": "^2.0.0"
},
"devDependencies": {
"@types/d3-shape": "^3.1.1",
"d3-shape": "^3.0.0",
"rete": "^2.0.0-beta.8",
"rete-area-plugin": "^2.0.0-beta.10",
"rete-cli": "^1.0.0-beta.29",
"rete-render-utils": "^2.0.0-beta.11",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-cli": "^1.0.1",
"rete-render-utils": "^2.0.0",
"typescript": "4.8.4"
},
"dependencies": {
Expand Down

0 comments on commit 55a0d76

Please sign in to comment.