Skip to content

Commit

Permalink
Update dependencies (#134)
Browse files Browse the repository at this point in the history
* Update tar dependency

* Update devDep

* Ramda 0.30.1

* Ramda to remeda

* Remove mkdirp dependency

* Tweaks
  • Loading branch information
kouak authored Jun 7, 2024
1 parent 8d39632 commit ca7626f
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 179 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"downloadWSDL": "tsx ./scripts/downloadWSDL.mts",
"clean": "rimraf dist",
"build": "tsup-node",
"test": "vitest --watch=false",
"test": "vitest",
"test:ci": "vitest --watch=false --reporter=basic --reporter=junit --outputFile.junit=junit.xml --coverage.enabled",
"typecheck": "tsc --noEmit"
},
Expand All @@ -92,32 +92,28 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/invariant": "^2.2.37",
"@types/node": "^18.19.33",
"@types/node": "^18.19.34",
"@types/proper-lockfile": "^4.1.4",
"@types/ramda": "^0.28.25",
"@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^1.6.0",
"dotenv": "^16.4.5",
"nock": "^13.5.4",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"tsx": "^4.11.2",
"tsx": "^4.13.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@date-fns/utc": "^1.2.0",
"@types/sax": "^1.2.7",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"debug": "^4.3.5",
"invariant": "^2.2.4",
"mkdirp": "^3.0.1",
"proper-lockfile": "^4.1.2",
"ramda": "~0.28.0",
"remeda": "^2.0.5",
"soap": "^1.0.3",
"tar": "^6.2.1"
"tar": "^7.2.0"
},
"packageManager": "pnpm@9.1.4"
"packageManager": "pnpm@9.2.0+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}
Loading

0 comments on commit ca7626f

Please sign in to comment.