Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 4, 2020
1 parent 76f5f8e commit 9e028fb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "prettier --write ./src/**/*.{ts,tsx}"
},
"dependencies": {
"@juggle/resize-observer": "2.5.0",
"@juggle/resize-observer": "3.0.2",
"apollo-cache-inmemory": "1.6.5",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.6.8",
Expand All @@ -28,11 +28,11 @@
"react-router-dom": "5.1.2",
"react-spring": "9.0.0-beta.34",
"react-three-fiber": "4.0.0-beta.6",
"react-use-gesture": "6.0.14",
"react-use-gesture": "7.0.2",
"redux": "4.0.4",
"redux-logger": "3.0.6",
"stats.js": "0.17.0",
"styled-components": "4.4.1",
"styled-components": "5.0.1",
"three": "0.111.0",
"typescript-fsa": "3.0.0"
},
Expand All @@ -57,7 +57,7 @@
"@types/eslint": "6.1.3",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/html-webpack-plugin": "3.2.1",
"@types/jest": "24.0.23",
"@types/jest": "25.1.1",
"@types/node": "11.15.3",
"@types/node-sass": "4.11.0",
"@types/prettier": "1.19.0",
Expand All @@ -80,7 +80,7 @@
"@typescript-eslint/typescript-estree": "2.12.0",
"autoprefixer": "9.7.3",
"babel-core": "6.26.3",
"babel-jest": "24.9.0",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-preset-es2015": "6.24.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
Expand All @@ -96,14 +96,14 @@
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"file-loader": "4.3.0",
"fork-ts-checker-webpack-plugin": "3.1.1",
"file-loader": "5.0.2",
"fork-ts-checker-webpack-plugin": "4.0.3",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "6.0.0",
"jest": "24.9.0",
"jest-styled-components": "6.3.4",
"mkdirp": "0.5.1",
"jest": "25.1.0",
"jest-styled-components": "7.0.0",
"mkdirp": "1.0.3",
"node-sass": "4.13.0",
"npm-run-all": "4.1.5",
"postcss-loader": "3.0.0",
Expand All @@ -113,7 +113,7 @@
"rimraf": "3.0.0",
"sass-loader": "8.0.0",
"style-loader": "1.0.1",
"ts-jest": "24.2.0",
"ts-jest": "25.2.0",
"ts-loader": "6.2.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "3.7.4",
Expand All @@ -123,6 +123,6 @@
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2",
"workbox-webpack-plugin": "4.3.1"
"workbox-webpack-plugin": "5.0.0"
}
}

0 comments on commit 9e028fb

Please sign in to comment.