@ultraviolet/icons 2.12.13 → 2.12.15
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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Ultraviolet Icons is a set of components based on SVG icons. It provides a set of icons that can be used in your projects.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Get Started
|
|
8
8
|
|
|
9
9
|
For icons to work you will need to install some extra dependencies, such as `@ultraviolet/themes` and `@emotion/react`.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/icons",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.15",
|
|
4
4
|
"description": "Ultraviolet Icons",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"react-dom": "18.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/core": "7.24.
|
|
61
|
-
"@types/react": "18.3.
|
|
60
|
+
"@babel/core": "7.24.7",
|
|
61
|
+
"@types/react": "18.3.3",
|
|
62
62
|
"@types/react-dom": "18.3.0",
|
|
63
63
|
"@utils/test": "0.0.1"
|
|
64
64
|
},
|