react-native-ui-lib 8.0.1-snapshot.7465 → 8.0.1-snapshot.7470
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 +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-ui-lib",
|
|
3
|
-
"version": "8.0.1-snapshot.
|
|
3
|
+
"version": "8.0.1-snapshot.7470",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
|
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
"build": "node scripts/build/build.js",
|
|
31
31
|
"build:local": "./scripts/build/createLocalPackage.sh",
|
|
32
32
|
"pre-push": "npm run build:dev && npm run test",
|
|
33
|
+
"prepush": "node ./scripts/prepush.js",
|
|
34
|
+
"yarnConstraints": "yarn constraints",
|
|
35
|
+
"yarnConstraintsFix": "yarn constraints --fix",
|
|
33
36
|
"docs:deploy": "./scripts/docs/deployDocs.sh",
|
|
34
37
|
"docs:build": "node scripts/docs/buildDocs.js",
|
|
35
38
|
"docs:start": "(cd docuilib && yarn start)",
|
|
@@ -84,6 +87,7 @@
|
|
|
84
87
|
"@shopify/flash-list": "1.7.6",
|
|
85
88
|
"@testing-library/react-hooks": "^8.0.1",
|
|
86
89
|
"@testing-library/react-native": "^11.5.1",
|
|
90
|
+
"@topcli/spinner": "patch:@topcli/spinner@npm%3A2.1.2#./.yarn/patches/@topcli-spinner-npm-2.1.2-262b584167.patch",
|
|
87
91
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
88
92
|
"@types/jest": "^29.5.13",
|
|
89
93
|
"@types/lodash": "^4.0.0",
|
|
@@ -95,8 +99,10 @@
|
|
|
95
99
|
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
|
96
100
|
"@typescript-eslint/parser": "^5.3.1",
|
|
97
101
|
"@welldone-software/why-did-you-render": "^3.2.1",
|
|
102
|
+
"@yarnpkg/types": "^4.0.1",
|
|
98
103
|
"babel-plugin-lodash": "^3.3.4",
|
|
99
104
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
105
|
+
"chalk": "^4.1.2",
|
|
100
106
|
"eslint": "8.19.0",
|
|
101
107
|
"eslint-config-wix": "2.0.0",
|
|
102
108
|
"eslint-plugin-react": "^7.24.0",
|