@norcy/react-native-toolkit 0.2.6 → 0.2.7

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "description": "My Toolkit",
6
6
  "main": "lib/commonjs/index",
@@ -89,6 +89,7 @@
89
89
  "react-native-simple-toast": "^1.1.3",
90
90
  "react-native-wechat-lib": "^1.1.26",
91
91
  "release-it": "^17.7.0",
92
+ "semver": "^7.3.7",
92
93
  "typescript": "^5.6.3"
93
94
  },
94
95
  "peerDependencies": {
@@ -116,7 +117,8 @@
116
117
  "react-native-safe-area-context": "^4.0.0",
117
118
  "react-native-screens": "^3.0.0",
118
119
  "react-native-simple-toast": "*",
119
- "react-native-wechat-lib": "*"
120
+ "react-native-wechat-lib": "*",
121
+ "semver": "*"
120
122
  },
121
123
  "jest": {
122
124
  "preset": "react-native",