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

Commit

Permalink
feat: Upgrade deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Oct 17, 2018
1 parent e59a2a2 commit f642556
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 505 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,57 +23,57 @@
},
"author": "Kyle Alwyn <kyle@sappira.com>",
"dependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.1",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-proposal-export-default-from": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-destructuring": "7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.3",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0",
"autoprefixer": "9.1.5",
"@babel/runtime": "7.1.2",
"autoprefixer": "9.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.2",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-lodash": "^3.3.4",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "1.0.0",
"dotenv": "6.0.0",
"dotenv": "6.1.0",
"dotenv-expand": "4.2.0",
"file-loader": "2.0.0",
"find-up": "3.0.0",
"fs-extra": "7.0.0",
"html-webpack-plugin": "^4.0.0-beta.2",
"loader-utils": "1.1.0",
"lodash": "4.17.11",
"mini-css-extract-plugin": "0.4.2",
"node-sass": "4.9.3",
"mini-css-extract-plugin": "0.4.4",
"node-sass": "4.9.4",
"object-assign": "4.1.1",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"promise": "8.0.1",
"promise": "8.0.2",
"raf": "3.4.0",
"react-dev-utils": "^6.0.5",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"style-loader": "0.23.1",
"sw-precache-webpack-plugin": "0.11.5",
"thread-loader": "1.2.0",
"uglifyjs-webpack-plugin": "2.0.0",
"url-loader": "1.1.1",
"webpack": "4.19.0",
"webpack-dev-server": "3.1.8",
"uglifyjs-webpack-plugin": "2.0.1",
"url-loader": "1.1.2",
"webpack": "4.21.0",
"webpack-dev-server": "3.1.9",
"webpack-manifest-plugin": "2.0.4",
"webpack-merge": "4.1.4",
"whatwg-fetch": "3.0.0"
Expand All @@ -83,28 +83,28 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "7.0.0",
"@types/autoprefixer": "^6.7.3",
"@babel/preset-typescript": "7.1.0",
"@types/autoprefixer": "^9.1.0",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.2",
"@types/express": "^4.16.0",
"@types/find-up": "^2.1.1",
"@types/fs-extra": "^5.0.4",
"@types/html-webpack-plugin": "^3.2.0",
"@types/lodash": "^4.14.116",
"@types/lodash": "^4.14.117",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^10.9.4",
"@types/node": "^10.12.0",
"@types/optimize-css-assets-webpack-plugin": "^1.3.3",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.4.11",
"@types/webpack-dev-server": "^3.1.0",
"@types/webpack": "^4.4.17",
"@types/webpack-dev-server": "^3.1.1",
"@types/webpack-manifest-plugin": "^1.3.2",
"@types/webpack-merge": "^4.1.3",
"jest": "23.6.0",
"react": "16.5.1",
"react-dom": "16.5.1",
"react": "16.5.2",
"react-dom": "16.5.2",
"standard-version": "4.4.0",
"ts-jest": "^23.1.4",
"typescript": "^2.9.2"
"ts-jest": "^23.10.4",
"typescript": "^3.1.3"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
Expand Down
Loading

0 comments on commit f642556

Please sign in to comment.