Skip to content

Commit

Permalink
v0.17.0 with earcut, which will have to be included in bitbybit/core...
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-bitbybit-dev committed Oct 4, 2024
1 parent 3ad9014 commit 55a6c5c
Show file tree
Hide file tree
Showing 17 changed files with 386 additions and 341 deletions.
173 changes: 92 additions & 81 deletions angular/laptop-holder/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions angular/laptop-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@bitbybit-dev/core": "0.16.5",
"@bitbybit-dev/core": "0.17.0",
"@angular/animations": "13.3.0",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
Expand All @@ -22,7 +22,8 @@
"@angular/router": "13.3.0",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"zone.js": "0.11.5"
"zone.js": "0.11.5",
"earcut": "2.2.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.0",
Expand Down
14 changes: 7 additions & 7 deletions node/basic/package-lock.json

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

2 changes: 1 addition & 1 deletion node/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@bitbybit-dev/occt": "0.16.5"
"@bitbybit-dev/occt": "0.17.0"
},
"devDependencies": {
"concurrently": "^7.6.0",
Expand Down
14 changes: 7 additions & 7 deletions node/express-app/package-lock.json

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

2 changes: 1 addition & 1 deletion node/express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"@bitbybit-dev/occt": "0.16.5",
"@bitbybit-dev/occt": "0.17.0",
"@babylonjs/core": "7.2.1"
},
"type":"module",
Expand Down
92 changes: 49 additions & 43 deletions nuxt/basic/package-lock.json

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

7 changes: 4 additions & 3 deletions nuxt/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@bitbybit-dev/core": "^0.16.5",
"@bitbybit-dev/occt": "^0.16.5",
"@bitbybit-dev/occt-worker": "^0.16.5",
"@bitbybit-dev/core": "^0.17.0",
"@bitbybit-dev/occt": "^0.17.0",
"@bitbybit-dev/occt-worker": "^0.17.0",
"@pinia/nuxt": "^0.5.4",
"earcut": "2.2.3",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"vue": "latest",
Expand Down
30 changes: 15 additions & 15 deletions react/bitbybit-threejs/package-lock.json

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

2 changes: 1 addition & 1 deletion react/bitbybit-threejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://app-store.bitbybit.dev/bitbybit-threejs",
"dependencies": {
"@bitbybit-dev/occt-worker": "0.16.5",
"@bitbybit-dev/occt-worker": "0.17.0",
"three": "0.165.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
Expand Down
Loading

0 comments on commit 55a6c5c

Please sign in to comment.