Skip to content
Snippets Groups Projects
Commit 8dd4cbc7 authored by Tom Robinson's avatar Tom Robinson
Browse files

Lock package.json versions down to specific version until we figure out which...

Lock package.json versions down to specific version until we figure out which newer versions are causing problems
parent 8fd3e541
No related branches found
No related tags found
No related merge requests found
......@@ -10,32 +10,32 @@
},
"dependencies": {
"ace-builds": "git://github.com/ajaxorg/ace-builds",
"angular": "^1.2.28",
"angular-animate": "^1.2.28",
"angular-bootstrap": "^0.12.0",
"angular": "1.2.28",
"angular-animate": "1.2.28",
"angular-bootstrap": "0.12.0",
"angular-cookie": "git://github.com/ivpusic/angular-cookie#v4.0.6",
"angular-cookies": "^1.2.28",
"angular-gridster": "^0.11.7",
"angular-cookies": "1.2.28",
"angular-gridster": "0.11.7",
"angular-http-auth": "git://github.com/tamlyn/angular-http-auth#1eb4a08d08b400956c0848f84d8fcaa9ad1357a2",
"angular-readable-time": "git://github.com/wildlyinaccurate/angular-readable-time#0.1.1",
"angular-resource": "^1.2.28",
"angular-route": "^1.2.28",
"angular-sanitize": "^1.2.28",
"angular-ui-ace": "^0.2.3",
"angular-resource": "1.2.28",
"angular-route": "1.2.28",
"angular-sanitize": "1.2.28",
"angular-ui-ace": "0.2.3",
"angular-xeditable": "git://github.com/vitalets/angular-xeditable#0.1.9",
"angularytics": "^0.3.0",
"crossfilter": "^1.3.11",
"d3": "^3.5.3",
"dc": "^2.0.0-beta.1",
"jquery": "^2.1.4",
"moment": "^2.9.0",
"ng-sortable": "^1.2.0",
"ngreact": "^0.1.5",
"react": "^0.12.2",
"react-datepicker": "^0.5.1",
"react-onclickoutside": "^0.2.2",
"tether": "^0.6.5",
"underscore": "^1.8.3"
"angularytics": "0.3.0",
"crossfilter": "1.3.11",
"d3": "3.5.3",
"dc": "2.0.0-beta.1",
"jquery": "2.1.4",
"moment": "2.9.0",
"ng-sortable": "1.2.0",
"ngreact": "0.1.5",
"react": "0.12.2",
"react-datepicker": "0.5.1",
"react-onclickoutside": "0.2.2",
"tether": "0.6.5",
"underscore": "1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.2.28",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment