Skip to content

Commit 7b44bcf

Browse files
chore(package): update deps (#3792)
* chore(package): update to @types/[email protected], @uirouter/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], @uirouter/[email protected] * chore(package): downgrade typescript * chore(package): update to uirouter/core 6.0.3
1 parent 7065017 commit 7b44bcf

File tree

2 files changed

+156
-121
lines changed

2 files changed

+156
-121
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"module": "lib-esm/index.js",
7373
"typings": "lib/index.d.ts",
7474
"dependencies": {
75-
"@uirouter/core": "6.0.1"
75+
"@uirouter/core": "6.0.3"
7676
},
7777
"peerDependencies": {
7878
"angular": ">=1.2.0"
@@ -81,11 +81,11 @@
8181
"@types/angular": "1.6.57",
8282
"@types/angular-animate": "^1.5.10",
8383
"@types/angular-mocks": "^1.7.0",
84-
"@types/jasmine": "^3.4.4",
85-
"@uirouter/publish-scripts": "^2.3.42",
84+
"@types/jasmine": "^3.5.0",
85+
"@uirouter/publish-scripts": "^2.3.44",
8686
"dts-downlevel": "^0.3.0",
87-
"fork-ts-checker-webpack-plugin": "^2.0.0",
88-
"husky": "^3.0.9",
87+
"fork-ts-checker-webpack-plugin": "^3.1.1",
88+
"husky": "^3.1.0",
8989
"jasmine-core": "^3.5.0",
9090
"karma": "^4.4.1",
9191
"karma-chrome-launcher": "^3.1.0",
@@ -95,17 +95,17 @@
9595
"karma-super-dots-reporter": "^0.2.0",
9696
"karma-webpack": "^4.0.2",
9797
"lodash": "^4.17.15",
98-
"prettier": "^1.18.2",
99-
"pretty-quick": "^2.0.0",
100-
"rollup": "^1.25.2",
98+
"prettier": "^1.19.1",
99+
"pretty-quick": "^2.0.1",
100+
"rollup": "^1.27.14",
101101
"rollup-plugin-node-resolve": "^5.2.0",
102102
"rollup-plugin-sourcemaps": "^0.4.2",
103-
"rollup-plugin-uglify": "^6.0.3",
103+
"rollup-plugin-uglify": "^6.0.4",
104104
"ts-loader": "^6.2.1",
105-
"tslint": "^5.20.0",
105+
"tslint": "^5.20.1",
106106
"tslint-eslint-rules": "^5.4.0",
107107
"typescript": "^3.6.4",
108-
"webpack": "^4.41.2"
108+
"webpack": "^4.41.5"
109109
},
110110
"husky": {
111111
"hooks": {

0 commit comments

Comments
 (0)