easy-layout 6.0.154 → 6.0.155

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,10 +8,11 @@ There are several elements that can be nested. Broadly speaking there are row an
8
8
 
9
9
  There is now support for JSX in the form of [Juxtapose](https://github.com/djalbat/Juxtapose). What this means is that Easy *will* now help you with the architecture of your large application. So although Easy elements will continue to work standalone, their use with Juxtapose is recommended.
10
10
 
11
- ### Related projects
11
+ ### Easy projects
12
12
 
13
13
  - [Easy](https://github.com/djalbat/easy) Elements that abstract away from the DOM.
14
- - [Easy Mobile](https://github.com/djalbat/easy-mobile) Tuoch gestures for mobile web applications.
14
+ - [Easy Layout](https://github.com/djalbat/easy-layout) Layout elements that work with CSS flexbox.
15
+ - [Easy Mobile](https://github.com/djalbat/easy-mobile) Touch gestures for mobile web applications.
15
16
  - [Easy Navigation](https://github.com/djalbat/easy-navigation) A responsive accordion and associated navigation.
16
17
  - [Easy File System](https://github.com/djalbat/easy-file-system) A file system explorer and a rubbish bin.
17
18
  - [Easy RichTextarea](https://github.com/djalbat/easy-richTextarea) A textarea element that handles and hands off events well.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy-layout",
3
3
  "author": "James Smith",
4
- "version": "6.0.154",
4
+ "version": "6.0.155",
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": "^17.1.3",
14
- "easy-drag-and-drop": "^1.3.153",
15
- "easy-with-style": "^3.0.356"
13
+ "easy": "^17.1.7",
14
+ "easy-drag-and-drop": "^1.3.155",
15
+ "easy-with-style": "^3.0.361"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@swc/core": "^1.5.6",