Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#8)
Browse files Browse the repository at this point in the history
chore(deps): update all minor dependencies
  • Loading branch information
kmkzt committed Sep 1, 2019
2 parents 01bf7cf + 536bfb4 commit edba948
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -37,75 +37,75 @@
"release": "release-it"
},
"dependencies": {
"svg-drawing": "1.5.1",
"svg-drawing": "1.6.1",
"two.js": "0.7.0-beta.3"
},
"peerDependencies": {
"react": "16.8.6"
"react": "16.9.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/core": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-typescript": "7.3.3",
"@types/autoprefixer": "9.5.0",
"@types/autoprefixer": "9.6.1",
"@types/babel-core": "6.25.6",
"@types/babel__core": "7.1.2",
"@types/dotenv-webpack": "1.7.0",
"@types/eslint": "6.1.1",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/jest": "24.0.13",
"@types/node": "12.0.4",
"@types/node": "12.7.3",
"@types/node-sass": "4.11.0",
"@types/prettier": "1.16.4",
"@types/react": "16.8.19",
"@types/react-dom": "16.8.4",
"@types/prettier": "1.18.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/rimraf": "2.0.2",
"@types/two.js": "0.7.1",
"@types/uglifyjs-webpack-plugin": "1.1.0",
"@types/webpack": "4.4.32",
"@types/webpack": "4.39.1",
"@types/webpack-dev-server": "3.1.6",
"@types/webpack-merge": "4.1.5",
"@types/workbox-webpack-plugin": "4.1.0",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"@typescript-eslint/typescript-estree": "2.0.0",
"autoprefixer": "9.5.1",
"autoprefixer": "9.6.1",
"babel-core": "6.26.3",
"babel-jest": "24.8.0",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-preset-es2015": "6.24.1",
"css-loader": "3.2.0",
"eslint": "6.3.0",
"eslint-config-prettier": "6.1.0",
"eslint-loader": "3.0.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jest": "24.8.0",
"jest": "24.9.0",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"postcss-loader": "3.0.0",
"pressure": "2.1.2",
"prettier": "1.17.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"release-it": "12.2.2",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"release-it": "12.3.6",
"resolve-url-loader": "3.1.0",
"rimraf": "3.0.0",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"ts-jest": "24.0.2",
"ts-loader": "6.0.2",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "3.5.1",
"webpack": "4.32.2",
"typescript": "3.6.2",
"webpack": "4.39.3",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.4.1",
"webpack-dev-server": "3.8.0",
"webpack-merge": "4.2.1",
"workbox-webpack-plugin": "4.3.1"
}
Expand Down

0 comments on commit edba948

Please sign in to comment.