@dotdev/next-components
Advanced tools
Comparing version 0.4.6 to 0.4.7
import * as React from "react"; | ||
import { RouterProps } from "react-router"; | ||
import "url-search-params-polyfill"; | ||
import { ThemeContext } from "./context"; | ||
@@ -4,0 +5,0 @@ import { Shop, Template, LinkList, Filters, Form, Breadcrumbs, Search } from "./types"; |
@@ -14,2 +14,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("url-search-params-polyfill"); | ||
var context_1 = require("./context"); | ||
@@ -16,0 +17,0 @@ var bootstrap_1 = require("./bootstrap"); |
{ | ||
"name": "@dotdev/next-components", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"license": "UNLICENSED", | ||
@@ -10,3 +10,2 @@ "description": "Common components for Next projects", | ||
"@shopify/theme-cart": "^1.0.1", | ||
"@ungap/url-search-params": "^0.1.2", | ||
"moment": "^2.23.0", | ||
@@ -19,6 +18,6 @@ "numeral": "^2.0.6", | ||
"universal-cookie": "^4.0.0", | ||
"url-search-params-polyfill": "^6.0.0", | ||
"voca": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/moment": "^2.13.0", | ||
@@ -29,3 +28,2 @@ "@types/numeral": "^0.0.25", | ||
"@types/react-router-dom": "^4.3.1", | ||
"@types/ungap__url-search-params": "^0.1.0", | ||
"@types/universal-cookie": "^2.2.0", | ||
@@ -32,0 +30,0 @@ "@types/voca": "^1.4.0", |
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
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
8
1779
+ Addedurl-search-params-polyfill@6.0.0(transitive)
- Removed@ungap/url-search-params@^0.1.2
- Removed@ungap/url-search-params@0.1.4(transitive)