Skip to content

Commit

Permalink
build(package.json): update dependencies and remove callout module co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
websiddu committed Dec 26, 2024
1 parent 0b22790 commit f0f67c0
Show file tree
Hide file tree
Showing 3 changed files with 7,020 additions and 6,532 deletions.
49 changes: 21 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./callout": {
"import": {
"types": "./dist/callout.d.ts",
"default": "./dist/callout.js"
},
"require": {
"types": "./dist/callout.d.ts",
"default": "./dist/callout.cjs"
}
}
},
"scripts": {
Expand All @@ -51,45 +41,48 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.79.5",
"semantic-release": "^24.1.2",
"sass": "^1.83.0",
"semantic-release": "^24.2.0",
"shiki": "^1.24.4",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.3",
"vite": "^5.4.9",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.2.4",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-lib-inject-css": "^2.1.1"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-medium-image-zoom": "^5.2.12",
"shiki": "^1.24.4"
"shiki": "^1.24.4",
"tailwindcss": "^3.4.17",
"tailwind-variants": "^0.3.0"
},
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"lucide-react": "^0.469.0",
"next-mdx-remote": "^5.0.0",
"react-medium-image-zoom": "^5.2.12",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
"tailwind-variants": "^0.3.0"
},
"publishConfig": {
"access": "public"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f0f67c0

Please sign in to comment.