Skip to content

Commit

Permalink
upgrading promise-coalesce to 1.1.2 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 19, 2023
1 parent 8d7e5fa commit 1d8d01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist/**/*.d.ts"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./yarn.lock",
"test": "vitest run --coverage",
"release": "yarn check && yarn test -- --run && yarn build",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^10.0.2",
"promise-coalesce": "^1.1.1"
"promise-coalesce": "^1.1.2"
},
"devDependencies": {
"@faker-js/faker": "8.3.1",
Expand Down

0 comments on commit 1d8d01a

Please sign in to comment.