Skip to content

Commit 13017bd

Browse files
committed
feat(bump): deps rb-base v0.0.5 and form-control v0.0.4
1 parent e9478bc commit 13017bd

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

src/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"flat": true,
3939
"dependencies": {
40-
"@rapid-build-ui/form-control": "^0.0.3",
41-
"@rapid-build-ui/rb-base": "^0.0.4"
40+
"@rapid-build-ui/form-control": "^0.0.4",
41+
"@rapid-build-ui/rb-base": "^0.0.5"
4242
}
4343
}

src/client/yarn.lock

+15-11
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,27 @@
22
# yarn lockfile v1
33

44

5-
"@rapid-build-ui/form-control@^0.0.3":
6-
version "0.0.3"
7-
resolved "https://registry.yarnpkg.com/@rapid-build-ui/form-control/-/form-control-0.0.3.tgz#78ca981f5ae20bb8a07d74efe73b148cdf257c8f"
5+
"@rapid-build-ui/form-control@^0.0.4":
6+
version "0.0.4"
7+
resolved "https://registry.yarnpkg.com/@rapid-build-ui/form-control/-/form-control-0.0.4.tgz#4fe1697548bb642101c9cd357b0733a81584b00c"
8+
integrity sha512-jAgYGDmquc6UQktgPzEvaCx97knTrMUxa+kU55H/hdmaUgblh5C3QFyY2+sqZHxmPZkYa1kijHGz5S3On20Oew==
89
dependencies:
9-
"@rapid-build-ui/rb-base" "^0.0.4"
10+
"@rapid-build-ui/rb-base" "^0.0.5"
1011

11-
"@rapid-build-ui/rb-base@^0.0.4":
12-
version "0.0.4"
13-
resolved "https://registry.yarnpkg.com/@rapid-build-ui/rb-base/-/rb-base-0.0.4.tgz#7461055bdb1135dfb6652ccea08eb42b1b55a45d"
12+
"@rapid-build-ui/rb-base@^0.0.5":
13+
version "0.0.5"
14+
resolved "https://registry.yarnpkg.com/@rapid-build-ui/rb-base/-/rb-base-0.0.5.tgz#dfb60084d78c40a762c59e25c07a9660b657b1e9"
15+
integrity sha512-BD4KXPJSVeHy3uRtWW5ofRK7vdTNP67xrEnMppjbDcVak9lBF19wetIX7ovDivlTywp2QPkNnST/OViF1LVQtg==
1416
dependencies:
15-
lit-html "^0.11.4"
17+
lit-html "^0.13.0"
1618
skatejs "^5.2.4"
1719

18-
lit-html@^0.11.4:
19-
version "0.11.4"
20-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-0.11.4.tgz#fa397d2b2f2d0523ebc136e5a1699aa4e9346152"
20+
lit-html@^0.13.0:
21+
version "0.13.0"
22+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-0.13.0.tgz#d05e7fe8ade572432120339c451c614669788adf"
23+
integrity sha512-p3R2ji/ucNVG5skguy8WufmSYIdMiTTb9ObUVYM2bOuvIXzDnUiePXGwP5BDbKssW1K6fw1Oj/M07FzdPLsTXw==
2124

2225
skatejs@^5.2.4:
2326
version "5.2.4"
2427
resolved "https://registry.yarnpkg.com/skatejs/-/skatejs-5.2.4.tgz#945f1451ffb2ed801d19e9baa03f0a259eb84e9e"
28+
integrity sha512-Ygd4bB6VTiSFeVpry9R/EWej+/PGrYhO1eMMwsxDaBLMkzXfZRm0CHvggb7RAMEr0VCMc5cBt58I6IU0q6GLvw==

0 commit comments

Comments
 (0)