Merge branch 'master' into master

This commit is contained in:
n0cake 2019-06-11 12:24:20 +05:00 committed by GitHub
commit 36711d3709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1145 additions and 493 deletions

1626
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,21 +18,21 @@
"lint:staged": "lint-staged"
},
"dependencies": {
"@sentry/browser": "^5.3.0",
"@sentry/browser": "^5.4.0",
"next": "^7.0.3",
"next-seo": "^1.11.2",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.7",
"react-clipboard.js": "^2.0.12",
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.8",
"styled-components": "^4.2.0",
"styled-components": "^4.3.1",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@cypress/browserify-preprocessor": "^2.1.0",
"@cypress/browserify-preprocessor": "^2.1.1",
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-define": "^1.3.1",
@ -47,8 +47,8 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"flow-bin": "^0.95.1",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"lint-staged": "^8.2.0",
"prettier": "^1.18.2",
"prettier-eslint": "^8.8.2"
},
"lint-staged": {