@radix-ui/react-collection
Advanced tools
Comparing version 1.1.2 to 1.1.3-rc.1
@@ -32,7 +32,7 @@ "use strict"; | ||
// packages/react/collection/src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
createCollection: () => createCollection | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -39,0 +39,0 @@ // packages/react/collection/src/collection.tsx |
{ | ||
"name": "@radix-ui/react-collection", | ||
"version": "1.1.2", | ||
"version": "1.1.3-rc.1", | ||
"license": "MIT", | ||
@@ -32,6 +32,6 @@ "exports": { | ||
"dependencies": { | ||
"@radix-ui/react-compose-refs": "1.1.1", | ||
"@radix-ui/react-context": "1.1.1", | ||
"@radix-ui/react-primitive": "2.0.2", | ||
"@radix-ui/react-slot": "1.1.2" | ||
"@radix-ui/react-compose-refs": "1.1.2-rc.1", | ||
"@radix-ui/react-context": "1.1.2-rc.1", | ||
"@radix-ui/react-primitive": "2.0.3-rc.1", | ||
"@radix-ui/react-slot": "1.1.3-rc.1" | ||
}, | ||
@@ -69,3 +69,4 @@ "devDependencies": { | ||
"url": "https://github.com/radix-ui/primitives/issues" | ||
} | ||
}, | ||
"stableVersion": "1.1.2" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26150
1
+ Added@radix-ui/react-compose-refs@1.1.2-rc.1(transitive)
+ Added@radix-ui/react-context@1.1.2-rc.1(transitive)
+ Added@radix-ui/react-primitive@2.0.3-rc.1(transitive)
+ Added@radix-ui/react-slot@1.1.3-rc.1(transitive)
- Removed@radix-ui/react-compose-refs@1.1.1(transitive)
- Removed@radix-ui/react-context@1.1.1(transitive)
- Removed@radix-ui/react-primitive@2.0.2(transitive)
- Removed@radix-ui/react-slot@1.1.2(transitive)