dependencies

This commit is contained in:
Florian Dold 2022-02-10 12:53:08 +01:00
parent e22ac13292
commit 1de423834d
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
4 changed files with 1120 additions and 362 deletions

View File

@ -8,9 +8,10 @@
"check": "pnpm run --filter '{packages}' --if-present test" "check": "pnpm run --filter '{packages}' --if-present test"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.13.16",
"@linaria/esbuild": "^3.0.0-beta.15", "@linaria/esbuild": "^3.0.0-beta.15",
"@linaria/shaker": "^3.0.0-beta.15", "@linaria/shaker": "^3.0.0-beta.15",
"esbuild": "^0.14.10", "esbuild": "^0.14.21",
"prettier": "^2.5.1" "prettier": "^2.5.1"
} }
} }

View File

@ -20,19 +20,19 @@
"@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-node-resolve": "^13.1.3",
"ava": "^3.15.0", "ava": "^4.0.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.63.0", "rollup": "^2.67.2",
"rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-sourcemaps": "^0.6.3",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"typescript": "^4.5.4" "typescript": "^4.5.5"
}, },
"dependencies": { "dependencies": {
"@gnu-taler/taler-util": "workspace:*", "@gnu-taler/taler-util": "workspace:*",
"fetch-ponyfill": "^7.1.0", "fetch-ponyfill": "^7.1.0",
"fflate": "^0.7.2", "fflate": "^0.7.3",
"hash-wasm": "^4.9.0", "hash-wasm": "^4.9.0",
"node-fetch": "^3.1.0", "node-fetch": "^3.2.0",
"tslib": "^2.3.1" "tslib": "^2.3.1"
}, },
"ava": { "ava": {

View File

@ -11,9 +11,9 @@
"compile": "tsc" "compile": "tsc"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.5.4" "typescript": "^4.5.5"
}, },
"dependencies": { "dependencies": {
"@types/node": "^17.0.8" "@types/node": "^17.0.17"
} }
} }

File diff suppressed because it is too large Load Diff