Skip to content

Commit 2da9703

Browse files
committed
chore: update dependencies
1 parent b316a57 commit 2da9703

File tree

5 files changed

+185
-147
lines changed

5 files changed

+185
-147
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"devDependencies": {
88
"@types/minimatch": "5.1.2",
99
"@types/minimist": "1.2.2",
10-
"@types/node": "18.14.1",
10+
"@types/node": "18.15.11",
1111
"@types/normalize-path": "3.0.0",
12-
"@typescript-eslint/eslint-plugin": "5.53.0",
13-
"@typescript-eslint/parser": "5.53.0",
12+
"@typescript-eslint/eslint-plugin": "5.57.1",
13+
"@typescript-eslint/parser": "5.57.1",
1414
"clean-release": "2.18.0",
1515
"clean-scripts": "1.21.1",
16-
"eslint": "8.34.0",
17-
"eslint-config-prettier": "8.6.0",
16+
"eslint": "8.37.0",
17+
"eslint-config-prettier": "8.8.0",
1818
"eslint-plugin-plantain": "2.0.0",
1919
"markdownlint-cli": "0.33.0",
20-
"rimraf": "4.1.2",
20+
"rimraf": "4.4.1",
2121
"ts-node": "10.9.1",
2222
"tsconfig-plantain": "0.0.2",
23-
"typescript": "5.0.2",
23+
"typescript": "5.0.4",
2424
"vscode": "1.1.37"
2525
},
2626
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"dependencies": {
1111
"fast-glob": "3",
12-
"minimatch": "3 || 4 || 5 || 6 || 7",
12+
"minimatch": "3 || 4 || 5 || 6 || 7 || 8",
1313
"normalize-path": "3",
1414
"tslib": "1 || 2",
1515
"tsutils": "3"

packages/core/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as ts from 'typescript'
22
import * as path from 'path'
3-
import minimatch = require('minimatch')
3+
import minimatch from 'minimatch'
44
import { getProjectRootNamesAndCompilerOptions } from './tsconfig'
55

66
import {

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ts-plugin-type-coverage": "^2.18.2"
2626
},
2727
"devDependencies": {
28-
"typescript": "5.0.2"
28+
"typescript": "5.0.4"
2929
},
3030
"keywords": [
3131
"type",

0 commit comments

Comments
 (0)