Skip to content

Commit

Permalink
Update rollup and esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 1, 2024
1 parent ffeebbd commit 04e74f3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 179 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"test": "vitest run -c .config/vite.config.ts"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"esbuild": "^0.17.19",
"esbuild": "^0.24.0",
"eslint": "^8.56.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "2.8.4",
"prettier-plugin-import-sort": "^0.0.7",
"rollup": "^3.29.4",
"rollup-plugin-esbuild": "^5.0.0",
"rollup": "^4.28.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-replace": "^2.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit 04e74f3

Please sign in to comment.