diff --git a/package-lock.json b/package-lock.json index b249075..d1f9bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.5.0-rc.0", "license": "BSD", "dependencies": { - "@materialsproject/mp-react-components": "next", + "@materialsproject/mp-react-components": "*", "file-loader": "^5.1.0", "prettier": "^1.19.1", "process": "^0.11.10", - "ramda": "^0.26.1", + "ramda": "^0.32.0", "react-is": "^19.2.0", "rimraf": "^3.0.2", "url-loader": "^3.0.0" @@ -11785,9 +11785,14 @@ ] }, "node_modules/ramda": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", - "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==" + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.32.0.tgz", + "integrity": "sha512-GQWAHhxhxWBWA8oIBr1XahFVjQ9Fic6MK9ikijfd4TZHfE2+urfk+irVlR5VOn48uwMgM+loRRBJd6Yjsbc0zQ==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" + } }, "node_modules/randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index d4e7823..1a5849b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "file-loader": "^5.1.0", "prettier": "^1.19.1", "process": "^0.11.10", - "ramda": "^0.26.1", + "ramda": "^0.32.0", "react-is": "^19.2.0", "rimraf": "^3.0.2", "url-loader": "^3.0.0"