Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed May 11, 2024
1 parent a3b5100 commit 549235f
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 503 deletions.
433 changes: 245 additions & 188 deletions core/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"base-types": "file:../base-types/base-types-1.0.0.tgz",
"dotenv": "^16.4.5",
"express": "4.19.2",
"minecraft-data": "3.64.1",
"minecrafthawkeye": "1.3.7",
"mineflayer": "4.20.0",
"minecraft-data": "3.65.0",
"minecrafthawkeye": "1.3.9",
"mineflayer": "4.20.1",
"mineflayer-pathfinder": "2.4.5",
"mineflayer-statemachine": "1.7.0",
"mineflayer-web-inventory": "1.8.5",
Expand All @@ -38,19 +38,19 @@
"vec3": "0.1.10"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/async": "^3.2.24",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/events": "^3.0.3",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.1",
"@types/mocha": "^10.0.6",
"@types/uuid": "^9.0.8",
"babel-plugin-module-resolver": "^5.0.0",
"chai": "^5.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"chai": "^5.1.1",
"events": "^3.3.0",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
Expand All @@ -62,7 +62,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslint": "^6.1.3",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 549235f

Please sign in to comment.