dependencies
This commit is contained in:
parent
f180d05804
commit
6d2d65bf63
@ -16,7 +16,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-extractor": "^7.9.3",
|
||||
"@rollup/plugin-typescript": "^5.0.2",
|
||||
"ava": "^3.10.1",
|
||||
"esm": "^3.2.25",
|
||||
"prettier": "^2.0.5",
|
||||
|
@ -31,30 +31,27 @@
|
||||
"types": "./lib/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@ava/typescript": "^1.1.1",
|
||||
"@microsoft/api-extractor": "^7.9.3",
|
||||
"@typescript-eslint/eslint-plugin": "^3.6.1",
|
||||
"@typescript-eslint/parser": "^3.6.1",
|
||||
"ava": "^3.10.1",
|
||||
"dts-bundle-generator": "^5.3.0",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-airbnb-typescript": "^8.0.2",
|
||||
"@microsoft/api-extractor": "^7.9.4",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.0",
|
||||
"@typescript-eslint/parser": "^3.9.0",
|
||||
"ava": "^3.11.1",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-config-airbnb-typescript": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"eslint-plugin-react": "^7.20.5",
|
||||
"eslint-plugin-react-hooks": "^4.0.8",
|
||||
"esm": "^3.2.25",
|
||||
"jed": "^1.1.1",
|
||||
"moment": "^2.27.0",
|
||||
"nyc": "^15.1.0",
|
||||
"po2json": "^0.4.5",
|
||||
"pogen": "workspace:*",
|
||||
"prettier": "^2.0.5",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.23.0",
|
||||
"rollup": "^2.23.1",
|
||||
"rollup-plugin-sourcemaps": "^0.6.2",
|
||||
"source-map-resolve": "^0.6.0",
|
||||
"structured-clone": "^0.2.2",
|
||||
"typedoc": "^0.17.8",
|
||||
"typedoc": "^0.18.0",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -63,7 +60,7 @@
|
||||
"big-integer": "^1.6.48",
|
||||
"idb-bridge": "workspace:*",
|
||||
"source-map-support": "^0.5.19",
|
||||
"tslib": "^2.0.0"
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"ava": {
|
||||
"require": [
|
||||
|
@ -15,30 +15,29 @@
|
||||
"dependencies": {
|
||||
"moment": "^2.27.0",
|
||||
"taler-wallet-core": "workspace:*",
|
||||
"tslib": "^2.0.0"
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"@rollup/plugin-replace": "^2.3.3",
|
||||
"@rollup/plugin-typescript": "^5.0.2",
|
||||
"@types/chrome": "^0.0.103",
|
||||
"@types/chrome": "^0.0.122",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"@types/node": "^14.0.27",
|
||||
"@types/react": "^16.9.44",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"ava": "3.11.0",
|
||||
"ava": "3.11.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.2",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.23.0",
|
||||
"rollup": "^2.23.1",
|
||||
"rollup-plugin-ignore": "^1.0.9",
|
||||
"rollup-plugin-sourcemaps": "^0.6.2",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"rollup-plugin-terser": "^7.0.0",
|
||||
"typescript": "^3.9.7"
|
||||
}
|
||||
}
|
||||
|
501
pnpm-lock.yaml
501
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user