Skip to content

Commit

Permalink
Release v1.0.3 (#21)
Browse files Browse the repository at this point in the history
* Release v1.0.3

* Update resolutions/peer dependencies

* What if it's dep and dev dep?

* Add resolution
  • Loading branch information
ncovercash authored May 18, 2023
1 parent 3927978 commit f1f31ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for stripes-types

## [1.0.3] (https://github.com/folio-org/stripes-types/tree/v1.0.3) (2023-05-18)

- [STCOM-1152] Add additional `stripes-components` typings
- [STCOR-714] Add `useOkapiKy` typings from `stripes-core`

## [1.0.2] (https://github.com/folio-org/stripes-types/tree/v1.0.2) (2023-05-02)

- [STCOM-1152] Add some `stripes-components` typings
Expand Down
25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Typings for the Stripes framework",
"license": "Apache-2.0",
"repository": "folio-org/stripes-types",
Expand All @@ -20,28 +20,35 @@
"dependencies": {
"@folio/eslint-config-stripes": "^6.4.0",
"@folio/stripes-react-hotkeys": "^3.0.0",
"@types/react": "^17.0.2",
"@types/react-router-dom": "^5.2.0",
"final-form": "^4.20.9",
"ky": "^0.33.3",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"react-final-form": "^6.5.9",
"react-flexbox-grid": "^2.1.2",
"react-intl": "^6.4.1",
"type-fest": "^3.9.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@types/react": "^17.0.2",
"@types/react-router-dom": "^5.2.0",
"eslint": "^8.38.0",
"final-form": "^4.20.9",
"react": "^17.0.2",
"react-intl": "^6.4.1",
"react-router-dom": "^5.2.0",
"react-final-form": "^6.5.9",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "^17.0.2"
},
"peerDependencies": {
"@types/react": "^17.0.2",
"@types/react-router-dom": "^5.2.0",
"final-form": "^4.20.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^6.4.1",
"react-final-form": "^6.5.9",
"react-router-dom": "^5.2.0"
},
"resolutions": {
"@types/react": "^17.0.2"
},
"scripts": {
Expand Down

0 comments on commit f1f31ac

Please sign in to comment.