Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Oct 10, 2023
1 parent 44ad34f commit 695358b
Show file tree
Hide file tree
Showing 5 changed files with 149,035 additions and 47,375 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openbim-clay",
"main": "index.js",
"version": "0.0.3",
"version": "0.0.4",
"author": "antonio gonzalez viegas, quim moya",
"license": "MIT",
"packageManager": "yarn@3.2.1",
Expand Down Expand Up @@ -29,6 +29,7 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "27.0.4",
"openbim-components": "^1.1.2",
"prettier": "^2.3.1",
"rollup": "3.2.3",
"ts-jest": "^27.0.3",
Expand All @@ -37,7 +38,9 @@
},
"dependencies": {
"earcut": "^2.2.4",
"openbim-components": "1.0.0-alpha.102",
"three": "0.152.2"
},
"peerDependencies": {
"openbim-components": "^1.1.2"
}
}
Loading

0 comments on commit 695358b

Please sign in to comment.