@mantine/nprogress 5.0.0-alpha.18 → 5.0.0-alpha.19

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,7 +6,7 @@ A navigation progress bar
6
6
 
7
7
  ## Installation
8
8
 
9
- ```sh
9
+ ```bash
10
10
  # With yarn
11
11
  yarn add @mantine/nprogress @mantine/core @mantine/hooks
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mantine/nprogress",
3
3
  "description": "Navigation progress bar",
4
- "version": "5.0.0-alpha.18",
4
+ "version": "5.0.0-alpha.19",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -15,13 +15,13 @@
15
15
  "directory": "src/mantine-nprogress"
16
16
  },
17
17
  "peerDependencies": {
18
- "@mantine/core": "5.0.0-alpha.18",
19
- "@mantine/hooks": "5.0.0-alpha.18",
18
+ "@mantine/core": "5.0.0-alpha.19",
19
+ "@mantine/hooks": "5.0.0-alpha.19",
20
20
  "react": ">=16.8.0",
21
21
  "react-dom": ">=16.8.0"
22
22
  },
23
23
  "dependencies": {
24
- "@mantine/utils": "5.0.0-alpha.18"
24
+ "@mantine/utils": "5.0.0-alpha.19"
25
25
  },
26
26
  "devDependencies": {}
27
27
  }