Skip to content

Commit 69aa251

Browse files
authored
Update ReactPattern UI to latest version (#41)
1 parent 4a575a5 commit 69aa251

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- update `@neolution-ch/react-pattern-ui` to the latest version (2.2.1)
13+
1014
## [2.6.1] - 2023-06-13
1115

1216
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tsc": "tsc"
4646
},
4747
"dependencies": {
48-
"@neolution-ch/react-pattern-ui": "^2.0.1"
48+
"@neolution-ch/react-pattern-ui": "^2.2.1"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.21.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,10 +1739,10 @@
17391739
call-me-maybe "^1.0.1"
17401740
glob-to-regexp "^0.3.0"
17411741

1742-
"@neolution-ch/react-pattern-ui@^2.0.1":
1743-
version "2.1.1"
1744-
resolved "https://registry.yarnpkg.com/@neolution-ch/react-pattern-ui/-/react-pattern-ui-2.1.1.tgz#50d43c0f6cb45fee55d3ce41493ec17a69c2470c"
1745-
integrity sha512-vYniR8On9VWImULmb9nLXgSz8Uy3AhK3rYLmAr2Q6iXEDWaY+etxwOSJ+pbb1z6GKjKDl1cy1Bzi2uORisUsXg==
1742+
"@neolution-ch/react-pattern-ui@^2.2.1":
1743+
version "2.2.1"
1744+
resolved "https://registry.yarnpkg.com/@neolution-ch/react-pattern-ui/-/react-pattern-ui-2.2.1.tgz#4a1f49bef63455d3f9d1f24a7f01bffb291e7c6b"
1745+
integrity sha512-5nD9/O7ny6NG5mREsjKZu4rX005oEqoAUO9YntuNktMMVuNYh/UbKdJF2MHfwqFTgm1HE4HmHm8qyxjSzCyDKA==
17461746
dependencies:
17471747
classnames "^2.3.2"
17481748

0 commit comments

Comments
 (0)