Skip to content

Commit c90f05f

Browse files
committed
chore: update to JSON Forms 3.2.0-alpha.3
1 parent 9f8f34f commit c90f05f

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.1.0",
12-
"@jsonforms/vue": "3.1.0",
11+
"@jsonforms/core": "3.2.0-alpha.3",
12+
"@jsonforms/vue": "3.2.0-alpha.3",
1313
"@jsonforms/vue-vuetify": "^3.1.0-preview.0",
1414
"ajv-keywords": "^5.1.0",
1515
"core-js": "^3.9.1",

packages/vue-vuetify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"lodash": "^4.17.15"
4848
},
4949
"peerDependencies": {
50-
"@jsonforms/core": "3.1.0",
51-
"@jsonforms/vue": "3.1.0",
50+
"@jsonforms/core": "3.2.0-alpha.3",
51+
"@jsonforms/vue": "3.2.0-alpha.3",
5252
"@mdi/font": "^7.0.96",
5353
"vue": "^3.2.47",
5454
"vuetify": "^3.1.12"
@@ -57,8 +57,8 @@
5757
"@babel/core": "^7.14.6",
5858
"@babel/preset-env": "^7.14.7",
5959
"@babel/preset-typescript": "^7.14.5",
60-
"@jsonforms/core": "3.1.0",
61-
"@jsonforms/vue": "3.1.0",
60+
"@jsonforms/core": "3.2.0-alpha.3",
61+
"@jsonforms/vue": "3.2.0-alpha.3",
6262
"@mdi/font": "^7.0.96",
6363
"@rollup/plugin-babel": "^6.0.3",
6464
"@rollup/plugin-node-resolve": "^15.0.1",

0 commit comments

Comments
 (0)