Skip to content

Commit ec90dca

Browse files
authored
ci: fix manypackages on main (#5037)
1 parent 93c306f commit ec90dca

File tree

3 files changed

+33
-546
lines changed

3 files changed

+33
-546
lines changed

examples/next-app-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"@ultraviolet/form": "workspace:*",
1717
"@ultraviolet/icons": "workspace:*",
1818
"@ultraviolet/ui": "workspace:*",
19-
"next": "15.2.5",
19+
"next": "15.3.0",
2020
"react": "19.0.0",
2121
"react-dom": "19.0.0"
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "3.3.1",
25-
"@types/node": "22.14.0",
25+
"@types/node": "22.14.1",
2626
"@types/react": "19.0.12",
2727
"@types/react-dom": "19.0.4",
28-
"eslint": "9.23.0",
28+
"eslint": "9.24.0",
2929
"eslint-config-next": "15.3.0",
3030
"typescript": "5.8.3"
3131
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@ultraviolet/icons": "workspace:*",
9595
"@ultraviolet/themes": "workspace:*",
9696
"deepmerge": "4.3.1",
97-
"next": "15.2.5",
97+
"next": "15.3.0",
9898
"react-select": "5.10.0",
9999
"react-toastify": "11.0.5",
100100
"react-use-clipboard": "1.0.9",

0 commit comments

Comments
 (0)