Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
Update project dependencies and remove unnecessary types.
  • Loading branch information
swashata committed Apr 14, 2019
1 parent dd7e11a commit fb8f9d8
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 995 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jspm_packages/
# TypeScript v1 declaration files
typings/

# Typescript 3.4 build info
tsconfig.tsbuildinfo

# Optional npm cache directory
.npm

Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"private": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entrypoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@types/webpack-env": "^1.13.7"
"@types/webpack-env": "^1.13.9"
},
"engines": {
"node": ">=8.9.0"
Expand Down
53 changes: 24 additions & 29 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,70 +19,65 @@
"license": "MIT",
"private": false,
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/core": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/archiver": "^2.1.2",
"@babel/preset-typescript": "^7.3.3",
"@types/archiver": "^2.1.3",
"@types/browser-sync": "^0.0.43",
"@types/camelcase": "^4.1.0",
"@types/cpy": "^5.1.0",
"@types/del": "^3.0.1",
"@types/execa": "^0.9.0",
"@types/figlet": "^1.2.0",
"@types/figures": "^2.0.0",
"@types/find-up": "^2.1.1",
"@types/gradient-string": "^1.1.0",
"@types/handlebars": "^4.0.40",
"@types/inquirer": "^0.0.44",
"@types/inquirer": "^6.0.0",
"@types/log-symbols": "^2.0.0",
"@types/make-dir": "^1.0.3",
"@types/node": "^11.9.0",
"@types/ora": "^3.0.0",
"@types/node": "^11.13.4",
"@types/update-notifier": "^2.5.0",
"@types/webpack": "^4.4.24",
"@types/webpack": "^4.4.27",
"@types/webpack-assets-manifest": "^3.0.0",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-env": "^1.13.7",
"@types/webpack-hot-middleware": "^2.16.4",
"@types/webpack-env": "^1.13.9",
"@types/webpack-hot-middleware": "^2.16.5",
"@wpackio/babel-preset-base": "^2.13.0",
"archiver": "^3.0.0",
"autoprefixer": "^9.4.7",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"boxen": "^2.1.0",
"boxen": "^3.1.0",
"browser-sync": "^2.26.3",
"camelcase": "^5.0.0",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^1.0.1",
"commander": "^2.19.0",
"cpy": "^7.0.1",
"css-loader": "^2.1.0",
"del": "^4.0.0",
"clean-webpack-plugin": "^2.0.1",
"commander": "^2.20.0",
"cpy": "^7.2.0",
"css-loader": "^2.1.1",
"del": "^4.1.0",
"dev-ip": "^1.0.1",
"enquirer": "^2.3.0",
"execa": "^1.0.0",
"figlet": "^1.2.1",
"figures": "^2.0.0",
"file-loader": "^3.0.1",
"find-up": "^3.0.0",
"gradient-string": "^1.2.0",
"handlebars": "^4.1.0",
"handlebars": "^4.1.2",
"inquirer": "^6.2.2",
"log-symbols": "^2.2.0",
"make-dir": "^2.0.0",
"make-dir": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.1.0",
"ora": "^3.4.0",
"postcss-loader": "^3.0.0",
"pretty-error": "^2.1.1",
"react-dev-utils": "^6.0.4",
"sass-loader": "^7.1.0",
"slugify": "^1.3.4",
"style-loader": "^0.23.1",
"time-fix-plugin": "^2.0.5",
"uglifyjs-webpack-plugin": "^2.1.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"update-notifier": "^2.5.0",
"webpack": "^4.29.3",
"webpack": "^4.30.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-dev-middleware": "^3.5.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1"
},
Expand All @@ -109,6 +104,6 @@
},
"devDependencies": {
"dts-gen": "0.5.7",
"fork-ts-checker-webpack-plugin": "0.5.2"
"fork-ts-checker-webpack-plugin": "1.0.2"
}
}
Loading

0 comments on commit fb8f9d8

Please sign in to comment.