Skip to content

Commit

Permalink
upgrading packages and prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 20, 2023
1 parent e758ea5 commit bf539c6
Show file tree
Hide file tree
Showing 12 changed files with 474 additions and 310 deletions.
4 changes: 2 additions & 2 deletions dist/ARnft.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"devDependencies": {
"@types/node": "^18.13.0",
"@types/stats.js": "^0.17.0",
"@types/uuid": "^9.0.1",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"@types/uuid": "^9.0.7",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"stats.js": "^0.17.0",
"ts-loader": "^9.4.2",
"typedoc": "^0.23.26",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.3",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"scripts": {
Expand All @@ -59,9 +59,9 @@
"license": "LGPL-3.0",
"resolutions": {},
"dependencies": {
"@webarkit/jsartoolkit-nft": "^1.4.0",
"@webarkit/jsartoolkit-nft": "^1.6.0",
"@webarkit/oneeurofilter-ts": "^0.1.0",
"terser-webpack-plugin": "^5.3.6",
"uuid": "^9.0.0"
"terser-webpack-plugin": "^5.3.9",
"uuid": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion dist/src/ARnft.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/NFTWorker.js.map

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

2 changes: 1 addition & 1 deletion dist/src/Worker.js

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

Loading

0 comments on commit bf539c6

Please sign in to comment.