Skip to content

Commit

Permalink
Update All Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 2ca0105 commit e8096ad
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 136 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"autoprefixer": "^10.4.20",
"depcheck": "^1.4.7",
"dts-bundle-generator": "^9.5.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.0",
"playwright": "^1.49.0",
"postcss": "^8.4.49",
Expand All @@ -64,7 +64,7 @@
"vite": "^6.0.3",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8",
"vitest": "^3.0.0",
"wait-on": "^8.0.1"
},
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-seqflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^20.11.24",
"@types/node": "^22.0.0",
"@types/tar": "^6.1.11",
"npm-run-all2": "^7.0.0",
"tsx": "^4.7.1",
Expand All @@ -40,6 +40,6 @@
"dependencies": {
"@types/prompts": "^2.4.9",
"prompts": "^2.4.2",
"tar": "^6.2.0"
"tar": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/seqflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/dom": "^10.4.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.0",
"depcheck": "^1.4.7",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"npm-run-all2": "^7.0.0",
"tsd": "^0.31.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@storybook/icons": "^1.3.0",
"@storybook/manager-api": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@types/node": "^18.19.67",
"@types/node": "^22.0.0",
"biome": "^0.3.3",
"depcheck": "^1.4.7",
"ts-dedent": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^22.10.1",
"@types/prismjs": "^1.26.5",
"chokidar": "^4.0.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"markdown-it": "^14.1.0",
"msw": "^2.6.8",
"npm-run-all2": "^7.0.0",
Expand All @@ -36,7 +36,7 @@
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-markdown": "^2.2.0",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
Expand Down
Loading

0 comments on commit e8096ad

Please sign in to comment.