diff --git a/docs-www/package.json b/docs-www/package.json index 10ed5a03..4cf3ff15 100644 --- a/docs-www/package.json +++ b/docs-www/package.json @@ -1,7 +1,7 @@ { "name": "@brainhubeu/gatsby-docs-kit-start", "description": "Gatsby-Docs-Kit starter repository", - "version": "0.0.19", + "version": "0.0.20", "author": "Brainhub", "license": "MIT", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@brainhubeu/gatsby-docs-kit": "^1.0.3", - "@brainhubeu/react-permissible": "^1.6.25", + "@brainhubeu/react-permissible": "^1.6.26", "gatsby": "^1.9.279" }, "devDependencies": { diff --git a/docs-www/yarn.lock b/docs-www/yarn.lock index ef2d7150..485b13c9 100644 --- a/docs-www/yarn.lock +++ b/docs-www/yarn.lock @@ -28,10 +28,10 @@ react-helmet "^5.2.0" react-live "^1.10.1" -"@brainhubeu/react-permissible@^1.6.25": - version "1.6.25" - resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.25.tgz#0eea811e1178bc1f25fc466fef191a37d9706298" - integrity sha512-8Q6zCIKqvbisb0ObSdMgcAV0NL7Lvc2cQUDiAQmRn6Mies70SRChENFBV0gekl+nn7QyRcdI6CNRWutdkKq46g== +"@brainhubeu/react-permissible@^1.6.26": + version "1.6.26" + resolved "https://registry.yarnpkg.com/@brainhubeu/react-permissible/-/react-permissible-1.6.26.tgz#6915bc8d04962f1567dfd128c314ab0be44cd043" + integrity sha512-apxjK1j+MGJF1wBDIa3Zl4dOJgI7h0RUBicAh5D2lsVYIEK/I9MB9z/vWWsTetC74Mj497S6o3K5574ukIhZaA== dependencies: lodash.difference "^4.5.0" lodash.intersection "^4.4.0" diff --git a/types/tests/package-lock.json b/types/tests/package-lock.json index 5d12bf42..6db6ef7c 100644 --- a/types/tests/package-lock.json +++ b/types/tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-permissible-typescript-tests", - "version": "1.0.16", + "version": "1.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10,26 +10,26 @@ "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" }, "@types/react": { - "version": "16.9.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.5.tgz", - "integrity": "sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==", + "version": "16.9.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.6.tgz", + "integrity": "sha512-ulPWlBFO0DQiObqxEm3t4icozuakPy5O81g6QyHv+Nyo1UPL+QVq2rmq1e4J8oHY7jl0HEtMAHNwNIzv6FRuTQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" } }, "@types/react-dom": { - "version": "16.9.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.1.tgz", - "integrity": "sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==", + "version": "16.9.2", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.2.tgz", + "integrity": "sha512-hgPbBoI1aTSTvZwo8HYw35UaTldW6n2ETLvHAcfcg1FaOuBV3olmyCe5eMpx2WybWMBPv0MdU2t5GOcQhP+3zA==", "requires": { "@types/react": "*" } }, "csstype": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz", - "integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.7.tgz", + "integrity": "sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==" }, "js-tokens": { "version": "4.0.0", diff --git a/types/tests/package.json b/types/tests/package.json index 675c1fc1..540c3518 100644 --- a/types/tests/package.json +++ b/types/tests/package.json @@ -1,6 +1,6 @@ { "name": "react-permissible-typescript-tests", - "version": "1.0.16", + "version": "1.0.17", "description": "Test publishing the typings of react-permissible package", "scripts": { "clean:packed-package": "rm ./brainhubeu-react-permissible-*.tgz", @@ -18,8 +18,8 @@ "author": "Nick Ribal (https://about.me/nickribal)", "license": "MIT", "dependencies": { - "@types/react": "^16.9.5", - "@types/react-dom": "^16.9.1", + "@types/react": "^16.9.6", + "@types/react-dom": "^16.9.2", "react": "^16.10.2", "react-dom": "^16.10.2", "typescript": "^3.6.4"