Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #119 from apollographql/justin/disable-renovate
Browse files Browse the repository at this point in the history
Remove renovate
  • Loading branch information
Justin Anastos authored Sep 18, 2019
2 parents d88f503 + cdedf01 commit f30c4a2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 59 deletions.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,56 +56,56 @@
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@actions/core": "1.1.0",
"@actions/github": "1.1.0",
"@babel/core": "7.4.5",
"@babel/traverse": "7.5.5",
"@storybook/addon-actions": "5.2.0-rc.10",
"@storybook/addon-docs": "5.2.0-rc.10",
"@storybook/addons": "5.2.0-rc.10",
"@storybook/preset-typescript": "1.1.0",
"@storybook/react": "5.2.0-rc.10",
"@svgr/core": "4.3.0",
"@svgr/plugin-jsx": "4.3.0",
"@svgr/plugin-prettier": "4.2.0",
"@svgr/plugin-svgo": "4.2.0",
"@testing-library/jest-dom": "4.1.0",
"@testing-library/react": "8.0.9",
"@trevorblades/eslint-config": "6.22.1",
"@types/babel__traverse": "7.0.7",
"@types/jest": "24.0.18",
"@types/less": "3.0.0",
"@types/react": "16.8.21",
"@types/storybook__react": "4.0.2",
"@types/svgo": "1.2.1",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"auto": "7.6.0",
"babel-loader": "8.0.6",
"btoa": "1.2.1",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-config-problems": "3.0.1",
"eslint-plugin-mdx": "1.4.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"jest": "24.9.0",
"jest-emotion": "10.0.17",
"less": "3.9.0",
"node-fetch": "2.6.0",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"npm-watch": "0.6.0",
"react-docgen-typescript-loader": "3.1.1",
"rimraf": "2.6.3",
"storybook-chromatic": "2.2.2",
"styled-system": "5.0.12",
"svgo": "1.2.2",
"ts-jest": "24.0.2",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"typescript": "3.5.2"
"@actions/core": "^1.1.0",
"@actions/github": "^1.1.0",
"@babel/core": "^7.4.5",
"@babel/traverse": "^7.5.5",
"@storybook/addon-actions": "^5.2.0-rc.10",
"@storybook/addon-docs": "^5.2.0-rc.10",
"@storybook/addons": "^5.2.0-rc.10",
"@storybook/preset-typescript": "^1.1.0",
"@storybook/react": "^5.2.0-rc.10",
"@svgr/core": "^4.3.0",
"@svgr/plugin-jsx": "^4.3.0",
"@svgr/plugin-prettier": "^4.2.0",
"@svgr/plugin-svgo": "^4.2.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"@trevorblades/eslint-config": "^6.22.1",
"@types/babel__traverse": "^7.0.7",
"@types/jest": "^24.0.15",
"@types/less": "^3.0.0",
"@types/react": "^16.8.21",
"@types/storybook__react": "^4.0.2",
"@types/svgo": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"auto": "^7.6.0",
"babel-loader": "^8.0.6",
"btoa": "^1.2.1",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-config-problems": "^3.0.1",
"eslint-plugin-mdx": "^1.4.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^2.0.1",
"jest": "^24.8.0",
"jest-emotion": "^10.0.14",
"less": "^3.9.0",
"node-fetch": "^2.6.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.6.0",
"react-docgen-typescript-loader": "^3.1.1",
"rimraf": "^2.6.3",
"storybook-chromatic": "^2.2.2",
"styled-system": "^5.0.12",
"svgo": "^1.2.2",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
},
"peerDependencies": {
"react": ">16"
Expand Down
9 changes: 0 additions & 9 deletions renovate.json

This file was deleted.

0 comments on commit f30c4a2

Please sign in to comment.