Chore: update major versions that aren't breaking for us (#1694)

Pinning tmp, as it seems to have an undocumented breaking change or
regression in v0.1.0.
This commit is contained in:
Robin van Boven 2020-03-07 16:43:59 -07:00 committed by GitHub
parent d0e1c23d4c
commit 4ed96e9d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 916 additions and 748 deletions

View File

@ -7,7 +7,7 @@
"base64url": "^3.0.1", "base64url": "^3.0.1",
"better-sqlite3": "^6.0.1", "better-sqlite3": "^6.0.1",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"chalk": "^2.4.2", "chalk": "^3.0.0",
"commonmark": "^0.29.1", "commonmark": "^0.29.1",
"d3-array": "^2.4.0", "d3-array": "^2.4.0",
"d3-format": "^1.4.3", "d3-format": "^1.4.3",
@ -39,7 +39,7 @@
"retry": "^0.12.0", "retry": "^0.12.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"svg-react-loader": "^0.4.6", "svg-react-loader": "^0.4.6",
"tmp": "^0.0.33", "tmp": "0.0.33",
"whatwg-fetch": "^2.0.4" "whatwg-fetch": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
@ -49,7 +49,7 @@
"@babel/preset-flow": "^7.8.3", "@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3", "@babel/preset-react": "^7.8.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0", "babel-jest": "^25.1.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2", "css-loader": "^3.4.2",
@ -65,7 +65,7 @@
"eslint-plugin-react": "7.16.0", "eslint-plugin-react": "7.16.0",
"file-loader": "^5.1.0", "file-loader": "^5.1.0",
"flow-bin": "^0.120.1", "flow-bin": "^0.120.1",
"jest": "^24.9.0", "jest": "^25.1.0",
"jest-fetch-mock": "^3.0.2", "jest-fetch-mock": "^3.0.2",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"raf": "^3.4.1", "raf": "^3.4.1",

1656
yarn.lock

File diff suppressed because it is too large Load Diff