Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Apr 28, 2019
1 parent 6f2af6c commit 1146e63
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 475 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"node": ">=8.9.0"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.11",
"@types/node": "11.13.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"private": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@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.4.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0"
},
"peerDependencies": {
Expand All @@ -49,7 +49,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/core": "7.4.4",
"@wpackio/eslint-config": "^3.0.0",
"dts-gen": "0.5.7"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@typescript-eslint/parser": "1.7.0",
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4"
Expand Down
16 changes: 8 additions & 8 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/archiver": "^2.1.3",
Expand All @@ -29,9 +29,9 @@
"@types/figures": "^2.0.0",
"@types/find-up": "^2.1.1",
"@types/gradient-string": "^1.1.0",
"@types/inquirer": "^6.0.0",
"@types/inquirer": "^6.0.1",
"@types/log-symbols": "^2.0.0",
"@types/node": "^11.13.4",
"@types/node": "^11.13.8",
"@types/update-notifier": "^2.5.0",
"@types/webpack": "^4.4.27",
"@types/webpack-assets-manifest": "^3.0.0",
Expand All @@ -42,7 +42,7 @@
"archiver": "^3.0.0",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.3",
"browser-sync": "^2.26.5",
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.1",
Expand All @@ -52,14 +52,14 @@
"del": "^4.1.0",
"dev-ip": "^1.0.1",
"execa": "^1.0.0",
"figures": "^2.0.0",
"figures": "^3.0.0",
"file-loader": "^3.0.1",
"find-up": "^3.0.0",
"gradient-string": "^1.2.0",
"handlebars": "^4.1.2",
"inquirer": "^6.3.1",
"less-loader": "^4.1.0",
"log-symbols": "^2.2.0",
"log-symbols": "^3.0.0",
"make-dir": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
Expand All @@ -76,7 +76,7 @@
"webpack": "^4.30.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-middleware": "^2.24.4",
"webpack-merge": "^4.2.1"
},
"engines": {
Expand Down Expand Up @@ -104,7 +104,7 @@
"devDependencies": {
"@wpackio/eslint-config": "^3.0.0",
"dts-gen": "0.5.7",
"fork-ts-checker-webpack-plugin": "1.1.1",
"fork-ts-checker-webpack-plugin": "1.2.0",
"less": "3.9.0"
}
}
Loading

0 comments on commit 1146e63

Please sign in to comment.