Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2019
1 parent 63274c9 commit 07dc709
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 59 deletions.
32 changes: 16 additions & 16 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"start": "next start"
},
"dependencies": {
"@nju33/tsconfig-react-module": "^0.0.25",
"@types/core-js": "^2.5.0",
"@types/jest": "^24.0.13",
"@types/next": "^8.0.5",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.15",
"@zeit/next-typescript": "^1.1.1",
"core-js": "^3.1.2",
"next": "^8.1.0",
"react": "^16.8.6",
"@nju33/tsconfig-react-module": "0.0.25",
"@types/core-js": "2.5.0",
"@types/jest": "24.0.13",
"@types/next": "8.0.5",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/styled-components": "4.1.15",
"@zeit/next-typescript": "1.1.1",
"core-js": "3.1.2",
"next": "8.1.0",
"react": "16.8.6",
"react-dayo": "^0.2.4-alpha.0",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.4.5"
"react-dom": "16.8.6",
"styled-components": "4.2.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "3.4.5"
},
"devDependencies": {
"ts-loader": "^6.0.1"
"ts-loader": "6.0.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@nju33/eslint-config": "0.0.25",
"@nju33/prettier": "0.0.25",
"eslint": "5.16.0",
"gh-pages": "^2.0.1",
"lerna": "^3.14.1",
"npm-run-all": "^4.1.5",
"gh-pages": "2.0.1",
"lerna": "3.14.1",
"npm-run-all": "4.1.5",
"prettier": "1.17.1",
"renovate-config-nju33": "0.0.1",
"typescript": "3.4.5"
Expand Down
20 changes: 10 additions & 10 deletions packages/react-dayo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"react": "^16.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/nanoevents": "^1.0.0",
"@types/jest": "24.0.13",
"@types/nanoevents": "1.0.0",
"@types/nanoid": "2.0.0",
"@types/react": "^16.8.18",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-test-renderer": "^16.8.1",
"@types/react-test-renderer": "16.8.1",
"@types/styled-components": "4.1.15",
"coveralls": "^3.0.3",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"coveralls": "3.0.3",
"jest": "24.8.0",
"npm-run-all": "4.1.5",
"react": "16.8.6",
"react-test-renderer": "^16.8.6",
"react-test-renderer": "16.8.6",
"styled-components": "4.2.0",
"ts-jest": "^24.0.2",
"typedoc": "^0.14.2",
"ts-jest": "24.0.2",
"typedoc": "0.14.2",
"typescript": "3.4.5"
},
"dependencies": {
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@
dependencies:
"@nju33/tsconfig-base" "^0.0.25"

"@nju33/tsconfig-react-module@^0.0.25":
"@nju33/tsconfig-react-module@0.0.25":
version "0.0.25"
resolved "https://registry.yarnpkg.com/@nju33/tsconfig-react-module/-/tsconfig-react-module-0.0.25.tgz#2093058da051e3064e00358b4233878b316c40a4"
integrity sha512-Z4U3fkXV4cCrWoG5VKkjq4UA6302ynkLdEYIFvuvrsizofISWqpy6Y9e6jHU8oXx5kT3bZs//rQ3Z6P+3qQacQ==
Expand Down Expand Up @@ -1739,7 +1739,7 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/core-js@^2.5.0":
"@types/core-js@2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.0.tgz#35cc282488de6f10af1d92902899a3b8ca3fbc47"
integrity sha512-qjkHL3wF0JMHMqgm/kmL8Pf8rIiqvueEiZ0g6NVTcBX1WN46GWDr+V5z+gsHUeL0n8TfAmXnYmF7ajsxmBp4PQ==
Expand Down Expand Up @@ -1802,7 +1802,7 @@
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==

"@types/jest@^24.0.13":
"@types/jest@24.0.13":
version "24.0.13"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9"
integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==
Expand All @@ -1829,7 +1829,7 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==

"@types/nanoevents@^1.0.0":
"@types/nanoevents@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/nanoevents/-/nanoevents-1.0.0.tgz#96844ed81742fd66153bd50c003057069605dd9d"
integrity sha512-58ZVTKTPAPNOHTFEJST1OlLGO1cVCphW9W+3iXm2MSW6lSByGSfT+4rE2dMJD10Vcp2sS3HZh8n5kZfmrBjhMw==
Expand All @@ -1851,7 +1851,7 @@
"@types/react" "*"
"@types/react-loadable" "*"

"@types/next@*", "@types/next@^8.0.5":
"@types/next@*", "@types/next@8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@types/next/-/next-8.0.5.tgz#667551f587f7905388bd89a6962d93e930f6c314"
integrity sha512-JZVgbTPuptXEwu2pi928bG0WJARCInJEu9CW6wh0veKGkE2zWNvr9SSb4+7NN2ffNlTPRv9MMS3AE4cTI69HmA==
Expand All @@ -1878,7 +1878,7 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==

"@types/react-dom@16.8.4", "@types/react-dom@^16.8.4":
"@types/react-dom@16.8.4":
version "16.8.4"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.8.4.tgz#7fb7ba368857c7aa0f4e4511c4710ca2c5a12a88"
integrity sha512-eIRpEW73DCzPIMaNBDP5pPIpK1KXyZwNgfxiVagb5iGiz6da+9A5hslSX6GAQKdO7SayVCS/Fr2kjqprgAvkfA==
Expand All @@ -1901,14 +1901,14 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react-test-renderer@^16.8.1":
"@types/react-test-renderer@16.8.1":
version "16.8.1"
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-16.8.1.tgz#96f3ce45a3a41c94eca532a99103dd3042c9d055"
integrity sha512-8gU69ELfJGxzVWVYj4MTtuHxz9nO+d175XeQ1XrXXxesUBsB4KK6OCfzVhEX6leZWWBDVtMJXp/rUjhClzL7gw==
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.8.18":
"@types/react@*", "@types/react@16.8.18":
version "16.8.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.18.tgz#fe66fb748b0b6ca9709d38b87b2d1356d960a511"
integrity sha512-lUXdKzRqWR4FebR5tGHkLCqnvQJS4fdXKCBrNGGbglqZg2gpU+J82pMONevQODUotATs9fc9k66bx3/St8vReg==
Expand All @@ -1929,7 +1929,7 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==

"@types/styled-components@4.1.15", "@types/styled-components@^4.1.15":
"@types/styled-components@4.1.15":
version "4.1.15"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.1.15.tgz#532b6738ec633b2911e0470522c23e3c658952f2"
integrity sha512-DMr4Kq3i5Em2K1ThlqZlC8nrsiO3VaiQS2M+7cOPnseHLtfDUrDjHx6Jv11V6uVIoK8ERYhmfn42RvSIg47rnA==
Expand Down Expand Up @@ -2157,7 +2157,7 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz#5c85d662f76fa1d34575766c5dcd6615abcd30d8"
integrity sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==

"@zeit/next-typescript@^1.1.1":
"@zeit/next-typescript@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@zeit/next-typescript/-/next-typescript-1.1.1.tgz#0b0ddfbb13ca04cde52ac2718473f1b9c40ba0ee"
integrity sha512-EUcHCASftz1Bc80djkf3cKJrFgvFQyODOH1kty7ShVLLdXMaZpRLj+z7RxrCoNo1bP06w0vtXEDU0cKa0HmGgg==
Expand Down Expand Up @@ -3347,6 +3347,11 @@ copy-descriptor@^0.1.0:
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=

core-js@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.2.tgz#2549a2cfb3ca1a5d851c9f7838e8b282cef2f3ba"
integrity sha512-3poRGjbu56leCtZCZCzCgQ7GcKOflDFnjWIepaPFUsM0IXUBrne10sl3aa2Bkcz3+FjRdIxBe9dAMhIJmEnQNA==

core-js@^1.0.0:
version "1.2.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
Expand All @@ -3362,11 +3367,6 @@ core-js@^2.5.7:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.8.tgz#dc3a1e633a04267944e0cb850d3880f340248139"
integrity sha512-RWlREFU74TEkdXzyl1bka66O3kYp8jeTXrvJZDzVVMH8AiHUSOFpL1yfhQJ+wHocAm1m+4971W1PPzfLuCv1vg==

core-js@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.2.tgz#2549a2cfb3ca1a5d851c9f7838e8b282cef2f3ba"
integrity sha512-3poRGjbu56leCtZCZCzCgQ7GcKOflDFnjWIepaPFUsM0IXUBrne10sl3aa2Bkcz3+FjRdIxBe9dAMhIJmEnQNA==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand All @@ -3382,7 +3382,7 @@ cosmiconfig@^5.1.0:
js-yaml "^3.13.1"
parse-json "^4.0.0"

coveralls@^3.0.3:
coveralls@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.3.tgz#83b1c64aea1c6afa69beaf50b55ac1bc4d13e2b8"
integrity sha512-viNfeGlda2zJr8Gj1zqXpDMRjw9uM54p7wzZdvLRyOgnAfCe974Dq4veZkjJdxQXbmdppu6flEajFYseHYaUhg==
Expand Down Expand Up @@ -4562,7 +4562,7 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

gh-pages@^2.0.1:
gh-pages@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.0.1.tgz#aefe47a43b8d9d2aa3130576b33fe95641e29a2f"
integrity sha512-uFlk3bukljeiWKQ2XvPfjcSi/ou7IfoDf2p+Fj672saLAr8bnOdFVqI/JSgrSgInKpCg5BksxEwGUl++dbg8Dg==
Expand Down Expand Up @@ -5750,7 +5750,7 @@ jest-worker@^24.6.0:
merge-stream "^1.0.1"
supports-color "^6.1.0"

jest@^24.8.0:
jest@24.8.0:
version "24.8.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-24.8.0.tgz#d5dff1984d0d1002196e9b7f12f75af1b2809081"
integrity sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==
Expand Down Expand Up @@ -5960,7 +5960,7 @@ left-pad@^1.3.0:
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==

lerna@^3.14.1:
lerna@3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.14.1.tgz#6bce5d2d4958e853f51387f8f41a8f2d9aa4a8ea"
integrity sha512-lQxmGeEECjOMI3pRh2+I6jazoEWhEfvZNIs7XaX71op33AVwyjlY/nQ1GJGrPhxYBuQnlPgH0vH/nC/lcLaVkw==
Expand Down Expand Up @@ -6620,7 +6620,7 @@ next-server@8.1.0:
send "0.16.1"
url "0.11.0"

next@^8.1.0:
next@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/next/-/next-8.1.0.tgz#2a996dcd611f9e16920841c615e8bd6e5ada6e1c"
integrity sha512-NRlL+FNSeHXkDSi8hFoBWghXFJrjHTCXyH6T/EFR1HJiGo2xR3xBPhsb7W+GvIIGIxHRTCDq+lyQLYvPirH84g==
Expand Down Expand Up @@ -6903,7 +6903,7 @@ npm-registry-fetch@^3.8.0, npm-registry-fetch@^3.9.0:
make-fetch-happen "^4.0.1"
npm-package-arg "^6.1.0"

npm-run-all@^4.1.5:
npm-run-all@4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
Expand Down Expand Up @@ -7749,7 +7749,7 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-dom@^16.8.6:
react-dom@16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
Expand All @@ -7776,7 +7776,7 @@ react-ssr-prepass@1.0.2:
dependencies:
object-is "^1.0.1"

react-test-renderer@^16.8.6:
react-test-renderer@16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.6.tgz#188d8029b8c39c786f998aa3efd3ffe7642d5ba1"
integrity sha512-H2srzU5IWYT6cZXof6AhUcx/wEyJddQ8l7cLM/F7gDXYyPr4oq+vCIxJYXVGhId1J706sqziAjuOEjyNkfgoEw==
Expand All @@ -7786,7 +7786,7 @@ react-test-renderer@^16.8.6:
react-is "^16.8.6"
scheduler "^0.13.6"

react@16.8.6, react@^16.8.6:
react@16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
Expand Down Expand Up @@ -8834,7 +8834,7 @@ strong-log-transformer@^2.0.0:
minimist "^1.2.0"
through "^2.3.4"

styled-components@4.2.0, styled-components@^4.2.0:
styled-components@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.2.0.tgz#811fbbec4d64c7189f6c7482b9eb6fefa7fefef7"
integrity sha512-L/LzkL3ZbBhqIVHdR7DbYujy4tqvTNRfc+4JWDCYyhTatI+8CRRQUmdaR0+ARl03DWsfKLhjewll5uNLrqrl4A==
Expand Down Expand Up @@ -9133,7 +9133,7 @@ trim-right@^1.0.1:
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=

ts-jest@^24.0.2:
ts-jest@24.0.2:
version "24.0.2"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
Expand All @@ -9148,7 +9148,7 @@ ts-jest@^24.0.2:
semver "^5.5"
yargs-parser "10.x"

ts-loader@^6.0.1:
ts-loader@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.0.1.tgz#abe8ba59356da8cbc85c01ab5feb85ae998db315"
integrity sha512-9H5ErTIw5t73sdSoFE0hX0RO45B7cdDA4pW1VIQ2wNFAhxSpZcAlv2fwMcfv6SAYLoI7uGwHuzC5dECzmzqtzA==
Expand All @@ -9159,7 +9159,7 @@ ts-loader@^6.0.1:
micromatch "^4.0.0"
semver "^6.0.0"

tsconfig-paths-webpack-plugin@^3.2.0:
tsconfig-paths-webpack-plugin@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.2.0.tgz#6e70bd42915ad0efb64d3385163f0c1270f3e04d"
integrity sha512-S/gOOPOkV8rIL4LurZ1vUdYCVgo15iX9ZMJ6wx6w2OgcpT/G4wMyHB6WM+xheSqGMrWKuxFul+aXpCju3wmj/g==
Expand Down Expand Up @@ -9232,7 +9232,7 @@ typedoc-default-themes@^0.5.0:
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=

typedoc@^0.14.2:
typedoc@0.14.2:
version "0.14.2"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.14.2.tgz#769f457f4f9e4bdb8b5f3b177c86b6a31d8c3dc3"
integrity sha512-aEbgJXV8/KqaVhcedT7xG6d2r+mOvB5ep3eIz1KuB5sc4fDYXcepEEMdU7XSqLFO5hVPu0nllHi1QxX2h/QlpQ==
Expand Down Expand Up @@ -9260,7 +9260,7 @@ typescript@3.2.x:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==

typescript@3.4.5, typescript@^3.4.5:
typescript@3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
Expand Down

0 comments on commit 07dc709

Please sign in to comment.