Skip to content

Commit 864e3a5

Browse files
committed
Fix version ranges of own peer dependencies
1 parent 9288a77 commit 864e3a5

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/angular-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@angular/forms": "^5.2.10",
5555
"@angular/material": "^5.2.0",
5656
"@angular/platform-browser": "^5.2.10",
57-
"@jsonforms/angular": "^2.1.1-alpha.2",
58-
"@jsonforms/core": "^2.1.1-alpha.2",
57+
"@jsonforms/angular": "^2.0.0",
58+
"@jsonforms/core": "^2.0.0",
5959
"core-js": "^2.5.3",
6060
"rxjs": "^5.5.7",
6161
"zone.js": "^0.8.26"

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular-redux/store": "^7.1.1",
4444
"@angular/core": "^5.2.10",
4545
"@angular/forms": "^5.2.10",
46-
"@jsonforms/core": "^2.1.1-alpha.3",
46+
"@jsonforms/core": "^2.0.0",
4747
"redux": "^3.0.0",
4848
"rxjs": "^5.5.7"
4949
},

packages/material-tree-renderer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"recompose": "^0.27.1"
5858
},
5959
"peerDependencies": {
60-
"@jsonforms/core": "^2.1.1-alpha.3",
61-
"@jsonforms/material-renderers": "^2.1.1-alpha.3",
62-
"@jsonforms/react": "^2.1.1-alpha.3"
60+
"@jsonforms/core": "^2.0.0",
61+
"@jsonforms/material-renderers": "^2.0.0",
62+
"@jsonforms/react": "^2.0.0"
6363
},
6464
"devDependencies": {
6565
"@jsonforms/core": "^2.1.1-beta.0",

packages/material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"moment": "^2.20.1"
6363
},
6464
"peerDependencies": {
65-
"@jsonforms/core": "^2.1.1-alpha.3",
66-
"@jsonforms/react": "^2.1.1-alpha.3",
65+
"@jsonforms/core": "^2.0.0",
66+
"@jsonforms/react": "^2.0.0",
6767
"react-redux": "^6.0.0"
6868
},
6969
"devDependencies": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"lodash": "^4.17.4"
6464
},
6565
"peerDependencies": {
66-
"@jsonforms/core": "^2.1.1-alpha.3",
66+
"@jsonforms/core": "^2.0.0",
6767
"react": "^16.4.0",
6868
"react-redux": "^6.0.0"
6969
},

packages/vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Vanilla Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
1717
},
1818
"peerDependencies": {
19-
"@jsonforms/core": "^2.1.1-alpha.3",
20-
"@jsonforms/react": "^2.1.1-alpha.3"
19+
"@jsonforms/core": "^2.0.0",
20+
"@jsonforms/react": "^2.0.0"
2121
},
2222
"devDependencies": {
2323
"@jsonforms/core": "^2.1.1-beta.0",

0 commit comments

Comments
 (0)