Skip to content

Commit

Permalink
Merge pull request #15 from eyss/ui-update-126
Browse files Browse the repository at this point in the history
UI update 126

node packages updated,
scope element fix
fixed lit-svelte-stores at 0.1.3 and @rollup/plugin-commonjs at 18.0.0 to avoid breakages
clean:node script improved
added package-lock.json to .gitignore (prevents lock in to old dependencies, multi user commit environment)
tested with peer, no console errors
  • Loading branch information
nphias authored May 12, 2022
2 parents 8f255d4 + 5e7921d commit 176e2a7
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 27,024 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dist/
*.zip
.hc*
*.tsbuildinfo
.running
.running
package-lock.json
18 changes: 9 additions & 9 deletions dna/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"@holochain/conductor-api": "0.2.4",
"@holochain-open-dev/core-types": "0.1.1",
"@holochain/client": "0.3.2",
"@holochain-open-dev/core-types": "0.2.0",
"@holochain/tryorama": "0.4.10",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"concurrently": "^6.0.0",
"js-base64": "^3.6.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.32",
"concurrently": "^7.1.0",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"tape": "^5.2.0",
"ts-node": "^9.1.1",
"typescript": "4.3.5"
"tape": "^5.5.3",
"ts-node": "^10.7.0",
"typescript": "4.6.4"
}
}
Loading

0 comments on commit 176e2a7

Please sign in to comment.