Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kanakkholwal authored Jan 3, 2025
1 parent 24f778a commit 7d972b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexo-mdx",
"version": "0.8.5",
"version": "0.8.6",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"eventemitter3": "^5.0.1",
"lucide-react": "",
"lucide-react": "latest",
"nanoid": "^5.0.7"
},
"devDependencies": {
Expand Down Expand Up @@ -94,14 +94,14 @@
"tailwindcss-animate": "^1.0.7",
"terser": "^5.31.1",
"tsconfig-paths": "^4.2.0",
"typescript": "latest",
"typescript": "latest",
"react": "latest",
"react-dom": "latest",
"unified": "^11.0.4",
"vite": "^5.2.0",
"vite-plugin-lib-inject-css": "^2.1.1"
},
"peerDependencies": {
"react": "latest",
"react-dom": "latest",
"vite-plugin-dts": "^4.0.0-beta.2"
}
}

0 comments on commit 7d972b5

Please sign in to comment.