Skip to content

Commit 6365d67

Browse files
committed
Update to JSON Forms 3.1.0-alpha.0
1 parent 3f97278 commit 6365d67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"clean": "rimraf dist"
99
},
1010
"dependencies": {
11-
"@jsonforms/core": "3.0.0",
12-
"@jsonforms/vue2": "3.0.0",
11+
"@jsonforms/core": "3.1.0-alpha.0",
12+
"@jsonforms/vue2": "3.1.0-alpha.0",
1313
"@jsonforms/vue2-vuetify": "3.0.0",
1414
"core-js": "^3.9.1",
1515
"json-refs": "^3.0.15",

packages/vue2-vuetify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"v-mask": "^2.3.0"
4949
},
5050
"peerDependencies": {
51-
"@jsonforms/core": "3.0.0",
52-
"@jsonforms/vue2": "3.0.0",
51+
"@jsonforms/core": "3.1.0-alpha.0",
52+
"@jsonforms/vue2": "3.1.0-alpha.0",
5353
"@mdi/font": "^5.9.55",
5454
"vue": "^2.7.0",
5555
"vuetify": "^2.4.0"
@@ -58,8 +58,8 @@
5858
"@babel/core": "^7.14.6",
5959
"@babel/preset-env": "^7.14.7",
6060
"@babel/preset-typescript": "^7.14.5",
61-
"@jsonforms/core": "3.0.0",
62-
"@jsonforms/vue2": "3.0.0",
61+
"@jsonforms/core": "3.1.0-alpha.0",
62+
"@jsonforms/vue2": "3.1.0-alpha.0",
6363
"@mdi/font": "^5.9.55",
6464
"@rollup/plugin-babel": "^5.3.0",
6565
"@rollup/plugin-node-resolve": "^9.0.0",

0 commit comments

Comments
 (0)