Commit 4d16597c authored by nanahira's avatar nanahira

migrate peerdep

parent b0253964
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -37,12 +37,9 @@ ...@@ -37,12 +37,9 @@
"@aws-sdk/util-format-url": "^3.38.0", "@aws-sdk/util-format-url": "^3.38.0",
"class-transformer": "^0.4.0", "class-transformer": "^0.4.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"schemastery-gen": "^2.4.1", "schemastery-gen": "^2.4.2",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
"peerDependencies": {
"koishi": "^4.2.0"
},
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.6", "@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
...@@ -50,7 +47,6 @@ ...@@ -50,7 +47,6 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.2.0",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
...@@ -58,5 +54,8 @@ ...@@ -58,5 +54,8 @@
"webpack": "^5.61.0", "webpack": "^5.61.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"ws": "^8.3.0" "ws": "^8.3.0"
},
"peerDependencies": {
"koishi": "^4.2.0"
} }
} }
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