Skip to content

Commit

Permalink
Merge pull request #95 from HiveGamesOSS/develop
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
clankstar authored Oct 23, 2024
2 parents 4ae23ae + 7ff4ce3 commit 2cdf4aa
Show file tree
Hide file tree
Showing 70 changed files with 583,019 additions and 103 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported Formats:
- 1.18.0 - 1.18.2
- 1.19.0 - 1.19.4
- 1.20.0 - 1.20.6
- 1.21.0 - 1.21.1
- 1.21.0 - 1.21.2

**Microsoft Creator Docs:**
https://learn.microsoft.com/en-us/minecraft/creator/documents/chunkeroverview?view=minecraft-bedrock-stable
Expand Down
4 changes: 2 additions & 2 deletions app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chunker-electron",
"version": "1.2.0",
"version": "1.3.0",
"description": "Convert worlds between Java and Bedrock.",
"private": true,
"main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"author": "Hive Games Limited",
"license": "MIT",
"devDependencies": {
"electron": "32.1.2",
"electron": "33.0.1",
"electron-builder": "25.0.5",
"git-last-commit": "^1.0.1"
},
Expand Down
59 changes: 32 additions & 27 deletions app/package-lock.json

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

6 changes: 3 additions & 3 deletions app/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"base64-arraybuffer": "^1.0.2",
"chroma-js": "^3.1.1",
"chroma-js": "^3.1.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
Expand All @@ -24,10 +24,10 @@
"leaflet-mouse-position": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"react-select": "^5.8.1",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "^15.6.1",
"seedrandom": "^3.0.5"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 2cdf4aa

Please sign in to comment.