Skip to content

Commit bb36c71

Browse files
chore(*): Update deps
1 parent fe06ce8 commit bb36c71

File tree

2 files changed

+638
-131
lines changed

2 files changed

+638
-131
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,36 +64,36 @@
6464
"jsnext:main": "lib-esm/index.js",
6565
"license": "MIT",
6666
"devDependencies": {
67-
"@types/jasmine": "^2.5.47",
67+
"@types/jasmine": "2.8.6",
6868
"@types/jquery": "3.3.0",
6969
"@uirouter/publish-scripts": "2.2.4",
70-
"conventional-changelog": "^1.1.0",
71-
"conventional-changelog-cli": "^1.1.1",
72-
"core-js": "^2.4.1",
73-
"dts-downlevel": "^0.3.0",
70+
"conventional-changelog": "1.1.7",
71+
"conventional-changelog-cli": "1.3.5",
72+
"core-js": "2.5.3",
73+
"dts-downlevel": "0.3.0",
7474
"fork-ts-checker-webpack-plugin": "0.3.0",
75-
"glob": "^7.1.2",
76-
"jasmine-core": "^2.4.1",
75+
"glob": "7.1.2",
76+
"jasmine-core": "2.9.1",
7777
"karma": "2.0.0",
7878
"karma-chrome-launcher": "2.2.0",
79-
"karma-firefox-launcher": "^1.0.1",
80-
"karma-jasmine": "^1.0.2",
81-
"karma-phantomjs-launcher": "^1.0.4",
82-
"karma-script-launcher": "~1.0.0",
83-
"karma-sourcemap-loader": "^0.3.7",
84-
"karma-webpack": "^2.0.9",
85-
"npm-run-all": "^4.1.2",
86-
"readline-sync": "^1.4.4",
79+
"karma-firefox-launcher": "1.1.0",
80+
"karma-jasmine": "1.1.1",
81+
"karma-phantomjs-launcher": "1.0.4",
82+
"karma-script-launcher": "1.0.0",
83+
"karma-sourcemap-loader": "0.3.7",
84+
"karma-webpack": "2.0.9",
85+
"npm-run-all": "4.1.2",
86+
"readline-sync": "1.4.7",
8787
"rollup": "0.55.1",
88-
"rollup-plugin-node-resolve": "^3.0.0",
89-
"rollup-plugin-sourcemaps": "^0.4.2",
90-
"rollup-plugin-uglify": "^3.0.0",
88+
"rollup-plugin-node-resolve": "3.0.2",
89+
"rollup-plugin-sourcemaps": "0.4.2",
90+
"rollup-plugin-uglify": "3.0.0",
9191
"shelljs": "0.8.1",
92-
"shx": "^0.2.2",
93-
"ts-loader": "^3.2.0",
94-
"tslint": "^5.8.0",
95-
"tslint-eslint-rules": "^4.1.1",
92+
"shx": "0.2.2",
93+
"ts-loader": "3.3.1",
94+
"tslint": "5.9.1",
95+
"tslint-eslint-rules": "4.1.1",
9696
"typescript": "2.6.2",
97-
"webpack": "^3.10.0"
97+
"webpack": "3.10.0"
9898
}
9999
}

0 commit comments

Comments
 (0)