react-native-unistyles 1.0.0-rc.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unistyles",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0",
4
4
  "description": "Level up your React Native StyleSheet",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -9,7 +9,7 @@
9
9
  "clean": "del-cli lib",
10
10
  "prepare": "husky install && bob build",
11
11
  "precommit": "concurrently 'yarn tsc' 'yarn lint' 'yarn test'",
12
- "release": "release-it patch --preRelease=rc"
12
+ "release": "release-it"
13
13
  },
14
14
  "main": "lib/commonjs/index",
15
15
  "module": "lib/module/index",
@@ -38,17 +38,17 @@
38
38
  "registry": "https://registry.npmjs.org/"
39
39
  },
40
40
  "devDependencies": {
41
- "@commitlint/config-conventional": "17.7.0",
42
- "@react-native/eslint-config": "0.73.1",
41
+ "@commitlint/config-conventional": "17.8.0",
42
+ "@react-native/eslint-config": "0.74.0",
43
43
  "@release-it/conventional-changelog": "5.1.1",
44
44
  "@testing-library/react-hooks": "8.0.1",
45
45
  "@types/jest": "29.5.5",
46
46
  "@types/react": "18.2.28",
47
47
  "@types/react-native": "0.72.3",
48
- "@typescript-eslint/eslint-plugin": "6.7.5",
49
- "@typescript-eslint/eslint-plugin-tslint": "6.7.5",
50
- "@typescript-eslint/parser": "6.7.5",
51
- "commitlint": "17.7.2",
48
+ "@typescript-eslint/eslint-plugin": "6.8.0",
49
+ "@typescript-eslint/eslint-plugin-tslint": "6.8.0",
50
+ "@typescript-eslint/parser": "6.8.0",
51
+ "commitlint": "17.8.0",
52
52
  "concurrently": "8.2.1",
53
53
  "del-cli": "5.1.0",
54
54
  "eslint": "8.51.0",
@@ -66,7 +66,7 @@
66
66
  "husky": "8.0.3",
67
67
  "jest": "29.7.0",
68
68
  "react": "18.2.0",
69
- "react-native": "0.72.5",
69
+ "react-native": "0.72.6",
70
70
  "react-native-builder-bob": "0.23.1",
71
71
  "react-native-web": "0.19.9",
72
72
  "react-test-renderer": "18.2.0",