easy-richtextarea 4.0.175 → 4.0.177

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@ There is now support for JSX in the form of [Juxtapose](https://github.com/djalb
12
12
 
13
13
  - [Easy](https://github.com/djalbat/easy) Elements that abstract away from the DOM.
14
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) Gestures for mobile web applications.
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
18
  - [Easy Drag and Drop](https://github.com/djalbat/easy-drag-and-drop) Drag and drop functionality for Easy elements.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy-richtextarea",
3
3
  "author": "James Smith",
4
- "version": "4.0.175",
4
+ "version": "4.0.177",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/easy-richtextarea",
7
7
  "description": "A textarea element that handles and hands off events well.",
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/djalbat/easy-richtextarea"
11
11
  },
12
12
  "dependencies": {
13
- "easy": "^17.1.2",
13
+ "easy": "^17.1.3",
14
14
  "necessary": "^13.6.6"
15
15
  },
16
16
  "devDependencies": {
17
- "@swc/core": "1.2.52",
18
- "easy-with-style": "^3.0.355",
17
+ "@swc/core": "^1.5.6",
18
+ "easy-with-style": "^3.0.356",
19
19
  "esbuild": "^0.9.2",
20
20
  "express": "^4.17.1",
21
21
  "lively-cli": "^2.0.52",