Skip to content

Commit fe26eb2

Browse files
committed
chore: monorepo configuration
1 parent e22240e commit fe26eb2

File tree

7 files changed

+1262
-2027
lines changed

7 files changed

+1262
-2027
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
],
10441044
"scripts": {
10451045
"install:all": "pnpm install && cd ui && pnpm install",
1046-
"build": "tsup",
1046+
"build": "tsup && cd ui && pnpm build",
10471047
"vscode:prepublish": "pnpm build",
10481048
"dev": "pnpm build -- --watch",
10491049
"lint": "eslint --cache ./src --ext .ts --fix",
@@ -1055,24 +1055,24 @@
10551055
"typecheck": "tsc --noEmit"
10561056
},
10571057
"devDependencies": {
1058-
"@types/fs-extra": "^11.0.2",
1059-
"@types/mocha": "^10.0.2",
1058+
"@types/fs-extra": "^11.0.3",
1059+
"@types/mocha": "^10.0.3",
10601060
"@types/node": "20.4.1",
1061-
"@types/util.promisify": "^1.0.5",
1062-
"@types/vscode": "^1.83.0",
1063-
"@typescript-eslint/eslint-plugin": "^6.8.0",
1064-
"@typescript-eslint/parser": "^6.8.0",
1061+
"@types/util.promisify": "^1.0.6",
1062+
"@types/vscode": "^1.83.1",
1063+
"@typescript-eslint/eslint-plugin": "^6.9.0",
1064+
"@typescript-eslint/parser": "^6.9.0",
10651065
"@vscode/test-electron": "^2.3.5",
10661066
"changelogen": "^0.5.5",
1067-
"eslint": "^8.51.0",
1067+
"eslint": "^8.52.0",
10681068
"nuxi-edge": "3.9.1-1697113884.a6acb6a",
10691069
"taze": "^0.11.4",
10701070
"terser": "^5.22.0",
10711071
"tsup": "^7.2.0",
10721072
"typescript": "^5.2.2"
10731073
},
10741074
"dependencies": {
1075-
"@nuxt/schema": "^3.7.4",
1075+
"@nuxt/schema": "^3.8.0",
10761076
"destr": "^2.0.1",
10771077
"fs-extra": "^11.1.1",
10781078
"jiti": "^1.20.0",
@@ -1083,4 +1083,4 @@
10831083
"string-ts": "^1.3.2",
10841084
"util": "^0.12.5"
10851085
}
1086-
}
1086+
}

0 commit comments

Comments
 (0)