Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 9, 2024
1 parent 30ec418 commit 2b2f1a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@commoners/serial": "0.0.55",
"@commoners/solidarity": "0.0.59",
"@commoners/splash-screen": "0.0.55",
"@commoners/testing": "0.0.58",
"@commoners/testing": "0.0.59",
"@commoners/windows": "0.0.58",
"@vitest/coverage-v8": "^2.0.3",
"search-insights": "^2.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commoners/testing",
"version": "0.0.58",
"version": "0.0.59",
"license": "MIT",
"type": "module",
"main": "./dist/main.cjs",
Expand All @@ -21,7 +21,7 @@
"postinstall": "pnpm exec playwright install chromium"
},
"dependencies": {
"@commoners/solidarity": "^0.0.58",
"@commoners/solidarity": "^0.0.59",
"playwright": "^1.48.0",
"vite": "^5.4.2",
"vitest": "^2.0.3"
Expand Down

0 comments on commit 2b2f1a1

Please sign in to comment.