Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jun 3, 2023
1 parent 6641b95 commit fed865a
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 140 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -6,20 +6,20 @@
"license": "MIT",
"devDependencies": {
"@types/minimist": "1.2.2",
"@types/node": "20.1.0",
"@types/node": "20.2.5",
"@types/normalize-path": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"clean-release": "2.18.0",
"clean-scripts": "1.21.1",
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-plantain": "2.0.0",
"markdownlint-cli": "0.34.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"tsconfig-plantain": "0.0.2",
"typescript": "5.0.4",
"typescript": "5.1.3",
"vscode": "1.1.37"
},
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/checker.ts
Expand Up @@ -849,7 +849,5 @@ const skippedNodeKinds = new Set([
ts.SyntaxKind.NotEmittedStatement,
ts.SyntaxKind.PartiallyEmittedExpression,
ts.SyntaxKind.CommaListExpression,
ts.SyntaxKind.MergeDeclarationMarker,
ts.SyntaxKind.EndOfDeclarationMarker,
ts.SyntaxKind.Count,
])
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Expand Up @@ -25,7 +25,7 @@
"ts-plugin-type-coverage": "^2.18.2"
},
"devDependencies": {
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"keywords": [
"type",
Expand Down

0 comments on commit fed865a

Please sign in to comment.