Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 22cb703

Browse files
committed
upgrade
1 parent 40d76b9 commit 22cb703

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
"activityBarBadge.background": "#057b4e",
99
"activityBarBadge.foreground": "#e7e7e7",
1010
"statusBar.background": "#f69f12",
11-
"statusBar.border": "#f69f12",
1211
"statusBar.foreground": "#15202b",
1312
"statusBarItem.hoverBackground": "#cd8208",
1413
"titleBar.activeBackground": "#f69f12",
1514
"titleBar.activeForeground": "#15202b",
16-
"titleBar.border": "#f69f12",
1715
"titleBar.inactiveBackground": "#f69f1299",
1816
"titleBar.inactiveForeground": "#15202b99"
1917
},
2018
"peacock.color": "#f69f12"
21-
}
19+
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
},
1919
"author": "Fabian Morón Zirfas",
2020
"license": "MIT",
21-
"devDependencies": {},
21+
"devDependencies": {
22+
"@types/node": "12.12.6"
23+
},
2224
"dependencies": {
2325
"@types/cross-spawn": "6.0.2",
2426
"@types/is-ci": "2.0.0",
2527
"@types/jest": "26.0.14",
2628
"@types/lodash.merge": "4.6.6",
27-
"@types/node": "12.12.62",
2829
"@typescript-eslint/eslint-plugin": "4.2.0",
2930
"@typescript-eslint/parser": "4.2.0",
3031
"cross-env": "7.0.2",

0 commit comments

Comments
 (0)