Skip to content

Commit

Permalink
fix: use latest version instead of local dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Feb 26, 2024
1 parent 06189d6 commit 8ff028c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/react-ts-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^6.1.6",
"tlsn-js": "../../../tlsn-js"
"tlsn-js": "0.1.0-alpha.4.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
Expand Down
15 changes: 13 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test": "npm run build:test && npm run run:test"
},
"dependencies": {
"@extism/extism": "^1.0.2",
"comlink": "^4.4.1"
},
"devDependencies": {
Expand Down Expand Up @@ -71,4 +72,4 @@
"engines": {
"node": ">= 16.20.2"
}
}
}

0 comments on commit 8ff028c

Please sign in to comment.