@mantine/emotion 9.0.0-alpha.7 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,10 +10,10 @@ Emotion bindings for @mantine/core
10
10
 
11
11
  ```bash
12
12
  # With yarn
13
- yarn add @mantine/emotion
13
+ yarn add @mantine/emotion @mantine/core @mantine/hooks @emotion/react
14
14
 
15
15
  # With npm
16
- npm install @mantine/emotion
16
+ npm install @mantine/emotion @mantine/core @mantine/hooks @emotion/react
17
17
  ```
18
18
 
19
19
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/emotion",
3
- "version": "9.0.0-alpha.7",
3
+ "version": "9.0.0",
4
4
  "description": "Emotion bindings for Mantine",
5
5
  "homepage": "https://mantine.dev/",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "@emotion/react": "^11.11.4",
36
36
  "@emotion/serialize": "^1.1.4",
37
37
  "@emotion/utils": "^1.2.1",
38
- "@mantine/core": "9.0.0-alpha.7",
39
- "@mantine/hooks": "9.0.0-alpha.7",
38
+ "@mantine/core": "9.0.0",
39
+ "@mantine/hooks": "9.0.0",
40
40
  "react": "^19.2.0",
41
41
  "react-dom": "^19.2.0"
42
42
  },