mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-10-01 01:35:42 -04:00
update npm dependencies
This commit is contained in:
parent
9f3ff5c2ce
commit
c55426f5e1
9082
package-lock.json
generated
9082
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
41
package.json
41
package.json
@ -13,7 +13,8 @@
|
||||
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": ["<rootDir>/dist/", "/node_modules/"]
|
||||
"testPathIgnorePatterns": ["<rootDir>/dist/", "/node_modules/"],
|
||||
"globals": { "window": {} }
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -27,29 +28,29 @@
|
||||
},
|
||||
"homepage": "https://github.com/haveno-dex/haveno-ts#readme",
|
||||
"dependencies": {
|
||||
"@types/node": "^17.0.30",
|
||||
"@types/node": "^18.14.2",
|
||||
"console": "^0.7.2",
|
||||
"google-protobuf": "^3.0.0",
|
||||
"grpc-web": "^1.2.1"
|
||||
"google-protobuf": "^3.20.3",
|
||||
"grpc-web": "^1.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.12.1",
|
||||
"@typescript-eslint/parser": "^5.19.0",
|
||||
"babel-jest": "^28.0.3",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-typescript": "^2.7.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"@babel/core": "^7.21.0",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-typescript": "^7.21.0",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"babel-jest": "^29.4.3",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.3",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"jest": "^26.6.0",
|
||||
"monero-javascript": "^0.7.7",
|
||||
"typedoc": "^0.22.15",
|
||||
"typedoc-plugin-missing-exports": "^0.22.6",
|
||||
"typedoc-plugin-rename-defaults": "^0.5.1",
|
||||
"typescript": "^4.6.4"
|
||||
"typedoc": "^0.23.26",
|
||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user