Skip to content

Commit 369f341

Browse files
chore: update devDependencies (#2435)
Co-authored-by: aminya <[email protected]> Co-authored-by: Amin Yahyaabadi <[email protected]>
1 parent 9b73b1e commit 369f341

File tree

5 files changed

+1774
-1755
lines changed

5 files changed

+1774
-1755
lines changed

lib/code-context-builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ export default class CodeContextBuilder {
8181
return codeContext
8282
} // eslint-disable-next-line class-methods-use-this
8383

84-
/** @deprecated use {getShebang} function */ getShebang(arg) {
84+
/** @deprecated Use {getShebang} function */ getShebang(arg) {
8585
return getShebang(arg)
8686
} // eslint-disable-next-line class-methods-use-this
8787

88-
/** @deprecated use {getLang} function */ getLang(arg) {
88+
/** @deprecated Use {getLang} function */ getLang(arg) {
8989
return getLang(arg)
9090
}
9191

lib/command-context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class CommandContext {
4848
return commandContext
4949
} // eslint-disable-next-line class-methods-use-this
5050

51-
/** @deprecated use {quoteArguments} function */
51+
/** @deprecated Use {quoteArguments} function */
5252
/* eslint-disable-next-line class-methods-use-this */
5353
quoteArguments(args) {
5454
return quoteArguments(args)

lib/grammar-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const GrammarUtils = {
7171
return ["-c", command]
7272
},
7373

74-
/** get workingDirectory */
74+
/** Get workingDirectory */
7575
workingDirectory() {
7676
const textEditor = atom.workspace.getActiveTextEditor()
7777
if (textEditor !== undefined) {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
},
3838
"devDependencies": {
3939
"@types/atom": "^1.40.10",
40-
"@types/jasmine": "^3.6.7",
41-
"@types/node": "^14.14.35",
40+
"@types/jasmine": "^3.6.10",
41+
"@types/node": "^15.0.1",
4242
"@types/rimraf": "^3.0.0",
43-
"@types/temp": "^0.8.34",
44-
"@types/underscore": "^1.11.0",
43+
"@types/temp": "^0.9.0",
44+
"@types/underscore": "^1.11.2",
4545
"@types/uuid": "^8.3.0",
46-
"eslint": "^7.22.0",
47-
"eslint-config-atomic": "^1.12.4",
46+
"eslint": "^7.25.0",
47+
"eslint-config-atomic": "^1.14.3",
4848
"prettier": "^2.2.1",
49-
"prettier-config-atomic": "^1.0.1"
49+
"prettier-config-atomic": "^2.0.3"
5050
},
5151
"activationCommands": {
5252
"atom-text-editor": [

0 commit comments

Comments
 (0)