Skip to content

Commit 656b4dd

Browse files
authored
Merge pull request #410 from ixartz/chromatic-archives-timeout
chore: update dependencies to the latest version
2 parents 1f86047 + 822f19c commit 656b4dd

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"@storybook/test": "^8.6.14",
7777
"@storybook/test-runner": "^0.23.0",
7878
"@tailwindcss/postcss": "^4.1.10",
79-
"@types/node": "^22.15.31",
79+
"@types/node": "^24.0.1",
8080
"@types/pg": "^8.15.4",
8181
"@types/react": "^19.1.8",
8282
"@vitejs/plugin-react": "^4.5.2",
8383
"@vitest/browser": "^3.2.3",
8484
"@vitest/coverage-v8": "^3.2.3",
85-
"@vitest/expect": "^3.1.4",
85+
"@vitest/expect": "^3.2.3",
8686
"checkly": "^5.6.0",
8787
"chromatic": "^12.2.0",
8888
"commitizen": "^4.3.1",
@@ -105,10 +105,10 @@
105105
"semantic-release": "^24.2.5",
106106
"start-server-and-test": "^2.0.12",
107107
"storybook": "^8.6.14",
108-
"tailwindcss": "^4.1.8",
108+
"tailwindcss": "^4.1.10",
109109
"typescript": "^5.8.3",
110110
"vite-tsconfig-paths": "^5.1.4",
111-
"vitest": "^3.1.4",
111+
"vitest": "^3.2.3",
112112
"vitest-browser-react": "^0.2.0"
113113
},
114114
"config": {

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default defineConfig<ChromaticConfig>({
5454
disableAutoSnapshot: true,
5555

5656
// Amount of time each test will wait for the network to be idle
57-
resourceArchiveTimeout: 30 * 1000,
57+
resourceArchiveTimeout: 10 * 1000,
5858
},
5959

6060
projects: [

0 commit comments

Comments
 (0)