Skip to content

Commit

Permalink
fix: wip update packages to beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jun 21, 2024
1 parent 66464d6 commit a7d3c04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "geostyler-rest-bun",
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
Expand All @@ -10,12 +11,17 @@
"@elysiajs/html": "^1.0.2",
"@elysiajs/swagger": "^1.0.5",
"elysia": "^1.0.24",
"geostyler-lyrx-parser": "1.0.0-next.1",
"geostyler-lyrx-parser": "link:geostyler-lyrx-parser",
"geostyler-sld-parser": "^6.0.0-next.8",
"geostyler-qgis-parser": "^2.1.0-next.3",
"geostyler-mapbox-parser": "^6.0.0-next.1",
"geostyler-cql-parser": "4.0.0-beta.5",
"loggisch": "^0.0.1"
},
"overrides": {
"geostyler-cql-parser": "$geostyler-cql-parser"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}
}

0 comments on commit a7d3c04

Please sign in to comment.