@mantine/prism
Advanced tools
Comparing version 2.5.0-alpha.0 to 2.5.0-alpha.1
{ | ||
"name": "@mantine/prism", | ||
"description": "Code highlight with Mantine theme", | ||
"version": "2.5.0-alpha.0", | ||
"version": "2.5.0-alpha.1", | ||
"main": "cjs/index.js", | ||
@@ -19,10 +19,10 @@ "module": "esm/index.js", | ||
"peerDependencies": { | ||
"@mantine/core": "2.5.0-alpha.0", | ||
"@mantine/hooks": "2.5.0-alpha.0", | ||
"@mantine/core": "2.5.0-alpha.1", | ||
"@mantine/hooks": "2.5.0-alpha.1", | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0", | ||
"react-jss": ">=10.1.1" | ||
"react-dom": ">=16.8.0" | ||
}, | ||
"dependencies": { | ||
"clsx": "^1.1.1", | ||
"react-jss": "^10.7.1", | ||
"prism-react-renderer": "^1.2.1" | ||
@@ -29,0 +29,0 @@ }, |
@@ -17,3 +17,3 @@ # Mantine prism | ||
```sh | ||
npm install react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks | ||
npm install @mantine/prism @mantine/core @mantine/hooks | ||
``` | ||
@@ -24,3 +24,3 @@ | ||
```sh | ||
yarn add react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks | ||
yarn add @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
487004
+ Addedreact-jss@^10.7.1
+ Added@mantine/core@2.5.0-alpha.1(transitive)
+ Added@mantine/hooks@2.5.0-alpha.1(transitive)
- Removed@mantine/core@2.5.0-alpha.0(transitive)
- Removed@mantine/hooks@2.5.0-alpha.0(transitive)