@platform-blocks/ui 0.3.0 → 0.3.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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platform-blocks/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "A React Native UI library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/cjs/index.js",
|
|
@@ -34,17 +34,12 @@
|
|
|
34
34
|
"test:coverage": "jest --coverage",
|
|
35
35
|
"test:ci": "jest --ci --coverage --maxWorkers=2",
|
|
36
36
|
"test:update": "jest --updateSnapshot",
|
|
37
|
-
"test:timeline": "jest Timeline.test.tsx",
|
|
38
|
-
"test:rating": "jest Rating.test.tsx",
|
|
39
|
-
"test:select": "jest Select.test.tsx",
|
|
40
|
-
"test:avatar": "jest Avatar.test.tsx",
|
|
41
37
|
"test:component": "jest",
|
|
42
38
|
"lint": "eslint src --ext .ts,.tsx --ignore-path .eslintignore",
|
|
43
39
|
"lint:fix": "eslint src --ext .ts,.tsx --fix --ignore-path .eslintignore",
|
|
44
40
|
"lint:check": "eslint src --ext .ts,.tsx --max-warnings 0",
|
|
45
41
|
"format": "eslint src --ext .ts,.tsx --fix && echo 'Code formatted successfully!'",
|
|
46
|
-
"precommit": "npm run lint:check && npm run test"
|
|
47
|
-
"qr:diff": "node ./lib/components/QRCode/dev/compareEngines.js"
|
|
42
|
+
"precommit": "npm run lint:check && npm run test"
|
|
48
43
|
},
|
|
49
44
|
"keywords": [
|
|
50
45
|
"react-native",
|
|
@@ -105,7 +100,7 @@
|
|
|
105
100
|
"react-native-reanimated-carousel": "^4.0.3",
|
|
106
101
|
"react-native-safe-area-context": "~5.6.0",
|
|
107
102
|
"react-native-svg": "^15.12.1",
|
|
108
|
-
"react-syntax-highlighter": "^
|
|
103
|
+
"react-syntax-highlighter": "^16.1.0",
|
|
109
104
|
"react-test-renderer": "19.1.0",
|
|
110
105
|
"rollup": "^4.52.3",
|
|
111
106
|
"rollup-plugin-dts": "^6.2.3",
|
|
@@ -142,5 +137,10 @@
|
|
|
142
137
|
"react-syntax-highlighter": {
|
|
143
138
|
"optional": true
|
|
144
139
|
}
|
|
140
|
+
},
|
|
141
|
+
"optionalDependencies": {
|
|
142
|
+
"lottie-react": "^2.4.1",
|
|
143
|
+
"@lottiefiles/dotlottie-react": "^0.13.5",
|
|
144
|
+
"lottie-react-native": "^7.3.4"
|
|
145
145
|
}
|
|
146
146
|
}
|