@talismn/icons 0.1.0 → 0.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": "@talismn/icons",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -20,24 +20,19 @@
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
23
- "scripts": {
24
- "test": "jest",
25
- "lint": "eslint src --max-warnings 0",
26
- "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
- },
28
23
  "dependencies": {
29
- "react-icons": "^4.12.0"
24
+ "react-icons": "^5.3.0"
30
25
  },
31
26
  "devDependencies": {
32
- "@talismn/eslint-config": "0.0.3",
33
- "@talismn/tsconfig": "0.0.2",
34
- "@types/jest": "^27.5.1",
35
- "@types/react": "18.0.14",
36
- "eslint": "^8.52.0",
27
+ "@types/jest": "^29.5.14",
28
+ "@types/react": "18.3.12",
29
+ "eslint": "^8.57.1",
37
30
  "jest": "^29.7.0",
38
- "react": "18.2.0",
39
- "ts-jest": "^29.1.1",
40
- "typescript": "^5.2.2"
31
+ "react": "18.3.1",
32
+ "ts-jest": "^29.2.5",
33
+ "typescript": "^5.6.3",
34
+ "@talismn/eslint-config": "0.0.3",
35
+ "@talismn/tsconfig": "0.0.2"
41
36
  },
42
37
  "peerDependencies": {
43
38
  "react": ">=18.2.0"
@@ -47,5 +42,10 @@
47
42
  "extends": [
48
43
  "@talismn/eslint-config/base"
49
44
  ]
45
+ },
46
+ "scripts": {
47
+ "test": "jest",
48
+ "lint": "eslint src --max-warnings 0",
49
+ "clean": "rm -rf dist .turbo node_modules"
50
50
  }
51
51
  }
package/CHANGELOG.md DELETED
@@ -1,20 +0,0 @@
1
- # @talismn/icons
2
-
3
- ## 0.1.0
4
-
5
- ### Minor Changes
6
-
7
- - 123647e: - Additional currencies support for token rate
8
- - New Dollar sign icon
9
- - f154121: feat: user sign in icon
10
- - d7ddb22: feat: add history icon
11
-
12
- ### Patch Changes
13
-
14
- - b575ca5: feat: hide dust (small token balances)
15
- - 91895a1: Add new icon
16
- - c4d5967: bump typescript version
17
- - 60746a1: feat: added @talismn/icons package
18
- - 620b7eb: Dependency updates
19
- - 4a56632: feat: added stars icon
20
- - e724c66: Added icons