Skip to content

Commit

Permalink
feat: deps (#23)
Browse files Browse the repository at this point in the history
* feat: deps

* fix: update
  • Loading branch information
Talljack committed Jan 24, 2024
1 parent e49a32d commit 524dccc
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-remove",
"type": "module",
"version": "0.1.7",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"description": "Plugin to remove console.xx and debugger for Vite & Webpack & Esbuild & Rollup",
"license": "MIT",
"homepage": "https://github.com/Talljack/unplugin-remove#readme",
Expand Down Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -95,10 +95,10 @@
"nodemon": "^3.0.3",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"webpack": "^5.89.0"
}
Expand Down
Loading

0 comments on commit 524dccc

Please sign in to comment.