Skip to content

Commit

Permalink
NPM package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
calebegg committed Jun 5, 2017
1 parent 9116194 commit 8953883
Show file tree
Hide file tree
Showing 2 changed files with 1,058 additions and 117 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/google.analytics": "^0.0.33",
"@types/lodash": "^4.14.62",
"@types/lodash": "^4.14.65",
"@types/pako": "^1.0.0",
"dialog-polyfill": "^0.4.7",
"lodash": "^4.17.4",
Expand All @@ -15,29 +15,29 @@
"requirejs": "^2.3.2"
},
"devDependencies": {
"@types/jasmine": "^2.5.47",
"@types/jasmine": "^2.5.51",
"concurrently": "^3.4.0",
"firebase-tools": "^3.6.1",
"firebase-tools": "^3.9.1",
"github": "^9.2.0",
"handlebars-cmd": "^0.1.4",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"live-server": "^1.2.0",
"semver": "^5.3.0",
"tslint": "^5.1.0",
"typescript": "rc",
"uglify-js-harmony": "^2.7.5"
"tslint": "^5.4.2",
"typescript": "^2.3.4",
"uglify-js-harmony": "^2.7.7"
},
"scripts": {
"test": "concurrently 'npm run karma-phantom' 'npm run tslint' 'npm run tsc-check'",
"karma-phantom": "tsc --target es5 ; karma start --single-run --browsers PhantomJS",
"tslint": "tslint --config=tslint.json src/**/*.ts",
"tslint": "tslint --config tslint.json src/**/*.ts",
"tsc-check": "tsc --noEmit"
}
}

0 comments on commit 8953883

Please sign in to comment.