Skip to content

Commit

Permalink
deps: Update dev and test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 22, 2024
1 parent 460e1b6 commit 799d5e0
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 199 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ts-node": "^10.9.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"funding": {
"type": "ko-fi",
Expand Down
2 changes: 1 addition & 1 deletion packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"debug": "^4.3.4",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"filesize": "^10.1.0",
"filesize": "^10.1.1",
"ink": "^4.4.1",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scenarios/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "vite build --outDir build"
},
"devDependencies": {
"vite": "^5.1.4"
"vite": "^5.2.11"
}
}
2 changes: 1 addition & 1 deletion scenarios/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "webpack build ../index.js --mode development --output-path ./build --no-devtool"
},
"devDependencies": {
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit 799d5e0

Please sign in to comment.