easy-navigation 2.1.264 → 2.1.265
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 +3 -3
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
|
|
15
|
+
- [Easy Gestures](https://github.com/djalbat/easy-gestures) Touch gestures for 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 Rich Textarea](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-navigation",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.265",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/easy-navigation",
|
|
7
7
|
"description": "A responsive accordion and associated navigation.",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/djalbat/easy-navigation"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"easy": "^24.0.
|
|
14
|
-
"easy-with-style": "^3.0.
|
|
13
|
+
"easy": "^24.0.6",
|
|
14
|
+
"easy-with-style": "^3.0.529"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@swc/core": "1.13.20",
|