Update package.json
This commit is contained in:
parent
ce63eeee2e
commit
59b42b7f30
|
|
@ -13,7 +13,7 @@
|
|||
"@mapbox/rehype-prism": "^0.9.0",
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@next/mdx": "15.1.7",
|
||||
"@next/mdx": "15.2.0",
|
||||
"@radix-ui/react-checkbox": "^1.1.2",
|
||||
"@radix-ui/react-label": "^2.1.0",
|
||||
"@radix-ui/react-radio-group": "^1.2.2",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"framer-motion": "^12.4.3",
|
||||
"geist": "^1.3.1",
|
||||
"lucide-react": "^0.475.0",
|
||||
"next": "15.1.9",
|
||||
"next": "15.2.0",
|
||||
"next-themes": "^0.4.4",
|
||||
"prismjs": "^1.30.0",
|
||||
"react": "^19.0.0",
|
||||
|
|
@ -51,6 +51,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "15.1.9"
|
||||
"eslint-config-next": "15.2.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue