mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: bump tslib to prevent build error
This commit is contained in:
@ -87,8 +87,8 @@
|
|||||||
"terser-webpack-plugin": "~3.0.6",
|
"terser-webpack-plugin": "~3.0.6",
|
||||||
"ts-jest": "26.4.0",
|
"ts-jest": "26.4.0",
|
||||||
"ts-node": "~8.10.2",
|
"ts-node": "~8.10.2",
|
||||||
"ts-patch": "^1.2.5",
|
"ts-patch": "^1.3.1",
|
||||||
"tslib": "2.0.2",
|
"tslib": "2.1.0",
|
||||||
"tslint": "~6.1.3",
|
"tslint": "~6.1.3",
|
||||||
"typescript": "~4.0.5",
|
"typescript": "~4.0.5",
|
||||||
"webpack": "~4.44.1",
|
"webpack": "~4.44.1",
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"css-tree": "^1.0.0-alpha.39",
|
"css-tree": "^1.0.0-alpha.39",
|
||||||
"@nativescript/hook": "~2.0.0",
|
"@nativescript/hook": "~2.0.0",
|
||||||
"reduce-css-calc": "^2.1.7",
|
"reduce-css-calc": "^2.1.7",
|
||||||
"tslib": "2.0.2"
|
"tslib": "2.1.0"
|
||||||
},
|
},
|
||||||
"nativescript": {
|
"nativescript": {
|
||||||
"platforms": {
|
"platforms": {
|
||||||
|
Reference in New Issue
Block a user