Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 29, 2024
1 parent a39ba58 commit 8d8c5e8
Show file tree
Hide file tree
Showing 2 changed files with 1,047 additions and 551 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strip-literal",
"version": "2.0.0",
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.15.5",
"description": "Strip comments and string literals from JavaScript code",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -41,22 +41,22 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"js-tokens": "^8.0.2"
"js-tokens": "^9.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@antfu/eslint-config": "^2.11.4",
"@antfu/ni": "^0.21.12",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esmo": "^4.0.0",
"pnpm": "^8.13.1",
"@types/node": "^20.11.30",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"esmo": "^4.7.0",
"pnpm": "^8.15.5",
"rimraf": "^5.0.5",
"three": "^0.160.0",
"typescript": "^5.3.3",
"three": "^0.163.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vue": "^3.4.0"
"vite": "^5.2.7",
"vitest": "^1.4.0",
"vue": "^3.4.21"
}
}

0 comments on commit 8d8c5e8

Please sign in to comment.