react-native-unistyles 2.0.0-rc.4 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -2
- package/package.json +7 -7
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-unistyles",
|
3
|
-
"version": "2.0.0
|
3
|
+
"version": "2.0.0",
|
4
4
|
"description": "Level up your React Native StyleSheet",
|
5
5
|
"scripts": {
|
6
6
|
"test": "jest",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"lint": "eslint . --ext .ts,.tsx",
|
10
10
|
"prepare": "husky install && bob build",
|
11
11
|
"precommit": "concurrently 'yarn tsc' 'yarn lint' 'yarn test'",
|
12
|
-
"release": "release-it
|
12
|
+
"release": "release-it"
|
13
13
|
},
|
14
14
|
"main": "lib/commonjs/index",
|
15
15
|
"module": "lib/module/index",
|
@@ -59,17 +59,17 @@
|
|
59
59
|
"@release-it/conventional-changelog": "8.0.1",
|
60
60
|
"@testing-library/react-hooks": "8.0.1",
|
61
61
|
"@types/jest": "29.5.11",
|
62
|
-
"@types/react": "18.2.
|
63
|
-
"@typescript-eslint/eslint-plugin": "6.
|
64
|
-
"@typescript-eslint/eslint-plugin-tslint": "6.
|
65
|
-
"@typescript-eslint/parser": "6.
|
62
|
+
"@types/react": "18.2.46",
|
63
|
+
"@typescript-eslint/eslint-plugin": "6.16.0",
|
64
|
+
"@typescript-eslint/eslint-plugin-tslint": "6.16.0",
|
65
|
+
"@typescript-eslint/parser": "6.16.0",
|
66
66
|
"commitlint": "18.4.3",
|
67
67
|
"concurrently": "8.2.2",
|
68
68
|
"eslint": "8.56.0",
|
69
69
|
"eslint-config-codemask": "1.1.7",
|
70
70
|
"eslint-plugin-functional": "6.0.0",
|
71
71
|
"eslint-plugin-import": "2.29.1",
|
72
|
-
"eslint-plugin-jsdoc": "46.
|
72
|
+
"eslint-plugin-jsdoc": "46.10.1",
|
73
73
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
74
74
|
"eslint-plugin-nested-if": "1.0.0",
|
75
75
|
"eslint-plugin-no-else": "0.2.2",
|