chore: update dependencies

This commit is contained in:
Pedro Nauck
2018-10-31 19:01:58 -03:00
parent f26a9905fa
commit 8627924c60
8 changed files with 534 additions and 765 deletions

View File

@@ -9,8 +9,8 @@
"dependencies": {
"emotion": "^9.2.12",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"react-emotion": "^9.2.12"
},
"devDependencies": {

View File

@@ -10,7 +10,7 @@
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"styled-components": "^4.0.2"
"styled-components": "^4.0.3"
},
"devDependencies": {
"docz": "^0.12.7"

View File

@@ -39,7 +39,7 @@
"husky": "^1.1.2",
"lerna": "3.4.3",
"libundler": "^1.7.6",
"lint-staged": "^8.0.3",
"lint-staged": "^8.0.4",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2",
"trash-cli": "^1.4.0",

View File

@@ -25,16 +25,16 @@
"@babel/core": "7.1.2",
"@babel/polyfill": "7.0.0",
"@babel/runtime": "^7.1.2",
"@mdx-js/loader": "^0.15.5",
"@mdx-js/mdx": "^0.15.5",
"@mdx-js/mdxast": "^0.15.0",
"@sindresorhus/slugify": "^0.4.0",
"@mdx-js/loader": "^0.15.6",
"@mdx-js/mdx": "^0.15.6",
"@mdx-js/mdxast": "^0.15.6",
"@sindresorhus/slugify": "^0.6.0",
"@svgr/webpack": "^3.1.0",
"art-template": "^4.13.0",
"babel-loader": "^8.0.2",
"babel-preset-docz": "^0.12.6",
"babylon": "^6.18.0",
"cache-loader": "^1.2.2",
"cache-loader": "^1.2.5",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"common-tags": "^1.8.0",
@@ -90,7 +90,6 @@
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/connect-history-api-fallback": "^1.3.1",
"@types/deepmerge": "^2.2.0",
"@types/del": "^3.0.1",
"@types/fs-extra": "^5.0.4",
"@types/html-webpack-plugin": "^3.2.0",

View File

@@ -38,8 +38,8 @@
"rc-tooltip": "^3.7.3",
"re-resizable": "^4.9.2",
"react": "^16.6.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.6.0",
"react-codemirror2": "^5.1.0",
"react-emotion": "^9.2.12",
"react-feather": "^1.1.4",
"react-live": "^1.12.0",
@@ -65,7 +65,7 @@
"filemanager-webpack-plugin": "^2.0.5",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
"ts-loader": "^5.2.2",
"ts-loader": "^5.3.0",
"webpack": "^4.23.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2"

View File

@@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/generator": "^7.1.3",
"@babel/parser": "^7.1.0",
"@babel/parser": "^7.1.3",
"@babel/traverse": "^7.1.4",
"codesandboxer-fs": "^0.4.1",
"fs-extra": "^7.0.0",
@@ -41,7 +41,7 @@
"lodash.get": "^4.4.2",
"prettier": "^1.14.3",
"remark-frontmatter": "^1.2.1",
"remark-parse": "^5.0.0",
"remark-parse": "^6.0.1",
"remark-parse-yaml": "^0.0.1",
"remark-slug": "^5.1.0",
"signale": "^1.3.0",

View File

@@ -26,8 +26,8 @@
"tslint": "tslint --project ."
},
"dependencies": {
"@mdx-js/tag": "^0.15.0",
"@sindresorhus/slugify": "^0.4.0",
"@mdx-js/tag": "^0.15.6",
"@sindresorhus/slugify": "^0.6.0",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"create-react-context": "^0.2.3",
@@ -37,9 +37,9 @@
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-copy-write": "^0.8.0",
"react-dom": "^16.6.0",
"react-imported-component": "^4.6.2",
"react-copy-write": "^0.8.0",
"react-imported-component": "^5.1.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
@@ -51,7 +51,6 @@
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/deepmerge": "^2.2.0",
"@types/lodash": "^4.14.117",
"@types/react": "^16.4.18",
"@types/react-copy-write": "^0.7.1",

1263
yarn.lock

File diff suppressed because it is too large Load Diff