Skip to content

Commit

Permalink
chore(project): update dependencies and add @babel/plugin-transform-r…
Browse files Browse the repository at this point in the history
…untime for the tests
  • Loading branch information
homer0 committed Jul 31, 2019
1 parent 836597f commit f8a043e
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 418 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,58 @@
"license": "MIT",
"dependencies": {
"projext": "^6.0.6",
"wootils": "^2.3.0",
"wootils": "^2.5.0",
"jimple": "^1.5.0",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"extend": "^3.0.2",

"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "3.5.0",
"mini-css-extract-plugin": "0.7.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"mini-css-extract-plugin": "0.8.0",
"html-webpack-plugin": "^3.2.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"compression-webpack-plugin": "2.0.0",
"terser-webpack-plugin": "1.3.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"compression-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^1.3.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"copy-webpack-plugin": "^5.0.3",

"@babel/core": "7.4.4",
"@babel/core": "7.5.5",
"node-sass": "^4.12.0",

"babel-loader": "^8.0.6",
"css-loader": "2.1.1",
"css-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "0.23.1",
"raw-loader": "2.0.0",
"file-loader": "3.0.1",
"url-loader": "1.1.2",
"raw-loader": "^3.1.0",
"file-loader": "^4.1.0",
"url-loader": "^2.1.0",
"resolve-url-loader": "^3.1.0",
"source-map-loader": "0.2.4",

"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0",

"terser": "4.0.0",
"terser": "^4.1.2",

"opener": "^1.5.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"@babel/preset-env": "7.4.4",
"jest-ex": "^6.0.1",
"@babel/preset-env": "7.5.5",
"@babel/plugin-transform-runtime": "7.5.5",
"jest-ex": "^6.1.1",
"jest-cli": "^24.8.0",
"jasmine-expect": "^4.0.1",
"jimpex": "^3.0.0",
"jasmine-expect": "^4.0.2",
"jimpex": "^4.0.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "^1.0.4",
"leasot": "^7.4.0",
"coveralls": "^3.0.4"
"leasot": "^8.0.0",
"coveralls": "^3.0.5"
},
"engine-strict": true,
"engines": {
Expand Down

0 comments on commit f8a043e

Please sign in to comment.