mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
⬆️ Upgrade to bluelib@4
This commit is contained in:
parent
5cc6c6401d
commit
4971067b6a
5 changed files with 7 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "bluelib"]
|
||||
path = src/bluelib
|
||||
url = https://github.com/Steffo99/bluelib
|
|
@ -1,6 +1,6 @@
|
|||
# `bluelib-react`
|
||||
|
||||
React bindings for [`bluelib@3`](https://github.com/Steffo99/bluelib)
|
||||
React bindings for [`bluelib@4`](https://github.com/Steffo99/bluelib)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@steffo/bluelib": "^4.0.1",
|
||||
"classnames": "^2.3.1",
|
||||
"color": "https://github.com/Steffo99/color",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0ff9ba0a2bc22f0a278e1568cd5a6cb5a179dffd
|
|
@ -1789,6 +1789,11 @@
|
|||
dependencies:
|
||||
"@sinonjs/commons" "^1.7.0"
|
||||
|
||||
"@steffo/bluelib@^4.0.1":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmjs.org/@steffo/bluelib/-/bluelib-4.0.1.tgz#addd4f53d938e25299fa9a75239d4ab41acc575e"
|
||||
integrity sha512-LQdQLuLZIlifvEmenTkwVWVFrULuKJA6NK1qav2kiL8haG8NT2TAes2G/r2x1U2ycIFwJTsJnJ6BPLxhTxXGgg==
|
||||
|
||||
"@storybook/addon-actions@6.4.18", "@storybook/addon-actions@^6.3.7":
|
||||
version "6.4.18"
|
||||
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.4.18.tgz#e997060e1b0af62f9f831301a56a3addfc1f1365"
|
||||
|
|
Loading…
Reference in a new issue