Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
koishi-decorators
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vlssu
koishi-decorators
Commits
d5c89d69
Commit
d5c89d69
authored
Feb 01, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump
parent
c655f65f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
package-lock.json
package-lock.json
+21
-21
package.json
package.json
+1
-1
No files found.
package-lock.json
View file @
d5c89d69
...
...
@@ -28,7 +28,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^27.4.7",
"koishi"
:
"^4.1.
0
"
,
"koishi": "^4.1.
1
",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"supertest": "^6.2.2",
...
...
@@ -999,9 +999,9 @@
}
},
"node_modules/@koishijs/core": {
"version"
:
"4.1.
0
"
,
"resolved"
:
"https://registry.npmjs.org/@koishijs/core/-/core-4.1.
0
.tgz"
,
"integrity"
:
"sha512-
f9SSEHxYt5OixXLhX0W9ME36JLQxdb8gwv8R5YOAd4y1IYchOX3qVfbnhRCd41SHUaKLhRWMBzwnl9R1dmqm4A
=="
,
"version": "4.1.
1
",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.
1
.tgz",
"integrity": "sha512-
UjlqQzT/xjpZPz7sNGdzzSFNUqCr9MgFfPBWZ9lcZ0qkpag9+j8aSW4BVH2q0ZTXoPrTArXTnesBSPpDN4k13g
==",
"dev": true,
"dependencies": {
"@koishijs/utils": "^5.0.0",
...
...
@@ -4751,13 +4751,13 @@
}
},
"node_modules/koishi": {
"version"
:
"4.1.
0
"
,
"resolved"
:
"https://registry.npmjs.org/koishi/-/koishi-4.1.
0
.tgz"
,
"integrity"
:
"sha512-
jS1IWN5gi1GTUmoZ9bUxez6mIrGCPE/huVHEcF8uq1Fu2nzxlH8J9Xc5GD/UNzlyarB9/7fcOyOpv+K//uCM0A
=="
,
"version": "4.1.
1
",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.
1
.tgz",
"integrity": "sha512-
bYUJJzImHNNtV+2tO8WNsuPCCfa84PzB3AKbZSqTPCDFWb/0JsqcpNhZZZB4Os/xkauxznVpPh3XVJafLcBcqg
==",
"dev": true,
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core"
:
"^4.1.
0
"
,
"@koishijs/core": "^4.1.
1
",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
...
...
@@ -5777,9 +5777,9 @@
}
},
"node_modules/schemastery": {
"version"
:
"2.
1.3
"
,
"resolved"
:
"https://registry.npmjs.org/schemastery/-/schemastery-2.
1.3
.tgz"
,
"integrity"
:
"sha512-
AH6dgucxUSkuK/LvIJtPor8/6KCEq5L9weD5JQJ6/HEDFqD4KbO7NqQsJmbW4TKubZ4FtPj7eXSEaz5nie+y+
A=="
,
"version": "2.
2.0
",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.
2.0
.tgz",
"integrity": "sha512-
Nn3RGNn0SBptNr8wRI4WteUj3OUrXm6zBm2mRQY81sIZHsKTbrPoBgu8TzjSSFJ/WlvHREZ6IOqiULEq2AIeG
A==",
"dev": true
},
"node_modules/semver": {
...
...
@@ -7559,9 +7559,9 @@
}
},
"@koishijs/core": {
"version"
:
"4.1.
0
"
,
"resolved"
:
"https://registry.npmjs.org/@koishijs/core/-/core-4.1.
0
.tgz"
,
"integrity"
:
"sha512-
f9SSEHxYt5OixXLhX0W9ME36JLQxdb8gwv8R5YOAd4y1IYchOX3qVfbnhRCd41SHUaKLhRWMBzwnl9R1dmqm4A
=="
,
"version": "4.1.
1
",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.1.
1
.tgz",
"integrity": "sha512-
UjlqQzT/xjpZPz7sNGdzzSFNUqCr9MgFfPBWZ9lcZ0qkpag9+j8aSW4BVH2q0ZTXoPrTArXTnesBSPpDN4k13g
==",
"dev": true,
"requires": {
"@koishijs/utils": "^5.0.0",
...
...
@@ -10444,13 +10444,13 @@
}
},
"koishi": {
"version"
:
"4.1.
0
"
,
"resolved"
:
"https://registry.npmjs.org/koishi/-/koishi-4.1.
0
.tgz"
,
"integrity"
:
"sha512-
jS1IWN5gi1GTUmoZ9bUxez6mIrGCPE/huVHEcF8uq1Fu2nzxlH8J9Xc5GD/UNzlyarB9/7fcOyOpv+K//uCM0A
=="
,
"version": "4.1.
1
",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.1.
1
.tgz",
"integrity": "sha512-
bYUJJzImHNNtV+2tO8WNsuPCCfa84PzB3AKbZSqTPCDFWb/0JsqcpNhZZZB4Os/xkauxznVpPh3XVJafLcBcqg
==",
"dev": true,
"requires": {
"@koa/router": "^10.1.1",
"@koishijs/core"
:
"^4.1.
0
"
,
"@koishijs/core": "^4.1.
1
",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
...
...
@@ -11195,9 +11195,9 @@
}
},
"schemastery": {
"version"
:
"2.
1.3
"
,
"resolved"
:
"https://registry.npmjs.org/schemastery/-/schemastery-2.
1.3
.tgz"
,
"integrity"
:
"sha512-
AH6dgucxUSkuK/LvIJtPor8/6KCEq5L9weD5JQJ6/HEDFqD4KbO7NqQsJmbW4TKubZ4FtPj7eXSEaz5nie+y+
A=="
,
"version": "2.
2.0
",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.
2.0
.tgz",
"integrity": "sha512-
Nn3RGNn0SBptNr8wRI4WteUj3OUrXm6zBm2mRQY81sIZHsKTbrPoBgu8TzjSSFJ/WlvHREZ6IOqiULEq2AIeG
A==",
"dev": true
},
"semver": {
...
...
package.json
View file @
d5c89d69
...
...
@@ -51,7 +51,7 @@
"
eslint-config-prettier
"
:
"
^8.3.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.4.1
"
,
"
jest
"
:
"
^27.4.7
"
,
"
koishi
"
:
"
^4.1.
0
"
,
"
koishi
"
:
"
^4.1.
1
"
,
"
prettier
"
:
"
^2.5.1
"
,
"
rimraf
"
:
"
^3.0.2
"
,
"
supertest
"
:
"
^6.2.2
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment