poi-plugin-gimmick-tracker 0.2.3 → 0.2.4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "poi-plugin-gimmick-tracker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "解谜削甲:自动对账活动海域解密/削甲条件进度(轮次账本,阶段自动旋转,无人工确认卡)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@blueprintjs/core": ">=5.7.2 <7",
|
|
17
|
-
"react": "^18.3.1",
|
|
18
|
-
"react-dom": "^18.3.1"
|
|
17
|
+
"react": "^18.3.1 || ^19",
|
|
18
|
+
"react-dom": "^18.3.1 || ^19"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"poiPlugin": {
|