Skip to content

Commit

Permalink
Merge pull request #2 from BarthPaleologue/WIP
Browse files Browse the repository at this point in the history
Fixed many issues
  • Loading branch information
BarthPaleologue authored Dec 2, 2023
2 parents 45ae21a + 6882556 commit 38b79c2
Show file tree
Hide file tree
Showing 80 changed files with 1,214 additions and 1,294 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@babylonjs/core": "^6.29.1",
"@babylonjs/gui": "^6.29.1",
"@babylonjs/havok": "^1.2.1",
"@babylonjs/loaders": "^6.29.1",
"@babylonjs/core": "^6.32.0",
"@babylonjs/gui": "^6.32.0",
"@babylonjs/havok": "^1.3.0",
"@babylonjs/loaders": "^6.32.0",
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.10",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@webpack-cli/generators": "^3.0.7",
"babel": "^6.23.0",
"babel-jest": "^29.7.0",
"css-loader": "^6.8.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"extended-random": "^1.2.2",
"fast-simplex-noise": "^4.0.0",
Expand All @@ -27,7 +27,7 @@
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.7.6",
"ml-matrix": "^6.10.8",
"ml-matrix": "^6.11.0",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"sass": "^1.69.5",
Expand All @@ -36,8 +36,9 @@
"style-loader": "^3.3.3",
"terrain-generation": "^1.7.12",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-shader-loader": "^2.0.2",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.2",
Expand Down
Loading

0 comments on commit 38b79c2

Please sign in to comment.