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

Commit

Permalink
updated deps and added types for isomorphic fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbuenger committed Aug 15, 2017
1 parent c7fd779 commit 38c75a8
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,47 @@
"prettier": "prettier --single-quote --print-width 60 --no-semi --write \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@project-r/styleguide": "^0.4.9",
"@project-r/styleguide": "^1.0.1",
"@types/express": "^4.0.36",
"@types/node": "^8.0.15",
"@types/isomorphic-fetch": "0.0.34",
"@types/node": "^8.0.22",
"@types/prop-types": "^15.5.1",
"@types/react": "^15.0.38",
"@types/react": "^16.0.2",
"@types/react-textarea-autosize": "^4.3.1",
"d3-format": "^1.2.0",
"d3-time-format": "^2.0.5",
"debounce": "^1.0.2",
"dotenv": "^4.0.0",
"email-validator": "^1.0.7",
"express": "^4.15.3",
"express-basic-auth": "^1.1.1",
"glamor": "^2.20.24",
"email-validator": "^1.1.1",
"express": "^4.15.4",
"express-basic-auth": "^1.1.2",
"glamor": "^2.20.40",
"moment": "^2.18.1",
"next": "3.0.1-beta.17",
"next": "3.0.3",
"next-routes": "^1.0.40",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-apollo": "^1.4.3",
"react-apollo": "^1.4.14",
"react-dom": "^15.6.1",
"react-infinite-scroller": "^1.0.14",
"react-infinite-scroller": "^1.0.15",
"react-maskedinput": "^4.0.0",
"react-sticky-el": "^1.0.10",
"react-textarea-autosize": "^5.0.7",
"typescript": "^2.4.1"
"react-sticky-el": "^1.0.13",
"react-textarea-autosize": "^5.1.0",
"typescript": "^2.4.2"
},
"devDependencies": {
"@types/enzyme": "^2.8.2",
"@types/react-virtualized": "^9.7.2",
"@types/enzyme": "^2.8.6",
"@types/react-virtualized": "^9.7.3",
"@types/tape": "^4.2.30",
"concurrently": "^3.5.0",
"enzyme": "^2.9.1",
"faucet": "0.0.1",
"glob": "^7.1.2",
"prettier": "^1.5.2",
"prettier": "^1.5.3",
"react-test-renderer": "^15.6.1",
"tape": "^4.7.0",
"ts-node": "^3.2.0",
"tslint": "^5.5.0",
"tslint-config-prettier": "^1.1.0"
"tape": "^4.8.0",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"tslint-config-prettier": "^1.3.0"
}
}

0 comments on commit 38c75a8

Please sign in to comment.