deps: upgrade npm deps

This commit is contained in:
chenshenhai 2023-08-13 20:04:21 +08:00
parent 042dbf0752
commit 90acbba235
3 changed files with 2605 additions and 2864 deletions

View file

@ -28,50 +28,51 @@
"pu2": "lerna version && npm run build && lerna publish from-git --force-publish"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-json": "^6.0.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.3",
"@types/koa-compose": "^3.2.5",
"@types/node": "^18.15.11",
"@types/node": "^20.4.8",
"@types/serve-handler": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-jest": "^29.5.0",
"canvas": "^2.11.0",
"chalk": "^5.2.0",
"dotenv": "^16.0.3",
"enquirer": "^2.3.6",
"esbuild": "^0.17.15",
"eslint": "^8.37.0",
"execa": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"babel-jest": "^29.6.2",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"dotenv": "^16.3.1",
"enquirer": "^2.4.1",
"esbuild": "^0.18.18",
"eslint": "^8.46.0",
"execa": "^7.2.0",
"fs-extra": "^11.1.1",
"glob": "^9.3.2",
"glob": "^10.3.3",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.0",
"jest-environment-jsdom": "^29.5.0",
"jimp": "^0.22.7",
"jest": "^29.6.2",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.6.2",
"jimp": "^0.22.10",
"koa-compose": "^4.1.0",
"lerna": "^6.6.1",
"less": "^4.1.3",
"lerna": "^7.1.4",
"less": "^4.2.0",
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"puppeteer": "^19.8.2",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"puppeteer": "^21.0.1",
"rollup": "^3.27.2",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"serve-handler": "^6.1.5",
"terser": "^5.16.8",
"ts-morph": "^18.0.0",
"terser": "^5.19.2",
"ts-morph": "^19.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vite-node": "^0.29.8"
}
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-node": "^0.34.1"
},
"__npminstall_done": false
}

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ import ts from 'typescript';
import { Project } from 'ts-morph';
import type { CompilerOptions } from 'ts-morph';
import path from 'path';
import glob from 'glob';
import * as glob from 'glob';
import { packages } from './config';
import { joinPackagePath, joinProjectPath } from './util/project';
import { removeFullDir } from './util/file';