Skip to content

Commit 549a12e

Browse files
committed
Increments package version to 0.1.0-alpha.11
1 parent 41c9450 commit 549a12e

File tree

2 files changed

+912
-626
lines changed

2 files changed

+912
-626
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@developmentseed/stac-react",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "React components and hooks for building STAC-API front-ends",
55
"repository": "[email protected]:developmentseed/stac-react.git",
66
"author": "Oliver Roick <[email protected]>",
@@ -11,8 +11,8 @@
1111
"types": "./dist/index.d.ts",
1212
"source": "./src/index.ts",
1313
"peerDependencies": {
14-
"react": "^18.1.0",
15-
"react-dom": "^18.1.0"
14+
"react": ">=18.1.0",
15+
"react-dom": ">=18.1.0"
1616
},
1717
"devDependencies": {
1818
"@rollup/plugin-typescript": "^9.0.2",
@@ -42,5 +42,5 @@
4242
"lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
4343
"build": "rollup -c rollup.config.mjs"
4444
},
45-
"dependencies": {}
46-
}
45+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
46+
}

0 commit comments

Comments
 (0)