@generation/icons 1.0.2 → 1.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@generation/icons",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
4
4
  "description": "SVG bases React icon components",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -8,6 +8,7 @@
8
8
  "name": "demo",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
+ "@generation/icons": "^1.0.2",
11
12
  "react": "^18.3.1",
12
13
  "react-dom": "^18.3.1"
13
14
  },
@@ -806,6 +807,14 @@
806
807
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
807
808
  }
808
809
  },
810
+ "node_modules/@generation/icons": {
811
+ "version": "1.0.2",
812
+ "resolved": "https://registry.npmjs.org/@generation/icons/-/icons-1.0.2.tgz",
813
+ "integrity": "sha512-Eo+6tJaxXRhbSldOzZ24U1OD38yXyFapvjAJn/SLzhVzLXQnrgrwEe+hA7siVMuq4mvq47xkMTpdZ9QtxlcREQ==",
814
+ "peerDependencies": {
815
+ "react": "*"
816
+ }
817
+ },
809
818
  "node_modules/@humanwhocodes/config-array": {
810
819
  "version": "0.11.14",
811
820
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
@@ -10,6 +10,7 @@
10
10
  "preview": "vite preview"
11
11
  },
12
12
  "dependencies": {
13
+ "@generation/icons": "^1.0.2",
13
14
  "react": "^18.3.1",
14
15
  "react-dom": "^18.3.1"
15
16
  },