Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Jan 22, 2017
1 parent c793ee3 commit 2eff57a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,27 @@
"homepage": "https://thealjey.github.io/webcompiler",
"dependencies": {
"autoprefixer": "^6.6.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.21.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.22.0",
"cheerio": "^0.22.0",
"codemirror": "^5.22.2",
"codemirror": "^5.23.0",
"docdash": "^0.4.0",
"eslint": "^3.13.1",
"eslint-plugin-babel": "^4.0.0",
"eslint": "^3.14.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-lodash": "^2.2.5",
"eslint-plugin-lodash": "^2.3.2",
"eslint-plugin-react": "^6.9.0",
"fb-watchman": "^1.9.0",
"flow-bin": "^0.37.4",
Expand All @@ -88,7 +88,7 @@
"node-sass": "^4.3.0",
"node-sass-import-once": "^1.2.0",
"null-loader": "^0.1.1",
"postcss": "^5.2.10",
"postcss": "^5.2.11",
"react": "^15.4.2",
"react-hot-loader": "^1.3.1",
"remarkable": "^1.7.1",
Expand Down

0 comments on commit 2eff57a

Please sign in to comment.