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

Commit ad76422

Browse files
committed
Bump dependencies (#5560)
1 parent cd839d1 commit ad76422

File tree

4 files changed

+765
-806
lines changed

4 files changed

+765
-806
lines changed

.stylelintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"function-parentheses-newline-inside": "always-multi-line",
3131
"function-parentheses-space-inside": "never-single-line",
3232
"function-whitespace-after": "always",
33-
"indentation": 2,
3433
"max-empty-lines": 1,
3534
"media-feature-colon-space-after": "always",
3635
"media-feature-colon-space-before": "never",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/types": "^7.0.0-beta.39",
7070
"babylon": "^7.0.0-beta.39",
7171
"codemirror": "^5.28.0",
72-
"devtools-launchpad": "^0.0.116",
72+
"devtools-launchpad": "^0.0.117",
7373
"devtools-linters": "^0.0.4",
7474
"devtools-reps": "^0.20.0",
7575
"devtools-source-map": "^0.14.8",
@@ -112,7 +112,7 @@
112112
"babel-preset-react": "^6.24.1",
113113
"chalk": "^2.1.0",
114114
"copy-paste": "^1.3.0",
115-
"devtools-license-check": "^0.6.0",
115+
"devtools-license-check": "^0.7.0",
116116
"documentation": "^5.2.1",
117117
"enzyme": "^3.3.0",
118118
"enzyme-adapter-react-15": "1.0.5",

src/components/PrimaryPanes/Sources.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
background-color: white;
164164
}
165165

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

0 commit comments

Comments
 (0)