Skip to content

Commit a756ef1

Browse files
committed
chore(deps): bump
1 parent 130018a commit a756ef1

File tree

5 files changed

+250
-243
lines changed

5 files changed

+250
-243
lines changed

.changeset/wicked-dragons-win.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@apitree.cz/testing-library': patch
3+
'@apitree.cz/eslint-config': patch
4+
'@apitree.cz/vitest-config': patch
5+
---
6+
7+
Bump deps

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@eslint/js": "^9.39.1",
6565
"@next/eslint-plugin-next": "^16.0.1",
6666
"@typescript-eslint/parser": "^8.46.3",
67-
"@vitest/eslint-plugin": "^1.3.26",
67+
"@vitest/eslint-plugin": "^1.4.2",
6868
"eslint-config-prettier": "^10.1.8",
6969
"eslint-config-turbo": "^2.6.0",
7070
"eslint-import-resolver-typescript": "^4.4.4",
@@ -75,7 +75,7 @@
7575
"eslint-plugin-mdx": "^3.6.2",
7676
"eslint-plugin-react": "^7.37.5",
7777
"eslint-plugin-react-hooks": "^7.0.1",
78-
"eslint-plugin-storybook": "^10.0.3",
78+
"eslint-plugin-storybook": "^10.0.6",
7979
"eslint-plugin-testing-library": "^7.12.0",
8080
"eslint-plugin-turbo": "^2.6.0",
8181
"eslint-plugin-unicorn": "^62.0.0",
@@ -87,9 +87,9 @@
8787
"@apitree.cz/vitest-config": "workspace:*",
8888
"eslint": "^9.39.1",
8989
"react": "^19.1.1",
90-
"storybook": "^10.0.3",
90+
"storybook": "^10.0.6",
9191
"typescript": "^5.8.3",
92-
"vitest": "^4.0.6"
92+
"vitest": "^4.0.8"
9393
},
9494
"peerDependencies": {
9595
"eslint": "^9.39.0",

packages/testing-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react-dom": "^19.1.7",
6161
"react": "^19.1.1",
6262
"react-dom": "^19.1.1",
63-
"vitest": "^4.0.6"
63+
"vitest": "^4.0.8"
6464
},
6565
"peerDependencies": {
6666
"@testing-library/react": "^16.2.0",

packages/vitest-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
"ts": "tsc --build tsconfig.lib.json"
5757
},
5858
"dependencies": {
59-
"@swc/core": "^1.15.0",
59+
"@swc/core": "^1.15.1",
6060
"@vitejs/plugin-react": "^5.0.0",
61-
"@vitest/coverage-v8": "^4.0.6",
61+
"@vitest/coverage-v8": "^4.0.8",
6262
"unplugin-swc": "^1.5.5",
63-
"vite": "^7.1.12"
63+
"vite": "^7.2.2"
6464
},
6565
"devDependencies": {
6666
"jsdom": "^27.0.0",
67-
"vitest": "^4.0.6"
67+
"vitest": "^4.0.8"
6868
},
6969
"peerDependencies": {
7070
"jsdom": "^27.0.0",

0 commit comments

Comments
 (0)