1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-10 14:21:06 +03:00

Update dependencies

This commit is contained in:
Brent Jackson 2018-11-12 10:37:53 +00:00
parent 9f9bbbad67
commit aa34c72607
2 changed files with 355 additions and 323 deletions

640
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"prepare": "npm run babel",
"babel": "babel src -d dist",
"watch": "babel src -d dist --watch",
"start": "./cli.js docs/index.mdx -p 8989",
"start": "./cli.js docs/index.mdx -p 8080",
"build": "./cli.js build docs/index.mdx -d site",
"pdf": "./cli.js pdf docs/index.mdx -d site",
"screenshot": "./cli.js screenshot docs/index.mdx -d docs",
@ -23,12 +23,12 @@
"repository": "github:jxnblk/mdx-deck",
"dependencies": {
"@compositor/webfont": "^1.0.39",
"@mdx-js/mdx": "^0.15.3",
"@mdx-js/tag": "^0.15.0",
"@mdx-js/mdx": "^0.15.7",
"@mdx-js/tag": "^0.15.6",
"ansi-html": "0.0.7",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-styled-components": "^1.7.1",
"babel-plugin-styled-components": "^1.8.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
@ -39,9 +39,9 @@
"gray-matter": "^4.0.1",
"hhmmss": "^1.0.0",
"html-entities": "^1.2.1",
"koa": "^2.5.3",
"koa": "^2.6.2",
"koa-static": "^5.0.0",
"koa-webpack": "^5.1.0",
"koa-webpack": "^5.1.1",
"loader-utils": "^1.1.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
@ -52,21 +52,21 @@
"pkg-conf": "^2.1.0",
"progress-bar-webpack-plugin": "^1.11.0",
"prop-types": "^15.6.2",
"puppeteer": "^1.8.0",
"puppeteer": "^1.10.0",
"querystring": "^0.2.0",
"react": "^16.5.2",
"react-dev-utils": "^5.0.2",
"react-dom": "^16.5.2",
"react": "^16.6.1",
"react-dev-utils": "^5.0.3",
"react-dom": "^16.6.1",
"react-swipeable": "^4.3.0",
"react-syntax-highlighter": "^8.0.1",
"remark-emoji": "^2.0.1",
"react-syntax-highlighter": "^8.1.0",
"remark-emoji": "^2.0.2",
"remark-unwrap-images": "0.0.2-0",
"rimraf": "^2.6.2",
"stringify-object": "^3.2.2",
"styled-components": "^3.4.9",
"styled-system": "^3.1.4",
"stringify-object": "^3.3.0",
"styled-components": "^3.4.10",
"styled-system": "^3.1.11",
"superbox": "^2.1.0",
"webpack": "^4.19.1",
"webpack": "^4.25.1",
"webpack-hot-client": "^4.1.1",
"webpack-merge": "^4.1.4",
"webpack-node-externals": "^1.7.2"
@ -74,13 +74,13 @@
"peerDependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"husky": "^1.0.0-rc.15",
"husky": "^1.1.3",
"jest": "^23.6.0",
"jest-styled-components": "^5.0.1",
"lint-staged": "^7.3.0",
"mdx-deck-code-surfer": "^0.4.1",
"prettier": "^1.14.3",
"react-test-renderer": "^16.5.2"
"prettier": "^1.15.2",
"react-test-renderer": "^16.6.1"
},
"jest": {
"roots": [