Skip to content

Commit

Permalink
chore(package): update deps (#3792)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
christopherthielen authored Dec 30, 2019
1 parent 7065017 commit 7b44bcf
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 121 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"module": "lib-esm/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@uirouter/core": "6.0.1"
"@uirouter/core": "6.0.3"
},
"peerDependencies": {
"angular": ">=1.2.0"
Expand All @@ -81,11 +81,11 @@
"@types/angular": "1.6.57",
"@types/angular-animate": "^1.5.10",
"@types/angular-mocks": "^1.7.0",
"@types/jasmine": "^3.4.4",
"@uirouter/publish-scripts": "^2.3.42",
"@types/jasmine": "^3.5.0",
"@uirouter/publish-scripts": "^2.3.44",
"dts-downlevel": "^0.3.0",
"fork-ts-checker-webpack-plugin": "^2.0.0",
"husky": "^3.0.9",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"husky": "^3.1.0",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
Expand All @@ -95,17 +95,17 @@
"karma-super-dots-reporter": "^0.2.0",
"karma-webpack": "^4.0.2",
"lodash": "^4.17.15",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"rollup": "^1.25.2",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rollup": "^1.27.14",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.3",
"rollup-plugin-uglify": "^6.0.4",
"ts-loader": "^6.2.1",
"tslint": "^5.20.0",
"tslint": "^5.20.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2"
"webpack": "^4.41.5"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 7b44bcf

Please sign in to comment.