Skip to content

Commit

Permalink
Merge pull request #2 from rrdls/main
Browse files Browse the repository at this point in the history
Clean the repository, update all dependencies to the latest version and fix some bugs
  • Loading branch information
rrdls authored Jan 25, 2024
2 parents ac1c4a8 + 53d8e9c commit 03f0979
Show file tree
Hide file tree
Showing 33 changed files with 1,831 additions and 7,261 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
"publish-repo-alpha": "cpy package.json dist && cd dist && npm publish --tag alpha"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@types/earcut": "^2.1.1",
"@types/jest": "27.0.0",
"@types/node": "^14.14.31",
"@types/three": "0.152.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "27.0.4",
"prettier": "^2.3.1",
"rollup": "3.2.3",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/earcut": "^2.1.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"earcut": "^2.2.4",
"three": "0.152.2"
"three": "^0.160.1"
}
}
Loading

0 comments on commit 03f0979

Please sign in to comment.