Skip to content

Commit e51e097

Browse files
committed
chore: bump ubik, use new ganesha
1 parent 2dddc12 commit e51e097

File tree

7 files changed

+67
-1706
lines changed

7 files changed

+67
-1706
lines changed

file/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "extends": "../tsconfig.json", "include": ["file.ts"] }
1+
{ "extends": "../tsconfig.json", "include": ["file.ts"], "compilerOptions": { "target": "esnext" } }

ganesha

Submodule ganesha updated 142 files

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"description": "Baseline utilities.",
1414
"devDependencies": {
1515
"@hackbg/ensuite": "workspace:^",
16-
"@hackbg/ganesha": "^4.2.0",
17-
"@hackbg/ubik": "workspace:./ubik",
18-
"@types/node": "latest",
19-
"concurrently": "7.2.2",
20-
"husky": "^8.0.3",
21-
"lint-staged": "^13.3.0",
22-
"typedoc": "^0.25.4",
23-
"typescript": "^5.3.2"
16+
"@hackbg/ganesha": "workspace:./ganesha",
17+
"@hackbg/ubik": "workspace:./ubik",
18+
"@types/node": "latest",
19+
"concurrently": "7.2.2",
20+
"husky": "^8.0.3",
21+
"lint-staged": "^13.3.0",
22+
"typedoc": "^0.25.4",
23+
"typescript": "^5.3.2"
2424
},
2525
"scripts": {
2626
"prepare": "husky install",

0 commit comments

Comments
 (0)