Skip to content

Commit

Permalink
update dependencies, now works on node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJoreteg committed Sep 17, 2015
1 parent a902439 commit f917eb0
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,42 @@
"version": "1.31.0",
"author": "Henrik Joreteg <henrik@andyet.net>",
"dependencies": {
"ampersand-app": "^1.0.1",
"ampersand-model": "^5.0.1",
"ampersand-react-mixin": "^0.1.1",
"ampersand-rest-collection": "^3.0.0",
"ampersand-app": "^1.0.4",
"ampersand-model": "^6.0.1",
"ampersand-react-mixin": "^0.1.4",
"ampersand-rest-collection": "^5.0.0",
"ampersand-router": "^3.0.2",
"autoprefixer": "^6.0.2",
"autoprefixer-stylus": "^0.5.0",
"babel": "^4.7.16",
"babel-core": "^4.7.16",
"babel-loader": "^4.3.0",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"hjs-webpack": "^2.3.0",
"json-loader": "^0.5.2",
"local-links": "^1.3.0",
"lodash.assign": "^3.0.0",
"lodash.has": "^3.0.0",
"lodash.merge": "^3.1.0",
"autoprefixer-stylus": "^0.7.1",
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"css-loader": "^0.18.0",
"file-loader": "^0.8.4",
"hjs-webpack": "^2.13.1",
"json-loader": "^0.5.3",
"local-links": "^1.4.0",
"lodash.assign": "^3.2.0",
"lodash.has": "^3.2.1",
"lodash.merge": "^3.3.2",
"lodash.pick": "^3.1.0",
"lodash.result": "^3.0.0",
"lodash.result": "^3.1.2",
"milliseconds": "^1.0.3",
"octicons": "^2.2.0",
"octicons": "^2.4.1",
"postcss-loader": "^0.6.0",
"qs": "^2.4.1",
"qs": "^5.1.0",
"react": "^0.13.3",
"react-hot-loader": "^1.3.0",
"slugger": "^1.0.0",
"standard": "^3.3.0",
"style-loader": "^0.9.0",
"standard": "^5.3.0",
"style-loader": "^0.12.4",
"stylus-loader": "^1.3.0",
"surge": "^0.8.1",
"surge": "^0.14.4",
"url-loader": "^0.5.6",
"webpack": "^1.7.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0",
"xhr": "^2.0.1",
"yeticss": "^6.0.7"
"xhr": "^2.1.0",
"yeticss": "^7.0.5"
},
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit f917eb0

Please sign in to comment.