Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Jul 17, 2019
1 parent 4c78829 commit 6924399
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 230 deletions.
48 changes: 24 additions & 24 deletions packages/docusaurus-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,51 +26,51 @@
"docusaurus-rename-version": "./lib/rename-version.js"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.1.2",
"@babel/register": "^7.4.4",
"@babel/traverse": "^7.5.0",
"@babel/types": "^7.5.0",
"autoprefixer": "^9.6.0",
"babylon": "^6.17.4",
"babylon": "^6.18.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.1",
"chokidar": "^3.0.2",
"classnames": "^2.2.6",
"color": "^2.0.1",
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"crowdin-cli": "^0.3.0",
"cssnano": "^4.1.0",
"escape-string-regexp": "^1.0.5",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"feed": "^1.1.0",
"fs-extra": "^5.0.0",
"gaze": "^1.1.2",
"fs-extra": "^8.1.0",
"gaze": "^1.1.3",
"glob": "^7.1.3",
"highlight.js": "^9.12.0",
"highlight.js": "^9.15.8",
"imagemin": "^6.0.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"portfinder": "^1.0.17",
"postcss": "^7.0.1",
"prismjs": "^1.15.0",
"react": "^16.5.0",
"react-dev-utils": "^5.0.2",
"react-dom": "^16.5.0",
"portfinder": "^1.0.21",
"postcss": "^7.0.17",
"prismjs": "^1.16.0",
"react": "^16.8.4",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.4",
"remarkable": "^1.7.1",
"request": "^2.87.0",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"sitemap": "^1.13.0",
"tcp-port-used": "^0.1.2",
"sitemap": "^3.2.2",
"tcp-port-used": "^1.0.1",
"tiny-lr": "^1.1.1",
"tree-node-cli": "^1.2.5",
"truncate-html": "^1.0.1"
Expand Down
Loading

0 comments on commit 6924399

Please sign in to comment.