@rnacanvas/forms.edit 16.0.0 → 16.0.1
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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +3 -3
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jQuery JavaScript Library
|
|
2
|
+
* jQuery JavaScript Library v3.7.1
|
|
3
3
|
* https://jquery.com/
|
|
4
4
|
*
|
|
5
5
|
* Copyright OpenJS Foundation and other contributors
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
* https://jquery.
|
|
7
|
+
* https://jquery.org/license
|
|
8
8
|
*
|
|
9
|
-
* Date:
|
|
9
|
+
* Date: 2023-08-28T13:37Z
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnacanvas/forms.edit",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.1",
|
|
4
4
|
"description": "The Editing form",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@rnacanvas/value-check": "^1.14.1",
|
|
39
39
|
"@svgdotjs/svg.js": "^3.2.4",
|
|
40
40
|
"@types/lodash": "^4.17.16",
|
|
41
|
-
"jquery": "^
|
|
41
|
+
"jquery": "^3.7.1",
|
|
42
42
|
"lodash": "^4.17.21"
|
|
43
43
|
}
|
|
44
44
|
}
|