Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Bump dependencies (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Mar 12, 2018
1 parent cd839d1 commit ad76422
Show file tree
Hide file tree
Showing 4 changed files with 765 additions and 806 deletions.
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"function-parentheses-newline-inside": "always-multi-line",
"function-parentheses-space-inside": "never-single-line",
"function-whitespace-after": "always",
"indentation": 2,
"max-empty-lines": 1,
"media-feature-colon-space-after": "always",
"media-feature-colon-space-before": "never",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@babel/types": "^7.0.0-beta.39",
"babylon": "^7.0.0-beta.39",
"codemirror": "^5.28.0",
"devtools-launchpad": "^0.0.116",
"devtools-launchpad": "^0.0.117",
"devtools-linters": "^0.0.4",
"devtools-reps": "^0.20.0",
"devtools-source-map": "^0.14.8",
Expand Down Expand Up @@ -112,7 +112,7 @@
"babel-preset-react": "^6.24.1",
"chalk": "^2.1.0",
"copy-paste": "^1.3.0",
"devtools-license-check": "^0.6.0",
"devtools-license-check": "^0.7.0",
"documentation": "^5.2.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "1.0.5",
Expand Down
4 changes: 3 additions & 1 deletion src/components/PrimaryPanes/Sources.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
background-color: white;
}

.tree:not(.object-inspector) .tree-node[data-expandable="false"] .tree-indent:last-of-type {
.tree:not(.object-inspector)
.tree-node[data-expandable="false"]
.tree-indent:last-of-type {
margin-inline-end: 4px;
}
Loading

0 comments on commit ad76422

Please sign in to comment.