Skip to content

Commit

Permalink
chore: remove ubik from secretjs-esm submodule, use from toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Oct 13, 2023
1 parent b9bea79 commit a789cbb
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 171 deletions.
2 changes: 1 addition & 1 deletion connect/scrt/secretjs-esm
Submodule secretjs-esm updated 4 files
+0 −3 .gitmodules
+1 −1 package.json
+61 −409 pnpm-lock.yaml
+0 −1 ubik
2 changes: 1 addition & 1 deletion ensuite
Submodule ensuite updated 3 files
+1 −1 package.json
+271 −154 pnpm-lock.yaml
+1 −1 toolbox
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,14 @@
"@hackbg/ganesha": { "optional": true }
},
"devDependencies": {
"@fadroma/scrt": "workspace:*",
"@fadroma/scrt": "workspace:*",
"@fadroma/cw": "workspace:*",

"@hackbg/ensuite": "workspace:*",
"@hackbg/ganesha": "workspace:*",
"@hackbg/fadroma": "workspace:*",
"@hackbg/spec": "^1",
"@hackbg/ubik": "workspace:./connect/scrt/secretjs-esm/ubik",
"@types/dockerode": "^3.3.14",
"@types/js-yaml": "^4.0.5",
"@types/node": "latest",
"@types/prettyjson": "^0.0.30",
"@types/prompts": "^2.4.2",
"@types/secure-random": "^1.1.0",
"@hackbg/ubik": "workspace:*",

"body-parser": "^1.20.0",
"concurrently": "7.2.2",
"cross-fetch": "^3.1.5",
Expand All @@ -96,7 +92,14 @@
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"typedoc": "0.24.8",
"typescript": "^5.1.6"
"typescript": "^5.1.6",

"@types/dockerode": "^3.3.14",
"@types/js-yaml": "^4.0.5",
"@types/node": "latest",
"@types/prettyjson": "^0.0.30",
"@types/prompts": "^2.4.2",
"@types/secure-random": "^1.1.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit a789cbb

Please sign in to comment.