Update dependencies
This commit is contained in:
+10
-10
@@ -67,25 +67,25 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pika/pack": "^0.5.0",
|
||||
"@pika/plugin-build-node": "^0.8.1",
|
||||
"@pika/plugin-ts-standard-pkg": "^0.8.1",
|
||||
"@size-limit/preset-small-lib": "^4.0.1",
|
||||
"@types/jest": "^25.1.2",
|
||||
"@types/node": "^10.9.0",
|
||||
"@pika/plugin-build-node": "^0.9.2",
|
||||
"@pika/plugin-ts-standard-pkg": "^0.9.2",
|
||||
"@size-limit/preset-small-lib": "^4.3.1",
|
||||
"@types/jest": "^25.1.4",
|
||||
"@types/node": "^13.9.1",
|
||||
"flowgen": "^1.10.0",
|
||||
"jest": "^25.1.0",
|
||||
"pika-plugin-package.json": "^1.0.2",
|
||||
"pika-plugin-typedefs-to-flow": "^0.0.2",
|
||||
"prettier": "^1.19.1",
|
||||
"size-limit": "^4.0.1",
|
||||
"ts-jest": "^25.2.0",
|
||||
"size-limit": "^4.3.1",
|
||||
"ts-jest": "^25.2.1",
|
||||
"ts-node": "^8.6.2",
|
||||
"tslint": "^6.0.0",
|
||||
"tslint": "^6.1.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-config-security": "^1.16.0",
|
||||
"tslint-config-standard-plus": "^2.3.0",
|
||||
"typescript": "^3.7.5",
|
||||
"yaspeller": "^6.0.2"
|
||||
"typescript": "^3.8.3",
|
||||
"yaspeller": "^6.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.9.0"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"target": "es2020",
|
||||
"module": "esnext",
|
||||
// "lib": [], // there is problem with URL, when empty :( https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960
|
||||
"moduleResolution": "node",
|
||||
|
||||
Reference in New Issue
Block a user