Skip to content

Commit

Permalink
feat: update deps (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed Jul 1, 2024
1 parent 90b0584 commit e497a37
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 664 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@types/node": "^20.14.7",
"@types/node": "^20.14.8",
"@vitest/coverage-v8": "^1.6.0",
"bumpp": "^9.4.1",
"eslint": "^9.5.0",
Expand All @@ -124,7 +124,7 @@
"simple-git-hooks": "^2.11.1",
"talljack-eslint-config": "^0.2.6",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"webpack": "^5.92.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"tslib": "^2.6.3",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"unplugin-remove": "workspace:*",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vite-plugin-inspect": "^0.8.4"
}
}
4 changes: 2 additions & 2 deletions playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"serve": "^14.2.3",
"sucrase": "^3.35.0",
"unplugin-remove": "workspace:*",
"vue": "^3.4.27",
"webpack": "^5.91.0",
"vue": "^3.4.30",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
Expand Down
Loading

0 comments on commit e497a37

Please sign in to comment.