easy-layout 6.0.162 → 6.0.163
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ There is now support for JSX in the form of [Juxtapose](https://github.com/djalb
|
|
|
15
15
|
- [Easy Mobile](https://github.com/djalbat/easy-mobile) Touch gestures for mobile web applications.
|
|
16
16
|
- [Easy Navigation](https://github.com/djalbat/easy-navigation) A responsive accordion and associated navigation.
|
|
17
17
|
- [Easy File System](https://github.com/djalbat/easy-file-system) A file system explorer and a rubbish bin.
|
|
18
|
-
- [Easy
|
|
18
|
+
- [Easy Rich Textarea](https://github.com/djalbat/easy-richtextarea) A textarea element that handles and hands off events well.
|
|
19
19
|
- [Easy Drag and Drop](https://github.com/djalbat/easy-drag-and-drop) Drag and drop functionality for Easy elements.
|
|
20
20
|
|
|
21
21
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-layout",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.163",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/easy-layout",
|
|
7
7
|
"description": "Layout elements that work with CSS flexbox.",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/djalbat/easy-layout"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"easy": "^18.1.
|
|
14
|
-
"easy-drag-and-drop": "^1.3.
|
|
15
|
-
"easy-with-style": "^3.0.
|
|
13
|
+
"easy": "^18.1.6",
|
|
14
|
+
"easy-drag-and-drop": "^1.3.164",
|
|
15
|
+
"easy-with-style": "^3.0.374"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@swc/core": "^1.5.6",
|