Skip to content

Commit

Permalink
feat: update deps (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed May 13, 2024
1 parent 0a59c28 commit bd360a1
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 281 deletions.
12 changes: 6 additions & 6 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": "1.0.2",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"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 @@ -108,8 +108,8 @@
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@types/node": "^20.12.10",
"@vitest/coverage-v8": "^1.5.3",
"@types/node": "^20.12.11",
"@vitest/coverage-v8": "^1.6.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -119,14 +119,14 @@
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"simple-git-hooks": "^2.11.1",
"talljack-eslint-config": "^0.2.4",
"talljack-eslint-config": "^0.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3",
"vitest": "^1.6.0",
"webpack": "^5.91.0"
},
"simple-git-hooks": {
Expand Down
8 changes: 4 additions & 4 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"unplugin-remove": "workspace:^"
},
"devDependencies": {
"@rspack/cli": "^0.6.3",
"@rspack/core": "^0.6.3",
"@rspack/plugin-react-refresh": "^0.6.3",
"@types/react": "^18.3.1",
"@rspack/cli": "^0.6.5",
"@rspack/core": "^0.6.5",
"@rspack/plugin-react-refresh": "^0.6.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"react-refresh": "^0.14.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/webpack": "^5.28.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"serve": "^14.2.3",
"sucrase": "^3.35.0",
"unplugin-remove": "workspace:*",
Expand Down
Loading

0 comments on commit bd360a1

Please sign in to comment.