Skip to content

Commit c3b5deb

Browse files
committed
Removed bad linting and mui snapshot entires
1 parent 12dd90f commit c3b5deb

File tree

3 files changed

+120
-124
lines changed

3 files changed

+120
-124
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ should change the heading of the (upcoming) version to include a major version b
389389

390390
## @rjsf/material-ui
391391

392-
- Removed `@rjsf/material-ui` package. Material UI v4 (`@material-ui/core`) has been deprecated since September 2021. To use Material UI v5 (`@mui/core`) with RJSF, please use the `@rjsf/mui` theme instead.
392+
- BREAKING CHANGE: Removed `@rjsf/material-ui` package. Material UI v4 (`@material-ui/core`) has been deprecated since September 2021. To use Material UI v5 (`@mui/core`) with RJSF, please use the `@rjsf/mui` theme instead.
393393

394394
## @rjsf/react-bootstrap
395395

packages/mui/test/__snapshots__/Array.test.tsx.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7118,7 +7118,6 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-4:focus::-ms-input-p
71187118
onClick={[Function]}
71197119
>
71207120
<div
7121-
aria-controls=":rc:"
71227121
aria-expanded="false"
71237122
aria-haspopup="listbox"
71247123
aria-labelledby="root-label root"
@@ -10471,7 +10470,6 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-4:focus::-ms-input-p
1047110470
onClick={[Function]}
1047210471
>
1047310472
<div
10474-
aria-controls=":ro:"
1047510473
aria-expanded="false"
1047610474
aria-haspopup="listbox"
1047710475
aria-labelledby="root-label root"
@@ -13824,7 +13822,6 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-4:focus::-ms-input-p
1382413822
onClick={[Function]}
1382513823
>
1382613824
<div
13827-
aria-controls=":ri:"
1382813825
aria-expanded="false"
1382913826
aria-haspopup="listbox"
1383013827
aria-labelledby="root-label root"
@@ -16908,7 +16905,6 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-4:focus::-ms-input-p
1690816905
onClick={[Function]}
1690916906
>
1691016907
<div
16911-
aria-controls=":ru:"
1691216908
aria-expanded="false"
1691316909
aria-haspopup="listbox"
1691416910
aria-labelledby="root-label root"

packages/playground/package.json

