Skip to content

Commit 92a7cfe

Browse files
1 parent 8dff05a commit 92a7cfe

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
"@uirouter/visualizer": "^7.2.1",
3131
"angular": "1.8.2",
3232
"core-js": "^2.4.1",
33+
"postcss": "8.2.8",
3334
"rxjs": "^6.5.5",
3435
"rxjs-compat": "^6.0.0-rc.0",
35-
"tslib": "^2.0.0",
36+
"tslib": "1.14.1",
3637
"zone.js": "~0.10.2"
3738
},
3839
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8108,6 +8108,15 @@ [email protected]:
81088108
nanoid "^3.1.20"
81098109
source-map "^0.6.1"
81108110

8111+
[email protected], postcss@^8.1.4:
8112+
version "8.2.8"
8113+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
8114+
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
8115+
dependencies:
8116+
colorette "^1.2.2"
8117+
nanoid "^3.1.20"
8118+
source-map "^0.6.1"
8119+
81118120
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.27:
81128121
version "7.0.29"
81138122
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.29.tgz#d3a903872bd52280b83bce38cdc83ce55c06129e"
@@ -8117,15 +8126,6 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.27:
81178126
source-map "^0.6.1"
81188127
supports-color "^6.1.0"
81198128

8120-
postcss@^8.1.4:
8121-
version "8.2.8"
8122-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
8123-
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
8124-
dependencies:
8125-
colorette "^1.2.2"
8126-
nanoid "^3.1.20"
8127-
source-map "^0.6.1"
8128-
81298129
preact@~10.4.8:
81308130
version "10.4.8"
81318131
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.8.tgz#8517b106cc5591eb675237c93da99ac052cf4756"
@@ -10078,6 +10078,11 @@ tsconfig@^7.0.0:
1007810078
strip-bom "^3.0.0"
1007910079
strip-json-comments "^2.0.0"
1008010080

10081+
[email protected], tslib@^1.13.0:
10082+
version "1.14.1"
10083+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
10084+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
10085+
1008110086
[email protected], tslib@^2.0.0:
1008210087
version "2.1.0"
1008310088
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
@@ -10088,11 +10093,6 @@ tslib@^1.10.0, tslib@^1.9.0:
1008810093
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
1008910094
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
1009010095

10091-
tslib@^1.13.0:
10092-
version "1.14.1"
10093-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
10094-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
10095-
1009610096
tslib@^1.8.1:
1009710097
version "1.9.0"
1009810098
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

0 commit comments

Comments
 (0)