Skip to content

Commit

Permalink
build: update [email protected] (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
behoney authored Oct 5, 2024
1 parent 79d4290 commit fd11096
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 18 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-geojson-map",
"version": "0.1.4",
"version": "0.1.5",
"description": "A library for declarative geospatial visualization using React Fiber and OpenLayers",
"main": "dist/react-geojson-map.umd.js",
"module": "dist/react-geojson-map.es.js",
Expand All @@ -13,6 +13,7 @@
"test": "pnpm run dev & playwright test; kill $!",
"build:docs": "npx astro build --root ./docs"
},
"homepage": "https://behoney.github.io/react-geojson-map/",
"repository": {
"type": "git",
"url": "https://github.com/behoney/react-geojson-map.git"
Expand All @@ -36,6 +37,7 @@
"@astrojs/react": "^3.6.2",
"@eslint/js": "^9.9.0",
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-reconciler": "^0.28.8",
Expand All @@ -51,7 +53,5 @@
},
"files": [
"dist"
],
"dependencies": {
}
]
}
44 changes: 30 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit fd11096

Please sign in to comment.