Commit dbb6a820 authored by nanahira's avatar nanahira

move ts version

parent 9a2f30e0
Pipeline #23521 failed with stages
in 36 seconds
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"typescript": "^4.8.2" "typescript": "4.9"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
...@@ -3107,9 +3107,9 @@ ...@@ -3107,9 +3107,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.8.2", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"typescript": "^4.8.2" "typescript": "4.9"
}, },
"dependencies": { "dependencies": {
"@koishijs/loader": "^3.1.1", "@koishijs/loader": "^3.1.1",
......
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