Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 14, 2020
1 parent 3e8b3e5 commit 6d26711
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/database-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"leveldb"
],
"devDependencies": {
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"@types/leveldown": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/database-sqlite#readme",
"devDependencies": {
"@types/sqlite3": "^3.1.6",
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"koishi-core": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/debug": "^4.1.5",
"@types/ws": "^6.0.4",
"get-port": "^5.1.0",
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"axios": "^0.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"plugin"
],
"devDependencies": {
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"koishi-core": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/ms": "^0.7.31",
"koishi-database-level": "^1.0.4",
"koishi-database-mysql": "^1.0.4",
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"koishi-core": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-teach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"koishi-database-level": "^1.0.4",
"koishi-database-mysql": "^1.0.4",
"koishi-test-utils": "^1.2.0"
"koishi-test-utils": "^2.0.0"
},
"dependencies": {
"koishi-core": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-test-utils",
"description": "Test utilities for Koishi",
"version": "1.2.0",
"version": "2.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 6d26711

Please sign in to comment.