@camped-ui/autocomplete 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@camped-ui/autocomplete",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"scripts": {
|
6
6
|
"publish-package": "npm publish --access public",
|
@@ -8,13 +8,12 @@
|
|
8
8
|
"clean": "rimraf dist"
|
9
9
|
},
|
10
10
|
"dependencies": {
|
11
|
-
"@camped-ui/command": "3.0.
|
12
|
-
"cmdk": "1.0.0"
|
13
|
-
"@camped-ui/lib": "^2.0.2"
|
11
|
+
"@camped-ui/command": "3.0.2",
|
12
|
+
"cmdk": "1.0.0"
|
14
13
|
},
|
15
14
|
"peerDependencies": {
|
16
15
|
"react": "*",
|
17
|
-
"
|
16
|
+
"@camped-ui/lib": "*"
|
18
17
|
},
|
19
18
|
"publishConfig": {
|
20
19
|
"registry": "https://registry.npmjs.org/",
|