Skip to content

Commit

Permalink
pkg: Bump internal pkgs (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Mar 27, 2020
1 parent 47afd8d commit 46bebad
Show file tree
Hide file tree
Showing 8 changed files with 481 additions and 436 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@
"@commitlint/config-conventional": "^8.3.4",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.1.3",
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.25",
"@types/react": "^16.9.26",
"@zerollup/ts-transform-paths": "^1.7.12",
"babel-jest": "^25.1.0",
"babel-jest": "^25.2.3",
"conventional-changelog-anansi": "^0.1.1",
"core-js": "^3.6.4",
"cpy-cli": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"ignore-styles": "^5.0.1",
"jest": "^25.1.0",
"jest": "^25.2.3",
"lerna": "^3.20.2",
"nock": "^12.0.0",
"nock": "^12.0.3",
"prettier": "^2.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand All @@ -78,7 +78,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"ts-node": "^8.8.1",
"ttypescript": "^1.5.10",
"typescript": "^3.8.3",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@rest-hooks/test": "^1.0.17",
"coveralls": "^3.0.9"
"coveralls": "^3.0.11"
},
"peerDependencies": {
"@types/react": "^16.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"immutable": "^3.8.1",
"npm-run-all": "^4.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@rest-hooks/test": "^1.0.17",
"coveralls": "^3.0.9"
"coveralls": "^3.0.11"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/src/resource/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default abstract class Entity extends SimpleRecord {
static schema: { [k: string]: Schema } = {};

/** Defines indexes to enable lookup by */
static indexes?: string[];
static indexes?: readonly string[];

/**
* A unique identifier for each Entity
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url": "https://github.com/coinbase/rest-hooks/issues"
},
"devDependencies": {
"coveralls": "^3.0.9"
"coveralls": "^3.0.11"
},
"peerDependencies": {
"@types/react": "^16.8.2",
Expand Down
27 changes: 11 additions & 16 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3084,9 +3084,9 @@ gzip-size@5.1.1:
pify "^4.0.1"

handlebars@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
version "4.7.3"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee"
integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
Expand Down Expand Up @@ -4297,15 +4297,10 @@ minimatch@3.0.4, minimatch@^3.0.4, minimatch@~3.0.2:
dependencies:
brace-expansion "^1.1.7"

minimist@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=

minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

minimist@~0.0.1:
version "0.0.10"
Expand Down Expand Up @@ -4336,11 +4331,11 @@ mixin-deep@^1.1.3, mixin-deep@^1.2.0:
is-extendable "^1.0.1"

mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
version "0.5.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
integrity sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==
dependencies:
minimist "0.0.8"
minimist "^1.2.5"

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 46bebad

Please sign in to comment.