📦 tslib as peer

pull/4081/head
Daniel 2021-11-29 21:10:02 +05:30
parent 557ad3cef1
commit bd6fa5202d
2 changed files with 4 additions and 4 deletions

7
package-lock.json generated
View File

@ -40,6 +40,7 @@
"sass": "^1.43.4", "sass": "^1.43.4",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4", "stylelint-config-twbs-bootstrap": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.4" "typescript": "^4.4.4"
} }
}, },
@ -10900,8 +10901,7 @@
"version": "2.3.1", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"dev": true, "dev": true
"peer": true
}, },
"node_modules/tsutils": { "node_modules/tsutils": {
"version": "3.21.0", "version": "3.21.0",
@ -20404,8 +20404,7 @@
"version": "2.3.1", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"dev": true, "dev": true
"peer": true
}, },
"tsutils": { "tsutils": {
"version": "3.21.0", "version": "3.21.0",

View File

@ -68,6 +68,7 @@
"sass": "^1.43.4", "sass": "^1.43.4",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4", "stylelint-config-twbs-bootstrap": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.4" "typescript": "^4.4.4"
} }
} }