Skip to content

Commit 05f2523

Browse files
chore(deps): update dev dependencies
1 parent eab0c02 commit 05f2523

File tree

4 files changed

+522
-511
lines changed

4 files changed

+522
-511
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@formatjs/cli": "6.7.2",
41-
"@vitejs/plugin-react": "5.0.2",
41+
"@vitejs/plugin-react": "5.0.3",
4242
"eslint-config": "workspace:*",
4343
"http-server": "14.1.1",
4444
"storybook-config": "workspace:*",

configs/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"clean:all": "rimraf dist node_modules"
1111
},
1212
"devDependencies": {
13-
"@eslint/js": "9.34.0",
13+
"@eslint/js": "9.36.0",
1414
"eslint-config-prettier": "10.1.8",
1515
"eslint-plugin-formatjs": "5.4.0",
1616
"eslint-plugin-import": "2.32.0",
1717
"eslint-plugin-prettier": "5.5.4",
1818
"eslint-plugin-react": "7.37.5",
1919
"eslint-plugin-react-hooks": "6.0.0-rc1",
20-
"eslint-plugin-storybook": "9.1.3",
21-
"typescript-eslint": "8.41.0"
20+
"eslint-plugin-storybook": "9.1.7",
21+
"typescript-eslint": "8.44.0"
2222
}
2323
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,37 +58,37 @@
5858
"@commitlint/types": "19.8.1",
5959
"@faker-js/faker": "10.0.0",
6060
"@mocks-server/main": "4.1.0",
61-
"@storybook/addon-themes": "9.1.3",
62-
"@storybook/addon-vitest": "9.1.3",
63-
"@storybook/builder-vite": "9.1.3",
64-
"@storybook/react": "9.1.3",
65-
"@storybook/react-vite": "9.1.3",
61+
"@storybook/addon-themes": "9.1.7",
62+
"@storybook/addon-vitest": "9.1.7",
63+
"@storybook/builder-vite": "9.1.7",
64+
"@storybook/react": "9.1.7",
65+
"@storybook/react-vite": "9.1.7",
6666
"@tailwindcss/aspect-ratio": "0.4.2",
67-
"@tailwindcss/typography": "0.5.16",
68-
"@tailwindcss/vite": "4.1.12",
69-
"@types/node": "22.18.0",
70-
"@types/react": "19.1.12",
67+
"@tailwindcss/typography": "0.5.18",
68+
"@tailwindcss/vite": "4.1.13",
69+
"@types/node": "22.18.6",
70+
"@types/react": "19.1.13",
7171
"@types/react-dom": "19.1.9",
7272
"@vitest/browser": "3.2.4",
7373
"@vitest/coverage-v8": "3.2.4",
7474
"cross-env": "10.0.0",
75-
"eslint": "9.34.0",
75+
"eslint": "9.36.0",
7676
"http-server": "14.1.1",
7777
"husky": "9.1.7",
78-
"lint-staged": "16.1.5",
78+
"lint-staged": "16.1.6",
7979
"move-cli": "2.0.0",
8080
"nyc": "17.1.0",
8181
"playwright": "1.55.0",
8282
"prettier": "3.6.2",
8383
"prettier-plugin-tailwindcss": "0.6.14",
8484
"rimraf": "6.0.1",
85-
"storybook": "9.1.3",
86-
"tailwindcss": "4.1.12",
85+
"storybook": "9.1.7",
86+
"tailwindcss": "4.1.13",
8787
"turbo": "2.5.6",
8888
"typescript": "5.8.3",
8989
"usehooks-ts": "3.1.1",
9090
"utility-types": "3.11.0",
91-
"vite": "7.1.5",
91+
"vite": "7.1.7",
9292
"vite-tsconfig-paths": "5.1.4",
9393
"vitest": "3.2.4"
9494
},

0 commit comments

Comments
 (0)