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 8370019 commit 62f8c56
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 23 deletions.
134 changes: 117 additions & 17 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete-context-menu-plugin",
"version": "2.0.0-beta.9",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
Expand All @@ -22,13 +22,13 @@
"url": "https://github.com/retejs/context-menu-plugin/issues"
},
"peerDependencies": {
"rete": "^2.0.0-beta.9",
"rete-area-plugin": "^2.0.0-beta.12"
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0"
},
"devDependencies": {
"rete": "^2.0.0-beta.9",
"rete-area-plugin": "^2.0.0-beta.12",
"rete-cli": "^1.0.0-beta.29"
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-cli": "^1.0.1"
},
"dependencies": {
"@babel/runtime": "^7.21.0"
Expand Down

0 comments on commit 62f8c56

Please sign in to comment.