Commit c49b6e15 authored by nanahira's avatar nanahira

catchup

parent df799fd7
......@@ -9,7 +9,7 @@
"version": "8.1.0",
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^8.1.5",
"koishi-thirdeye": "^8.2.0",
"lodash": "^4.17.21",
"source-map-support": "^0.5.20"
},
......@@ -21,7 +21,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.1.2",
"koishi": "^4.2.0",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.6",
......@@ -31,7 +31,7 @@
"ws": "^8.3.0"
},
"peerDependencies": {
"koishi": "^4.1.1"
"koishi": "^4.2.0"
}
},
"node_modules/@babel/code-frame": {
......@@ -211,13 +211,13 @@
}
},
"node_modules/@koishijs/core": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.2.tgz",
"integrity": "sha512-YHSfuIP7P3INw9EJ1XgYcypDJGWhw3+lBJ1XbAz8Kpqs3apfgH50WLU7l7CX2APgenunFDScXnJBnKi2CNpSeQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==",
"dependencies": {
"@koishijs/utils": "^5.0.0",
"fastest-levenshtein": "^1.0.12",
"schemastery": "^2.3.0"
"schemastery": "^2.4.1"
},
"engines": {
"node": ">=12.0.0"
......@@ -2630,12 +2630,12 @@
}
},
"node_modules/koishi": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.2.tgz",
"integrity": "sha512-nWFYEO6tNLGBmgGYKFYI4oDahTzFKKfoVh/jwtX47EiniMsZLKy3ufn3oe/74kV7jA/qhzTmmHMmffBp14clXQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==",
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.1.2",
"@koishijs/core": "^4.2.0",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
......@@ -2669,9 +2669,9 @@
}
},
"node_modules/koishi-thirdeye": {
"version": "8.1.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.1.5.tgz",
"integrity": "sha512-bW3E0uMO6X9C3M0ZG6nWOYG9Y/oTPye+YFp2z5E7cDK17pZ55yiRNrihGzeJaHFLGRTp+q1R4+JBmxTBLgJNOA==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.2.0.tgz",
"integrity": "sha512-8qC0flqMSIV+17t5/uT2ihmZdBqggt5qdepL6HjjIJStt2phZrzKfPmpzNItCyg8W2zmEPyop5AcYSJWQIV4fg==",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -2679,7 +2679,7 @@
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery": "^2.1.2",
"schemastery-gen": "^2.3.2",
"schemastery-gen": "^2.4.0",
"typed-reflector": "^1.0.9"
},
"peerDependencies": {
......@@ -3580,16 +3580,16 @@
"integrity": "sha512-BBXNUBLlYv3WR0C/EmwMiAUkwv9wWUCwYt13F3wgkoaecAY5JtWTQkHSzZk3UmL+KumfYkCnBIlHxfwFXd4Cyg=="
},
"node_modules/schemastery-gen": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.2.tgz",
"integrity": "sha512-oX50K47WRWrbeXdJ0d4PxWdTZEhzLdQDpnOJ0m2FqI1v4TfmdXKR3/A7qsHxK2Lh7FhMiyscOyK5Jic1obVVnQ==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.4.0.tgz",
"integrity": "sha512-ez+jP+AHXoBXTX+/D0AkQiaw7lWlhSPts5rEGcDwpPuS8C+/Vu/QYm+A0+wMufpJJ+fBv1HoQHXHUcjqkZh0Hw==",
"dependencies": {
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"typed-reflector": "^1.0.8"
},
"peerDependencies": {
"schemastery": "^2.1.2"
"schemastery": "^2.4.1"
}
},
"node_modules/semver": {
......@@ -4552,13 +4552,13 @@
}
},
"@koishijs/core": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.2.tgz",
"integrity": "sha512-YHSfuIP7P3INw9EJ1XgYcypDJGWhw3+lBJ1XbAz8Kpqs3apfgH50WLU7l7CX2APgenunFDScXnJBnKi2CNpSeQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==",
"requires": {
"@koishijs/utils": "^5.0.0",
"fastest-levenshtein": "^1.0.12",
"schemastery": "^2.3.0"
"schemastery": "^2.4.1"
}
},
"@koishijs/utils": {
......@@ -6391,12 +6391,12 @@
}
},
"koishi": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.2.tgz",
"integrity": "sha512-nWFYEO6tNLGBmgGYKFYI4oDahTzFKKfoVh/jwtX47EiniMsZLKy3ufn3oe/74kV7jA/qhzTmmHMmffBp14clXQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==",
"requires": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.1.2",
"@koishijs/core": "^4.2.0",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
......@@ -6424,9 +6424,9 @@
}
},
"koishi-thirdeye": {
"version": "8.1.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.1.5.tgz",
"integrity": "sha512-bW3E0uMO6X9C3M0ZG6nWOYG9Y/oTPye+YFp2z5E7cDK17pZ55yiRNrihGzeJaHFLGRTp+q1R4+JBmxTBLgJNOA==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-8.2.0.tgz",
"integrity": "sha512-8qC0flqMSIV+17t5/uT2ihmZdBqggt5qdepL6HjjIJStt2phZrzKfPmpzNItCyg8W2zmEPyop5AcYSJWQIV4fg==",
"requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -6434,7 +6434,7 @@
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"schemastery": "^2.1.2",
"schemastery-gen": "^2.3.2",
"schemastery-gen": "^2.4.0",
"typed-reflector": "^1.0.9"
}
},
......@@ -7085,9 +7085,9 @@
"integrity": "sha512-BBXNUBLlYv3WR0C/EmwMiAUkwv9wWUCwYt13F3wgkoaecAY5JtWTQkHSzZk3UmL+KumfYkCnBIlHxfwFXd4Cyg=="
},
"schemastery-gen": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.3.2.tgz",
"integrity": "sha512-oX50K47WRWrbeXdJ0d4PxWdTZEhzLdQDpnOJ0m2FqI1v4TfmdXKR3/A7qsHxK2Lh7FhMiyscOyK5Jic1obVVnQ==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/schemastery-gen/-/schemastery-gen-2.4.0.tgz",
"integrity": "sha512-ez+jP+AHXoBXTX+/D0AkQiaw7lWlhSPts5rEGcDwpPuS8C+/Vu/QYm+A0+wMufpJJ+fBv1HoQHXHUcjqkZh0Hw==",
"requires": {
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
......
......@@ -19,19 +19,20 @@
"qqbot",
"cqhttp",
"onebot",
"service:picscontainer"
"impl:pics",
"optional:assets"
],
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-pics/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-pics",
"dependencies": {
"koishi-thirdeye": "^8.1.5",
"koishi-thirdeye": "^8.2.0",
"lodash": "^4.17.21",
"source-map-support": "^0.5.20"
},
"peerDependencies": {
"koishi": "^4.1.1"
"koishi": "^4.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.176",
......@@ -41,7 +42,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.1.2",
"koishi": "^4.2.0",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.6",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment