@camped-ui/breadcrumb 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camped-ui/breadcrumb",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "publish-package": "npm publish --access public",
@@ -8,14 +8,13 @@
8
8
  "clean": "rimraf dist"
9
9
  },
10
10
  "dependencies": {
11
- "@camped-ui/button": "^2.1.1",
12
- "@camped-ui/lib": "^2.0.2",
13
11
  "@camped-ui/popover": "^2.1.0",
14
12
  "@radix-ui/react-popover": "^1.0.7",
15
13
  "@radix-ui/react-slot": "^1.0.2",
16
14
  "class-variance-authority": "^0.4.0"
17
15
  },
18
16
  "peerDependencies": {
17
+ "@camped-ui/button": "*",
19
18
  "@camped-ui/lib": "*",
20
19
  "react": "*"
21
20
  },