Skip to content

Commit e2b283c

Browse files
feat: update to uirouter/angular 9.1.0 (built with ng13)
1 parent efc6013 commit e2b283c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"angular-cli": {},
66
"checkPeerDependencies": {
7-
"ignore": ["ajv", "postcss"]
7+
"ignore": [
8+
"ajv",
9+
"postcss"
10+
]
811
},
912
"scripts": {
1013
"ng": "ng",
@@ -23,7 +26,7 @@
2326
"@angular/forms": "13.0.2",
2427
"@angular/platform-browser": "13.0.2",
2528
"@angular/platform-browser-dynamic": "13.0.2",
26-
"@uirouter/angular": "^9.0.1",
29+
"@uirouter/angular": "^9.1.0",
2730
"@uirouter/core": "6.0.8",
2831
"@uirouter/rx": "1.0.0",
2932
"@uirouter/visualizer": "^7.2.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,12 +1720,12 @@
17201720
dependencies:
17211721
"@types/node" "*"
17221722

1723-
"@uirouter/angular@^9.0.1":
1724-
version "9.0.1"
1725-
resolved "https://registry.yarnpkg.com/@uirouter/angular/-/angular-9.0.1.tgz#f0442639af0198d410f2de5c02d44e9c426f7233"
1726-
integrity sha512-JBxL7oU3n4KrG+84142IY7czUVKKqUDffhd1CEoUl4IC60CfCyiG5AUZN59fTqeHEiEwc8e3oe7OGG/Q51asWA==
1723+
"@uirouter/angular@^9.1.0":
1724+
version "9.1.0"
1725+
resolved "https://registry.yarnpkg.com/@uirouter/angular/-/angular-9.1.0.tgz#9c2be071c67573acda57c2d57cff6a962e693f94"
1726+
integrity sha512-YB3VM4tsdCtDTpXHWg99+uXJ135ySAZRy+oczH7vqJTRYIwxJ1DKA3Sc5ROnIHw4bhyCs0zC/yn+3zL0KwJtkQ==
17271727
dependencies:
1728-
tslib "^2.2.0"
1728+
tslib "^2.3.0"
17291729

17301730
"@uirouter/[email protected]":
17311731
version "6.0.8"
@@ -7423,7 +7423,7 @@ ts-helpers@^1.1.2:
74237423
version "1.1.2"
74247424
resolved "https://registry.yarnpkg.com/ts-helpers/-/ts-helpers-1.1.2.tgz#fc69be9f1f3baed01fb1a0ef8d4cfe748814d835"
74257425

7426-
[email protected], tslib@^2.0.3, tslib@^2.2.0, tslib@^2.3.1:
7426+
[email protected], tslib@^2.0.3, tslib@^2.3.1:
74277427
version "2.3.1"
74287428
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
74297429
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

0 commit comments

Comments
 (0)