Skip to content

Commit

Permalink
refa: move mock into frontend plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 20, 2022
1 parent f3718d0 commit 3076bfc
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"@types/node": "^17.0.10",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/sinonjs__fake-timers": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/node": "^17.0.8"
"@types/node": "^17.0.10"
},
"peerDependencies": {
"@koishijs/plugin-mock": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@koishijs/console-builder",
"name": "@koishijs/builder",
"description": "Building utilities for @koishijs/plugin-console",
"version": "1.0.0",
"main": "lib/index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base",
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
Expand Down

0 comments on commit 3076bfc

Please sign in to comment.