Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Dec 4, 2023
1 parent e0dabf5 commit ddcb960
Show file tree
Hide file tree
Showing 10 changed files with 316 additions and 331 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
"prettify": "npx prettier . --write"
},
"devDependencies": {
"@file-services/types": "^8.3.1",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.6",
"@file-services/types": "^8.3.3",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.2",
"@types/mocha": "^10.0.6",
"@types/node": "18",
"@types/sinon": "^10.0.18",
"@types/sinon-chai": "^3.2.10",
"@types/yargs": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"expose-gc": "^1.0.0",
"lerna": "^7.3.0",
"lerna": "^8.0.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"sinon": "^16.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
},
"license": "MIT",
"private": true
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@file-services/path": "^8.3.1",
"@file-services/types": "^8.3.1"
"@file-services/path": "^8.3.3",
"@file-services/types": "^8.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@file-services/path": "^8.3.1",
"@file-services/types": "^8.3.1",
"@file-services/path": "^8.3.3",
"@file-services/types": "^8.3.3",
"promise-assist": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"tsdocs": "bin/build-docs"
},
"dependencies": {
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-extractor": "^7.38.0",
"@microsoft/api-documenter": "^7.23.12",
"@microsoft/api-extractor": "^7.38.3",
"@microsoft/api-extractor-model": "^7.28.2",
"@wixc3/common": "^13.3.2",
"@wixc3/fs-utils": "^13.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@file-services/memory": "^8.3.1",
"@file-services/memory": "^8.3.3",
"@wixc3/common": "^13.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@file-services/node": "^8.3.1",
"@file-services/path": "^8.3.1",
"@file-services/types": "^8.3.1"
"@file-services/node": "^8.3.3",
"@file-services/path": "^8.3.3",
"@file-services/types": "^8.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@file-services/path": "^8.3.1",
"@file-services/types": "^8.3.1"
"@file-services/path": "^8.3.3",
"@file-services/types": "^8.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/testing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"access": "public"
},
"dependencies": {
"@file-services/node": "^8.3.1",
"@file-services/types": "^8.3.1",
"@file-services/node": "^8.3.3",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^13.3.2",
"@wixc3/patterns": "^13.3.2",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@file-services/types": "^8.3.1",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^13.3.2",
"@wixc3/patterns": "^13.3.2",
"chai": "^4.3.10",
Expand Down
Loading

0 comments on commit ddcb960

Please sign in to comment.