Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyikp committed Mar 27, 2020
1 parent b687fb5 commit abd3423
Show file tree
Hide file tree
Showing 2 changed files with 1,035 additions and 656 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -24,52 +24,52 @@
"watch": "yarn run development --watch"
},
"dependencies": {
"@babel/runtime": "7.8.4",
"@babel/runtime": "7.9.2",
"bootstrap": "4.4.1",
"jquery": "3.4.1",
"jszip": "3.2.2",
"monaco-editor": "0.20.0",
"nullthrows": "1.1.1",
"pako": "1.0.11",
"popper.js": "1.16.1",
"preact": "10.3.2",
"preact": "10.3.4",
"react-loadable": "5.5.0",
"react-monaco-editor": "0.34.0",
"react-monaco-editor": "0.35.0",
"reactstrap": "8.4.1",
"uppie": "1.1.2"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-flow": "7.8.3",
"@babel/preset-react": "7.8.3",
"autoprefixer": "9.7.4",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-flow": "7.9.0",
"@babel/preset-react": "7.9.4",
"autoprefixer": "9.7.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-transform-imports": "2.0.0",
"clean-webpack-plugin": "3.0.0",
"cross-env": "7.0.0",
"cross-env": "7.0.2",
"css-loader": "3.4.2",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react": "7.19.0",
"fibers": "4.0.2",
"file-loader": "5.0.2",
"file-loader": "6.0.0",
"flow-bin": "0.121.0",
"mini-css-extract-plugin": "0.9.0",
"monaco-editor-webpack-plugin": "1.9.0",
"postcss": "7.0.27",
"postcss-loader": "3.0.0",
"prettier": "2.0.2",
"sass": "1.25.0",
"sass": "1.26.3",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"webpack": "4.41.6",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-manifest-plugin": "2.2.0"
}
Expand Down

0 comments on commit abd3423

Please sign in to comment.