Lines changed: 119 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,121 @@
11
{
2-
"name": "@rjsf/playground",
3-
"version": "6.0.0-beta.11",
4-
"description": "rjsf playground",
5-
"private": true,
6-
"type": "commonjs",
7-
"scripts": {
8-
"cs-check": "prettier -l \"src/**/*.ts?(x)\"",
9-
"cs-format": "prettier \"src/**/*.ts?(x)\" --write",
10-
"build": "rimraf build && cross-env NODE_ENV=production vite build",
11-
"lint": "eslint src",
12-
"precommit": "lint-staged",
13-
"publish-to-gh-pages": "npm run build && gh-pages --dist build/",
14-
"publish-to-npm": "npm run build && npm publish",
15-
"start": "vite --force",
16-
"preview": "vite preview",
17-
"test": "jest"
18-
},
19-
"lint-staged": {
20-
"src/**/*.ts?(x)": [
21-
"eslint --fix"
22-
]
23-
},
24-
"files": [
25-
"dist",
26-
"lib",
27-
"src"
28-
],
29-
"engineStrict": false,
30-
"engines": {
31-
"node": ">=20"
32-
},
33-
"peerDependencies": {
34-
"react": "^18.2.0"
35-
},
36-
"dependencies": {
37-
"@ant-design/icons": "^6.0.0",
38-
"@babel/runtime": "^7.23.9",
39-
"@chakra-ui/react": "^3.19.1",
40-
"@emotion/react": "^11.14.0",
41-
"@mantine/core": "^7.17.4",
42-
"@mantine/dates": "^7.17.4",
43-
"@mantine/hooks": "^7.17.4",
44-
"@mui/material": "^7.1.0",
45-
"@rjsf/antd": "^6.0.0-beta.11",
46-
"@rjsf/chakra-ui": "^6.0.0-beta.11",
47-
"@rjsf/core": "^6.0.0-beta.11",
48-
"@rjsf/fluentui-rc": "^6.0.0-beta.11",
49-
"@rjsf/mui": "^6.0.0-beta.11",
50-
"@rjsf/primereact": "^6.0.0-beta.11",
51-
"@rjsf/react-bootstrap": "^6.0.0-beta.11",
52-
"@rjsf/semantic-ui": "^6.0.0-beta.11",
53-
"@rjsf/utils": "^6.0.0-beta.11",
54-
"@rjsf/validator-ajv8": "^6.0.0-beta.11",
55-
"ajv": "^8.12.0",
56-
"ajv-formats": "^2.1.1",
57-
"ajv-i18n": "^4.2.0",
58-
"antd": "^5.24.6",
59-
"atob": "^2.1.2",
60-
"chakra-react-select": "^6.1.0",
61-
"core-js": "^3.42.0",
62-
"dayjs": "^1.11.10",
63-
"deep-freeze-es6": "^1.4.1",
64-
"jss": "^10.10.0",
65-
"lodash": "^4.17.21",
66-
"lucide-react": "^0.503.0",
67-
"monaco-editor": "^0.52.2",
68-
"react": "^18.2.0",
69-
"react-bootstrap": "^2.10.9",
70-
"react-dom": "^18.2.0",
71-
"react-frame-component": "^5.2.7",
72-
"react-is": "^18.2.0",
73-
"semantic-ui-react": "^2.1.3"
74-
},
75-
"devDependencies": {
76-
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
77-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
78-
"@babel/plugin-transform-react-jsx": "^7.23.4",
79-
"@babel/plugin-transform-runtime": "7.26.10",
80-
"@babel/register": "^7.25.9",
81-
"@emotion/cache": "^11.11.0",
82-
"@emotion/react": "^11.11.3",
83-
"@emotion/styled": "^11.11.0",
84-
"@monaco-editor/react": "^4.7.0",
85-
"@mui/icons-material": "^7.1.0",
86-
"@types/react-frame-component": "^4.1.6",
87-
"@vitejs/plugin-react": "4.4.1",
88-
"eslint": "^8.56.0",
89-
"gh-pages": "^6.3.0",
90-
"html": "^1.0.0",
91-
"html-webpack-plugin": "^5.6.3",
92-
"loader-utils": "^3.3.1",
93-
"mini-css-extract-plugin": "^2.9.2",
94-
"react-transform-catch-errors": "^1.0.2",
95-
"react-transform-hmr": "^1.0.4",
96-
"source-map-loader": "^5.0.0",
97-
"vite": "^6.3.4"
98-
},
99-
"directories": {
100-
"test": "test"
101-
},
102-
"repository": {
103-
"type": "git",
104-
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
105-
},
106-
"author": "Nicolas Perriault <nperriault@mozilla.com>",
107-
"contributors": [
108-
"Heath Chiavettone <heath.chiavettone@freenome.com"
109-
],
110-
"keywords": [
111-
"react",
112-
"react 17",
113-
"form",
114-
"json-schema"
115-
],
116-
"license": "Apache-2.0",
117-
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
118-
"publishConfig": {
119-
"access": "public"
120-
}
2+
"name": "@rjsf/playground",
3+
"version": "6.0.0-beta.11",
4+
"description": "rjsf playground",
5+
"private": true,
6+
"type": "commonjs",
7+
"scripts": {
8+
"cs-check": "prettier -l \"src/**/*.ts?(x)\"",
9+
"cs-format": "prettier \"src/**/*.ts?(x)\" --write",
10+
"build": "rimraf build && cross-env NODE_ENV=production vite build",
11+
"lint": "eslint src",
12+
"precommit": "lint-staged",
13+
"publish-to-gh-pages": "npm run build && gh-pages --dist build/",
14+
"publish-to-npm": "npm run build && npm publish",
15+
"start": "vite --force",
16+
"preview": "vite preview",
17+
"test": "jest"
18+
},
19+
"lint-staged": {
20+
"src/**/*.ts?(x)": [
21+
"eslint --fix"
22+
]
23+
},
24+
"files": [
25+
"dist",
26+
"lib",
27+
"src"
28+
],
29+
"engineStrict": false,
30+
"engines": {
31+
"node": ">=20"
32+
},
33+
"peerDependencies": {
34+
"react": "^18.2.0"
35+
},
36+
"dependencies": {
37+
"@ant-design/icons": "^6.0.0",
38+
"@babel/runtime": "^7.23.9",
39+
"@chakra-ui/react": "^3.19.1",
40+
"@emotion/react": "^11.14.0",
41+
"@mantine/core": "^7.17.4",
42+
"@mantine/dates": "^7.17.4",
43+
"@mantine/hooks": "^7.17.4",
44+
"@mui/material": "^7.1.0",
45+
"@rjsf/antd": "^6.0.0-beta.11",
46+
"@rjsf/chakra-ui": "^6.0.0-beta.11",
47+
"@rjsf/core": "^6.0.0-beta.11",
48+
"@rjsf/fluentui-rc": "^6.0.0-beta.11",
49+
"@rjsf/mui": "^6.0.0-beta.11",
50+
"@rjsf/primereact": "^6.0.0-beta.11",
51+
"@rjsf/react-bootstrap": "^6.0.0-beta.11",
52+
"@rjsf/semantic-ui": "^6.0.0-beta.11",
53+
"@rjsf/utils": "^6.0.0-beta.11",
54+
"@rjsf/validator-ajv8": "^6.0.0-beta.11",
55+
"ajv": "^8.12.0",
56+
"ajv-formats": "^2.1.1",
57+
"ajv-i18n": "^4.2.0",
58+
"antd": "^5.24.6",
59+
"atob": "^2.1.2",
60+
"chakra-react-select": "^6.1.0",
61+
"core-js": "^3.42.0",
62+
"dayjs": "^1.11.10",
63+
"deep-freeze-es6": "^1.4.1",
64+
"jss": "^10.10.0",
65+
"lodash": "^4.17.21",
66+
"lucide-react": "^0.503.0",
67+
"monaco-editor": "^0.52.2",
68+
"react": "^18.2.0",
69+
"react-bootstrap": "^2.10.9",
70+
"react-dom": "^18.2.0",
71+
"react-frame-component": "^5.2.7",
72+
"react-is": "^18.2.0",
73+
"semantic-ui-react": "^2.1.3"
74+
},
75+
"devDependencies": {
76+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
77+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
78+
"@babel/plugin-transform-react-jsx": "^7.23.4",
79+
"@babel/plugin-transform-runtime": "7.26.10",
80+
"@babel/register": "^7.25.9",
81+
"@emotion/cache": "^11.11.0",
82+
"@emotion/react": "^11.11.3",
83+
"@emotion/styled": "^11.11.0",
84+
"@monaco-editor/react": "^4.7.0",
85+
"@mui/icons-material": "^7.1.0",
86+
"@types/react-frame-component": "^4.1.6",
87+
"@vitejs/plugin-react": "4.4.1",
88+
"eslint": "^8.56.0",
89+
"gh-pages": "^6.3.0",
90+
"html": "^1.0.0",
91+
"html-webpack-plugin": "^5.6.3",
92+
"loader-utils": "^3.3.1",
93+
"mini-css-extract-plugin": "^2.9.2",
94+
"react-transform-catch-errors": "^1.0.2",
95+
"react-transform-hmr": "^1.0.4",
96+
"source-map-loader": "^5.0.0",
97+
"vite": "^6.3.4"
98+
},
99+
"directories": {
100+
"test": "test"
101+
},
102+
"repository": {
103+
"type": "git",
104+
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
105+
},
106+
"author": "Nicolas Perriault <nperriault@mozilla.com>",
107+
"contributors": [
108+
"Heath Chiavettone <heath.chiavettone@freenome.com"
109+
],
110+
"keywords": [
111+
"react",
112+
"react 17",
113+
"form",
114+
"json-schema"
115+
],
116+
"license": "Apache-2.0",
117+
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
118+
"publishConfig": {
119+
"access": "public"
120+
}
121121
}

0 commit comments

Comments
 (0)