Skip to content

Commit c8c3f50

Browse files
committed
update version
1 parent 4034209 commit c8c3f50

File tree

8 files changed

+50
-49
lines changed

8 files changed

+50
-49
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
- Clean (delete `dist` folder of all packages): `pnpm run clean`
1313
- Run React Ant Design examples: `cd packages/antd-renderers && pnpm run dev`
1414
- Run React PrimeReact examples: `cd packages/primereact-renderers && pnpm run dev`
15+
- Build example app: `pnpm run build:examples-app`

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.1",
2+
"version": "3.5.0-beta.1",
33
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}

packages/antd-renderers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
8787
"@ant-design/icons": "5.5.2",
8888
"@emotion/react": "^11.4.1",
8989
"@emotion/styled": "^11.3.0",
90-
"@jsonforms/core": "3.4.1",
91-
"@jsonforms/react": "3.4.1",
90+
"@jsonforms/core": "3.5.0-beta.1",
91+
"@jsonforms/react": "3.5.0-beta.1",
9292
"antd": "5.22.2",
93-
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
93+
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9494
},
9595
"devDependencies": {
9696
"@ant-design/icons": "5.5.2",
9797
"@emotion/react": "^11.5.0",
9898
"@emotion/styled": "^11.3.0",
99-
"@jsonforms/core": "3.4.1",
100-
"@jsonforms/react": "3.4.1",
99+
"@jsonforms/core": "3.5.0-beta.1",
100+
"@jsonforms/react": "3.5.0-beta.1",
101101
"@rollup/plugin-commonjs": "^23.0.3",
102102
"@rollup/plugin-json": "^5.0.2",
103103
"@rollup/plugin-node-resolve": "^15.0.1",

packages/examples-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chobantonov/examples-app",
3-
"version": "3.4.1",
3+
"version": "3.5.0-beta.1",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/examples-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@chobantonov/examples-react",
3-
"version": "3.4.1",
3+
"version": "3.5.0-beta.1",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "3.4.1",
7-
"@jsonforms/examples": "3.4.1",
8-
"@jsonforms/react": "3.4.1",
6+
"@jsonforms/core": "3.5.0-beta.1",
7+
"@jsonforms/examples": "3.5.0-beta.1",
8+
"@jsonforms/react": "3.5.0-beta.1",
99
"@monaco-editor/react": "^4.6.0",
1010
"@types/react-tabs": "^2.3.3",
1111
"json-refs": "3.0.15",

packages/extended-renderers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"acorn-jsx": "5.3.1"
3939
},
4040
"peerDependencies": {
41-
"@jsonforms/core": "3.4.1",
42-
"@jsonforms/react": "3.4.1",
43-
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
41+
"@jsonforms/core": "3.5.0-beta.1",
42+
"@jsonforms/react": "3.5.0-beta.1",
43+
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4444
},
4545
"devDependencies": {
4646
"@emotion/react": "^11.5.0",
4747
"@emotion/styled": "^11.3.0",
48-
"@jsonforms/core": "3.4.1",
49-
"@jsonforms/react": "3.4.1",
48+
"@jsonforms/core": "3.5.0-beta.1",
49+
"@jsonforms/react": "3.5.0-beta.1",
5050
"@rollup/plugin-commonjs": "^23.0.3",
5151
"@rollup/plugin-json": "^5.0.2",
5252
"@rollup/plugin-node-resolve": "^15.0.1",

packages/primereact-renderers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@
8686
"peerDependencies": {
8787
"@emotion/react": "^11.4.1",
8888
"@emotion/styled": "^11.3.0",
89-
"@jsonforms/core": "3.4.1",
90-
"@jsonforms/react": "3.4.1",
89+
"@jsonforms/core": "3.5.0-beta.1",
90+
"@jsonforms/react": "3.5.0-beta.1",
9191
"primereact": "^10.6.3",
9292
"primeflex": "^3.3.1",
9393
"primeicons": "^7.0.0",
94-
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
94+
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9595
},
9696
"devDependencies": {
9797
"@emotion/react": "^11.5.0",
9898
"@emotion/styled": "^11.3.0",
99-
"@jsonforms/core": "3.4.1",
100-
"@jsonforms/react": "3.4.1",
99+
"@jsonforms/core": "3.5.0-beta.1",
100+
"@jsonforms/react": "3.5.0-beta.1",
101101
"@rollup/plugin-commonjs": "^23.0.3",
102102
"@rollup/plugin-json": "^5.0.2",
103103
"@rollup/plugin-node-resolve": "^15.0.1",

pnpm-lock.yaml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)