Skip to content

Commit c9530c7

Browse files
Update all non-major dependencies
1 parent a3d349c commit c9530c7

File tree

6 files changed

+441
-335
lines changed

6 files changed

+441
-335
lines changed

apps/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@vitejs/plugin-react": "^5.1.0",
7272
"@vitest/coverage-v8": "^4.0.4",
7373
"concurrently": "^9.2.1",
74-
"esbuild": "0.25.11",
75-
"eslint": "9.38.0",
74+
"esbuild": "0.25.12",
75+
"eslint": "9.39.1",
7676
"glob": "catalog:",
7777
"happy-dom": "^20.0.8",
7878
"msw": "^2.11.6",

config/eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
}
2020
},
2121
"dependencies": {
22-
"@eslint/js": "9.38.0",
22+
"@eslint/js": "9.39.1",
2323
"eslint-config-prettier": "^10.1.8",
2424
"eslint-config-turbo": "^2.5.8",
2525
"eslint-plugin-import-x": "4.16.1",
2626
"eslint-plugin-jsx-a11y": "6.10.2",
2727
"eslint-plugin-react": "7.37.5",
2828
"eslint-plugin-react-hooks": "7.0.1",
29-
"globals": "16.4.0",
30-
"typescript-eslint": "8.46.2"
29+
"globals": "16.5.0",
30+
"typescript-eslint": "8.46.3"
3131
},
3232
"devDependencies": {
3333
"@next/eslint-plugin-next": "^16.0.0",
3434
"@react-router-gospel-stack/tsconfig": "workspace:*",
35-
"eslint": "9.38.0",
35+
"eslint": "9.39.1",
3636
"typescript": "^5.9.3"
3737
}
3838
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
39-
"@npmcli/package-json": "7.0.1",
39+
"@npmcli/package-json": "7.0.2",
4040
"@turbo/gen": "^2.5.8",
4141
"@types/npmcli__package-json": "4.0.4",
4242
"chalk": "catalog:",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@radix-ui/react-slot": "^1.2.3",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
25-
"lucide-react": "^0.548.0",
25+
"lucide-react": "^0.552.0",
2626
"npm-run-all2": "^8.0.4",
2727
"tailwind-merge": "catalog:tailwindcss"
2828
},
@@ -51,7 +51,7 @@
5151
"@vitejs/plugin-react": "^5.1.0",
5252
"autoprefixer": "^10.4.21",
5353
"concurrently": "^9.2.1",
54-
"eslint": "9.38.0",
54+
"eslint": "9.39.1",
5555
"eslint-plugin-storybook": "catalog:storybook",
5656
"postcss": "^8.5.6",
5757
"react": "catalog:react19",

0 commit comments

Comments
 (0)