Skip to content

Commit 6def850

Browse files
Robert SmithRobert Smith
authored andcommitted
pull in nebula updates bump minor version
1 parent 72cc507 commit 6def850

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebula-react",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "React Components for Nebula CSS",
55
"main": "lib/index.js",
66
"repository": "git@github.com:rbrtsmith/nebula-react.git",
@@ -30,8 +30,8 @@
3030
],
3131
"dependencies": {
3232
"focus-trap-react": "^3.0.3",
33-
"nebula-components": "^0.2.2",
34-
"nebula-css": "^2.7.0",
33+
"nebula-components": "^0.3.0",
34+
"nebula-css": "^2.7.1",
3535
"no-scroll": "^2.1.0"
3636
},
3737
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,15 +2965,15 @@ natural-compare@^1.4.0:
29652965
version "1.4.0"
29662966
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
29672967

2968-
nebula-components@^0.1.1:
2969-
version "0.1.1"
2970-
resolved "https://registry.yarnpkg.com/nebula-components/-/nebula-components-0.1.1.tgz#00f5a7bc92628ac6d50a5293a3462ac0be7aa71f"
2968+
nebula-components@^0.3.0:
2969+
version "0.3.0"
2970+
resolved "https://registry.yarnpkg.com/nebula-components/-/nebula-components-0.3.0.tgz#4defcd55d2762d39d05579f9034a208726908866"
29712971
dependencies:
2972-
nebula-css "^2.6.2"
2972+
nebula-css "^2.7.1"
29732973

2974-
nebula-css@^2.6.2:
2975-
version "2.6.2"
2976-
resolved "https://registry.yarnpkg.com/nebula-css/-/nebula-css-2.6.2.tgz#bf9a1270dadc27bb0e3cc1809280f0d7995b2c68"
2974+
nebula-css@^2.7.1:
2975+
version "2.7.1"
2976+
resolved "https://registry.yarnpkg.com/nebula-css/-/nebula-css-2.7.1.tgz#4346d51e7df74e709a958521d773ecb23f61bb1c"
29772977

29782978
no-scroll@^2.1.0:
29792979
version "2.1.0"

0 commit comments

Comments
 (0)