Skip to content

Commit

Permalink
refactor: upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 16, 2024
1 parent f1f21c5 commit 3200393
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 155 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"bundle-require": "^4.0.0",
"cac": "^6.7.12",
"cac": "^6.7.14",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"debug": "^4.3.5",
"esbuild": "^0.21.4",
"execa": "^5.0.0",
"globby": "^11.0.3",
Expand All @@ -48,14 +48,13 @@
"@microsoft/api-extractor": "^7.38.3",
"@rollup/plugin-json": "6.0.1",
"@swc/core": "1.2.218",
"@types/debug": "4.1.7",
"@types/flat": "5.0.2",
"@types/debug": "4.1.12",
"@types/fs-extra": "11.0.4",
"@types/node": "14.18.12",
"@types/resolve": "1.20.1",
"colorette": "2.0.16",
"consola": "2.15.3",
"flat": "5.0.2",
"@types/node": "20.14.11",
"@types/resolve": "1.20.6",
"colorette": "2.0.20",
"consola": "3.2.3",
"flat": "6.0.1",
"fs-extra": "11.2.0",
"postcss": "8.4.12",
"postcss-simple-vars": "6.0.3",
Expand All @@ -66,8 +65,8 @@
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
"svelte-preprocess": "5.0.3",
"terser": "^5.16.0",
"ts-essentials": "9.1.2",
"terser": "^5.31.3",
"ts-essentials": "10.0.1",
"tsconfig-paths": "3.12.0",
"tsup": "8.1.0",
"typescript": "5.5.3",
Expand Down
Loading

0 comments on commit 3200393

Please sign in to comment.