@rjsf/snapshot-tests 5.18.2 → 5.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/package.json +10 -10
package/LICENSE.md
CHANGED
|
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2015-2024 rjsf-team
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/snapshot-tests",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.3",
|
|
4
4
|
"description": "A set of snapshot tests to be used for testing RJSF theme.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b .",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"react-test-renderer": "^17.0.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@rjsf/core": "^5.18.
|
|
36
|
-
"@rjsf/utils": "^5.18.
|
|
37
|
-
"@rjsf/validator-ajv8": "^5.18.
|
|
35
|
+
"@rjsf/core": "^5.18.3",
|
|
36
|
+
"@rjsf/utils": "^5.18.3",
|
|
37
|
+
"@rjsf/validator-ajv8": "^5.18.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.12",
|
|
41
|
-
"@types/react": "^
|
|
42
|
-
"@types/react-dom": "^
|
|
43
|
-
"@types/react-test-renderer": "^
|
|
44
|
-
"react": "^
|
|
45
|
-
"react-test-renderer": "^
|
|
41
|
+
"@types/react": "^18.2.58",
|
|
42
|
+
"@types/react-dom": "^18.2.19",
|
|
43
|
+
"@types/react-test-renderer": "^18.0.7",
|
|
44
|
+
"react": "^18.2.0",
|
|
45
|
+
"react-test-renderer": "^18.2.0",
|
|
46
46
|
"typescript": "^4.9.5"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "2fe849078afa19e2233d84f6d870da847d22094d"
|
|
67
67
|
}
|