Skip to content

Commit

Permalink
Lock down all package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkampen committed Jun 6, 2017
1 parent 7c4da22 commit 2c8ca69
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "tslint 'src/**/*.ts'"
},
"dependencies": {
"@angular-redux/store": "^6.4.1",
"@angular-redux/store": "6.4.1",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/core": "4.1.3",
Expand All @@ -43,63 +43,63 @@
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"@types/redux-logger": "^3.0.0",
"basscss": "^7.0.4",
"basscss-border-colors": "^2.1.0",
"basscss-type-scale": "^1.0.5",
"basscss-typography": "^3.0.3",
"core-js": "^2.2.2",
"cross-env": "^3.1.4",
"@types/redux-logger": "3.0.0",
"basscss": "7.0.4",
"basscss-border-colors": "2.1.0",
"basscss-type-scale": "1.0.5",
"basscss-typography": "3.0.3",
"core-js": "2.2.2",
"cross-env": "3.1.4",
"crypto": "0.0.3",
"d3": "^4.5.0",
"expose-loader": "^0.7.1",
"immutable": "^3.7.6",
"ramda": "^0.24.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"rxjs": "^5.3.0",
"zone.js": "^0.8.4"
"d3": "4.5.0",
"expose-loader": "0.7.1",
"immutable": "3.7.6",
"ramda": "0.24.1",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"redux-observable": "0.14.1",
"rxjs": "5.3.0",
"zone.js": "0.8.4"
},
"devDependencies": {
"@types/chrome": "0.0.38",
"@types/clone": "^0.1.30",
"@types/d3": "^4.4.1",
"@types/d3-hierarchy": "^1.0.4",
"@types/d3-selection": "^1.0.9",
"@types/d3-shape": "^1.0.7",
"@types/es6-shim": "^0.31.32",
"@types/node": "^7.0.5",
"@types/tape": "^4.2.28",
"autoprefixer": "^6.3.6",
"basscss-layout": "^3.1.0",
"clone": "^2.1.0",
"css-loader": "^0.26.1",
"d3-hierarchy": "^1.1.1",
"d3-selection": "^1.0.3",
"d3-shape": "^1.0.4",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.0",
"file-loader": "^0.10.0",
"msgpack-lite": "^0.1.20",
"@types/clone": "0.1.30",
"@types/d3": "4.4.1",
"@types/d3-hierarchy": "1.0.4",
"@types/d3-selection": "1.0.9",
"@types/d3-shape": "1.0.7",
"@types/es6-shim": "0.31.32",
"@types/node": "7.0.5",
"@types/tape": "4.2.28",
"autoprefixer": "6.3.6",
"basscss-layout": "3.1.0",
"clone": "2.1.0",
"css-loader": "0.26.1",
"d3-hierarchy": "1.1.1",
"d3-selection": "1.0.3",
"d3-shape": "1.0.4",
"es6-promise": "4.0.5",
"es6-shim": "0.35.0",
"file-loader": "0.10.0",
"msgpack-lite": "0.1.20",
"object-assign": "4.1.1",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.0.0",
"raven-js": "^3.14.2",
"raw-loader": "^0.5.1",
"postcss-cssnext": "2.5.2",
"postcss-import": "9.1.0",
"postcss-loader": "1.0.0",
"raven-js": "3.14.2",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.9",
"rimraf": "2.5.4",
"style-loader": "^0.13.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"tape-run": "^2.1.3",
"to-string-loader": "^1.1.4",
"ts-loader": "^2.0.0",
"tslint": "^4.4.2",
"tslint-loader": "^3.3.0",
"style-loader": "0.13.1",
"tap-spec": "4.1.1",
"tape": "4.2.2",
"tape-run": "2.1.3",
"to-string-loader": "1.1.4",
"ts-loader": "2.0.0",
"tslint": "4.4.2",
"tslint-loader": "3.3.0",
"typescript": "2.1.6",
"url-loader": "^0.5.7",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2"
},
Expand Down

0 comments on commit 2c8ca69

Please sign in to comment.