Skip to content

Commit a855cfb

Browse files
authored
Next upgrade (#223)
1 parent 87a0778 commit a855cfb

File tree

2 files changed

+127
-274
lines changed

2 files changed

+127
-274
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dev:sw": "next dev --experimental-https",
1212
"build": "next build",
1313
"start": "next start",
14-
"lint": "next lint",
15-
"lint:fix": "next lint --fix",
14+
"lint": "eslint .",
15+
"lint:fix": "eslint --fix .",
1616
"fmt": "prettier --check .",
1717
"fmt:fix": "prettier --write .",
1818
"renovate:debug": "LOG_LEVEL=debug pnpx renovate --platform=local",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@mdx-js/loader": "3.1.0",
2727
"@mdx-js/react": "3.1.0",
28-
"@next/mdx": "15.4.6",
28+
"@next/mdx": "15.5.0",
2929
"@radix-ui/react-avatar": "1.1.10",
3030
"@radix-ui/react-dropdown-menu": "2.1.16",
3131
"@radix-ui/react-label": "2.1.7",
@@ -36,7 +36,7 @@
3636
"class-variance-authority": "0.7.1",
3737
"clsx": "2.1.1",
3838
"lucide-react": "0.539.0",
39-
"next": "15.4.6",
39+
"next": "15.5.0",
4040
"next-themes": "0.4.6",
4141
"react": "19.1.1",
4242
"react-dom": "19.1.1",
@@ -56,7 +56,7 @@
5656
"@types/react": "19.1.10",
5757
"@types/react-dom": "19.1.7",
5858
"eslint": "9.33.0",
59-
"eslint-config-next": "15.4.6",
59+
"eslint-config-next": "15.5.0",
6060
"eslint-config-prettier": "10.1.8",
6161
"prettier": "3.6.2",
6262
"prettier-plugin-tailwindcss": "0.6.14",

0 commit comments

Comments
 (0)