Skip to content

Commit 7925c6d

Browse files
authored
update react-pattern-ui to 2.3.0 (#47)
- update react-pattern-ui to 2.3.0
1 parent c0f22ac commit 7925c6d

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+
### Changed
11+
12+
- Updated react-pattern-ui to 2.3.0
13+
1014
## [3.0.0] - 2023-07-26
1115

1216
# Changed

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.2.1"
48+
"@neolution-ch/react-pattern-ui": "^2.3.0"
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.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==
1742+
"@neolution-ch/react-pattern-ui@^2.3.0":
1743+
version "2.3.0"
1744+
resolved "https://registry.yarnpkg.com/@neolution-ch/react-pattern-ui/-/react-pattern-ui-2.3.0.tgz#796d76246ea38e9590a0387e24ba918ab921f6ca"
1745+
integrity sha512-5WkV9gknnHDBTONIpjTUjvj3kcONzWtuybJb65+CPrp7OMjVvc1XnG/rG/oxl0mYaiNSHwqTIRHSa+H9gQb61w==
17461746
dependencies:
17471747
classnames "^2.3.2"
17481748

0 commit comments

Comments
 (0)