forked from orbit-oss/is
Update dev dependencies
This commit is contained in:
parent
f3693674f6
commit
e559b37b72
4 changed files with 42 additions and 32 deletions
29
package.json
29
package.json
|
|
@ -11,14 +11,16 @@
|
|||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.16"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "del dist && tsc",
|
||||
"test": "xo && ava",
|
||||
"test": "tsc --noEmit && xo && ava",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -50,17 +52,17 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "^3.0.1",
|
||||
"@types/jsdom": "^16.2.15",
|
||||
"@types/node": "^18.0.6",
|
||||
"@types/jsdom": "^20.0.0",
|
||||
"@types/node": "^18.11.0",
|
||||
"@types/zen-observable": "^0.8.3",
|
||||
"ava": "^4.3.1",
|
||||
"ava": "^4.3.3",
|
||||
"del-cli": "^5.0.0",
|
||||
"jsdom": "^20.0.0",
|
||||
"rxjs": "^7.5.6",
|
||||
"jsdom": "^20.0.1",
|
||||
"rxjs": "^7.5.7",
|
||||
"tempy": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "~4.7.4",
|
||||
"xo": "^0.51.0",
|
||||
"typescript": "~4.8.4",
|
||||
"xo": "^0.52.4",
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"sideEffects": false,
|
||||
|
|
@ -71,12 +73,5 @@
|
|||
"nodeArguments": [
|
||||
"--loader=ts-node/esm"
|
||||
]
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
"@typescript-eslint/triple-slash-reference": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue