Skip to content

Commit c101af2

Browse files
authored
Update dependencies (#390)
1 parent ce2ebb0 commit c101af2

File tree

5 files changed

+472
-448
lines changed

5 files changed

+472
-448
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"homepage": "https://github.com/databricks/databricks-vscode#readme",
3333
"packageManager": "yarn@3.2.1",
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "^5.48.1",
35+
"@typescript-eslint/eslint-plugin": "^5.49.0",
3636
"@typescript-eslint/parser": "^5.48.1",
3737
"conventional-changelog-cli": "^2.2.2",
38-
"eslint": "^8.31.0",
38+
"eslint": "^8.32.0",
3939
"eslint-config-prettier": "^8.6.0",
4040
"eslint-plugin-no-only-tests": "^3.1.0",
4141
"ts-mockito": "^2.6.1",

packages/databricks-sdk-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@types/sinonjs__fake-timers": "^8.1.2",
4747
"@types/tmp": "^0.2.3",
4848
"@types/uuid": "^9.0.0",
49-
"eslint": "^8.31.0",
49+
"eslint": "^8.32.0",
5050
"mocha": "^10.2.0",
5151
"nyc": "^15.1.0",
52-
"prettier": "^2.8.2",
52+
"prettier": "^2.8.3",
5353
"tmp-promise": "^3.0.3",
5454
"ts-loader": "^9.4.2",
5555
"ts-mocha": "^10.0.0",

packages/databricks-vscode-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@types/vscode": "^1.74.0",
27-
"eslint": "^8.31.0",
28-
"prettier": "^2.8.2",
27+
"eslint": "^8.32.0",
28+
"prettier": "^2.8.3",
2929
"typescript": "^4.9.4"
3030
},
3131
"dependencies": {

packages/databricks-vscode/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
"@istanbuljs/nyc-config-typescript": "^1.0.2",
551551
"@sinonjs/fake-timers": "^10.0.2",
552552
"@types/fs-extra": "^11.0.1",
553-
"@types/glob": "^8.0.0",
553+
"@types/glob": "^8.0.1",
554554
"@types/ini": "^1.3.31",
555555
"@types/mocha": "^10.0.1",
556556
"@types/mock-require": "^2.0.1",
@@ -559,23 +559,23 @@
559559
"@types/tmp": "^0.2.3",
560560
"@types/triple-beam": "^1.3.2",
561561
"@types/vscode": "^1.69.1",
562-
"@types/yargs": "^17.0.19",
563-
"@typescript-eslint/eslint-plugin": "^5.48.1",
562+
"@types/yargs": "^17.0.20",
563+
"@typescript-eslint/eslint-plugin": "^5.49.0",
564564
"@typescript-eslint/parser": "^5.48.1",
565565
"@vscode/test-electron": "^2.2.2",
566566
"@wdio/cli": "^7.29.1",
567567
"@wdio/local-runner": "^7.29.1",
568568
"@wdio/mocha-framework": "^7.26.0",
569569
"@wdio/spec-reporter": "^7.29.1",
570570
"@wdio/types": "^7.26.0",
571-
"esbuild": "^0.16.16",
572-
"eslint": "^8.31.0",
571+
"esbuild": "^0.16.17",
572+
"eslint": "^8.32.0",
573573
"fs-extra": "^11.1.0",
574-
"glob": "^8.0.3",
574+
"glob": "^8.1.0",
575575
"mocha": "^10.2.0",
576576
"mock-require": "^3.0.3",
577577
"nyc": "^15.1.0",
578-
"prettier": "^2.8.2",
578+
"prettier": "^2.8.3",
579579
"tmp-promise": "^3.0.3",
580580
"ts-mockito": "^2.6.1",
581581
"ts-node": "^10.9.1",
@@ -604,4 +604,4 @@
604604
],
605605
"report-dir": "coverage"
606606
}
607-
}
607+
}

0 commit comments

Comments
 (0)