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 Aug 27, 2024
1 parent ff56188 commit 2ac5cf2
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 199 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"license": "MIT",
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/node": "20.14.8",
"@types/node": "22.5.0",
"@types/normalize-path": "3.0.2",
"clean-release": "2.18.0",
"clean-scripts": "1.21.1",
"eslint": "9.5.0",
"eslint": "9.9.1",
"markdownlint-cli": "0.41.0",
"rimraf": "5.0.7",
"rimraf": "6.0.1",
"tsconfig-plantain": "0.0.2",
"tsx": "3.12.10",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"typescript": "5.5.4",
"typescript-eslint": "8.3.0",
"vscode": "1.1.37"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import minimist = require('minimist')
import chalk = require('chalk')
import * as minimist from 'minimist'
import * as chalk from 'chalk'
import * as fs from 'fs'
import * as util from 'util'
import * as path from 'path'
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"fast-glob": "3",
"minimatch": "6 || 7 || 8 || 9",
"minimatch": "6 || 7 || 8 || 9 || 10",
"normalize-path": "3",
"tslib": "1 || 2",
"tsutils": "3"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/tsconfig.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as ts from 'typescript'
import * as fs from 'fs'
import * as path from 'path'
import fg = require('fast-glob')
import normalize = require('normalize-path')
import fg from 'fast-glob'
import normalize from 'normalize-path'

/**
* @public
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ts-plugin-type-coverage": "^2.18.2"
},
"devDependencies": {
"typescript": "5.5.2"
"typescript": "5.5.4"
},
"keywords": [
"type",
Expand Down
Loading

0 comments on commit 2ac5cf2

Please sign in to comment.