@thoughtindustries/catalog
Advanced tools
Comparing version 1.1.6 to 1.2.0-beta.0
{ | ||
"name": "@thoughtindustries/catalog", | ||
"version": "1.1.6", | ||
"version": "1.2.0-beta.0", | ||
"description": "A base component for catalog", | ||
@@ -24,16 +24,21 @@ "author": "Lu Jiang <lu.jiang@thoughtindustries.com>", | ||
"dependencies": { | ||
"@apollo/client": "^3.5.4", | ||
"@thoughtindustries/content": "^1.1.0-alpha.5", | ||
"@thoughtindustries/header": "^1.0.0-alpha.9", | ||
"@thoughtindustries/hooks": "^1.1.1", | ||
"@thoughtindustries/pagination": "^1.1.1", | ||
"@apollo/client": "^3.7.0", | ||
"@thoughtindustries/content": "^1.2.0-beta.0", | ||
"@thoughtindustries/header": "^1.1.0-beta.0", | ||
"@thoughtindustries/hooks": "^1.2.0-beta.0", | ||
"@thoughtindustries/pagination": "^1.2.0-beta.0", | ||
"clsx": "^1.1.1", | ||
"dayjs": "^1.10.8", | ||
"graphql": "^16.3.0", | ||
"i18next": "^21.5.2", | ||
"react": "^17.0.2", | ||
"react-i18next": "^11.14.2", | ||
"graphql": "^16.6.0", | ||
"i18next": "^21.10.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": "^11.18.6", | ||
"use-debounce": "^7.0.1" | ||
}, | ||
"gitHead": "d70ca1e5434ecf94cd1fd0053f9e251219fb1fcd" | ||
"peerDependencies": { | ||
"react": "^17 || ^18", | ||
"react-dom": "^17 || ^18" | ||
}, | ||
"gitHead": "fddaf49ad4684273c505a9d0e193bdf7fb839855" | ||
} |
import { CatalogParams } from '../../utilities/parse-catalog-data'; | ||
import { CatalogParsedURL, CatalogURLManager } from '../../utilities/manage-catalog-url'; | ||
import { ReactNode } from 'react'; | ||
@@ -17,2 +18,3 @@ export type CatalogContextType = { | ||
config: CatalogProviderConfig; | ||
children: ReactNode; | ||
}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107223
3005
15
1
+ Addedreact-dom@^18.2.0
- Removedreact@17.0.2(transitive)
Updated@apollo/client@^3.7.0
Updatedgraphql@^16.6.0
Updatedi18next@^21.10.0
Updatedreact@^18.2.0
Updatedreact-i18next@^11.18.6