Skip to content

Commit

Permalink
replacing three.min dev version with 151 stable
Browse files Browse the repository at this point in the history
- upgrading npm packages and new build
  • Loading branch information
kalwalt committed Oct 16, 2024
1 parent 22025fb commit e9478db
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 73 deletions.
4 changes: 2 additions & 2 deletions dist/ARnft.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"url": "https://github.com/webarkit/ARnft/issues"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "22.7.5",
"@types/stats.js": "^0.17.0",
"@types/uuid": "^9.0.7",
"@types/uuid": "10.0.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"stats.js": "^0.17.0",
"rimraf": "5.0.10",
"stats.js": "^1.0.0",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.3",
"typedoc": "0.26.10",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
Expand All @@ -62,6 +62,6 @@
"@webarkit/jsartoolkit-nft": "^1.6.1",
"@webarkit/oneeurofilter-ts": "^0.1.0",
"terser-webpack-plugin": "^5.3.9",
"uuid": "^9.0.1"
"uuid": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/js/third_party/three.js/three.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"url": "https://github.com/webarkit/ARnft/issues"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "22.7.5",
"@types/stats.js": "^0.17.0",
"@types/uuid": "^9.0.7",
"@types/uuid": "10.0.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"stats.js": "^0.17.0",
"rimraf": "5.0.10",
"stats.js": "^1.0.0",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.3",
"typedoc": "0.26.10",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
Expand All @@ -62,6 +62,6 @@
"@webarkit/jsartoolkit-nft": "^1.6.1",
"@webarkit/oneeurofilter-ts": "^0.1.0",
"terser-webpack-plugin": "^5.3.9",
"uuid": "^9.0.1"
"uuid": "10.0.0"
}
}
Loading

0 comments on commit e9478db

Please sign in to comment.