Skip to content

Commit

Permalink
fix(*): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 22, 2024
1 parent a759986 commit 3703c72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"www"
],
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/node": "^22.5.2",
"@changesets/cli": "^2.27.8",
"@types/node": "^22.5.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]",
"license": "MIT"
Expand Down
16 changes: 8 additions & 8 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
},
"license": "MIT",
"devDependencies": {
"@happy-dom/global-registrator": "^15.7.3",
"@happy-dom/global-registrator": "^15.7.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/bun": "^1.1.8",
"@types/react": "^18.3.4",
"@types/bun": "^1.1.10",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/sinonjs__fake-timers": "^8.1.5",
"jsdom": "^25.0.0",
"playwright": "^1.47.0",
"jsdom": "^25.0.1",
"playwright": "^1.47.2",
"react": "^18.3.1",
"svelte": "^4.2.19",
"tinyspy": "^3.0.0",
"typescript": "^5.5.4",
"tinyspy": "^3.0.2",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"@sinonjs/fake-timers": "^13.0.1"
"@sinonjs/fake-timers": "^13.0.2"
}
}

0 comments on commit 3703c72

Please sign in to comment.