@mantine/prism
Advanced tools
Comparing version 1.4.0-alpha.1 to 1.4.0-alpha.2
{ | ||
"name": "@mantine/prism", | ||
"description": "Code highlight with Mantine theme", | ||
"version": "1.4.0-alpha.1", | ||
"version": "1.4.0-alpha.2", | ||
"main": "cjs/index.js", | ||
@@ -19,4 +19,4 @@ "module": "esm/index.js", | ||
"peerDependencies": { | ||
"@mantine/core": "1.4.0-alpha.1", | ||
"@mantine/hooks": "1.4.0-alpha.1", | ||
"@mantine/core": "1.4.0-alpha.2", | ||
"@mantine/hooks": "1.4.0-alpha.2", | ||
"react": ">=16.8.0", | ||
@@ -23,0 +23,0 @@ "react-dom": ">=16.8.0", |
# Mantine prism | ||
Mantine prism is a code highlight based on [Mantine](https://mantine.dev/) theme. Component uses [react-prism-renderer](https://github.com/FormidableLabs/prism-react-renderer) | ||
Mantine prism is a code highlight based on [Mantine](https://mantine.dev/) theme. Component uses [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | ||
under the hood and support light and dark theme. | ||
@@ -12,3 +12,3 @@ | ||
Package depends on [react](https://www.npmjs.com/package/react), [react-dom](https://www.npmjs.com/package/react-dom), [@mantine/hooks](https://www.npmjs.com/package/@mantine/hooks), [@mantine/core](https://www.npmjs.com/package/@mantine/core), [react-jss](https://www.npmjs.com/package/react-jss) and [react-prism-renderer](https://www.npmjs.com/package/react-prism-renderer). | ||
Package depends on [react](https://www.npmjs.com/package/react), [react-dom](https://www.npmjs.com/package/react-dom), [@mantine/hooks](https://www.npmjs.com/package/@mantine/hooks), [@mantine/core](https://www.npmjs.com/package/@mantine/core), [react-jss](https://www.npmjs.com/package/react-jss) and [prism-react-renderer](https://www.npmjs.com/package/prism-react-renderer). | ||
@@ -18,3 +18,3 @@ Install with npm: | ||
```sh | ||
npm install react-jss react-prism-renderer @mantine/prism @mantine/core @mantine/hooks | ||
npm install react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
```sh | ||
yarn add react-jss react-prism-renderer @mantine/prism @mantine/core @mantine/hooks | ||
yarn add react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
679920