Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed May 24, 2023
1 parent f90a7d7 commit 4398b32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
},
"sideEffects": false,
"peerDependencies": {
"@proc7ts/context-values": "^7.0.1",
"@proc7ts/fun-events": "^10.5.1"
"@proc7ts/context-values": "^7.1.1",
"@proc7ts/fun-events": "^10.5.3"
},
"dependencies": {
"@proc7ts/primitives": "^3.0.2",
"@proc7ts/push-iterator": "^3.1.1",
"@proc7ts/push-iterator": "^3.1.2",
"@proc7ts/supply": "^1.2.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@proc7ts/context-builder": "^7.0.1",
"@proc7ts/context-values": "^7.1.0",
"@proc7ts/fun-events": "^10.5.2",
"@proc7ts/context-builder": "^7.0.2",
"@proc7ts/context-values": "7.1.1",
"@proc7ts/fun-events": "^10.5.3",
"@run-z/eslint-config": "^3.3.1",
"@run-z/prettier-config": "^2.0.0",
"@run-z/project-config": "^0.18.0",
"@swc/core": "^1.3.59",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-plugin-jest": "^27.2.1",
"gh-pages": "^5.0.0",
Expand All @@ -51,7 +51,7 @@
"jest-mock": "^29.5.0",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"rollup": "^3.22.1",
"rollup": "^3.23.0",
"run-z": "^1.11.0",
"ts-jest": "^29.1.0",
"tslib": "2.5.0",
Expand Down

0 comments on commit 4398b32

Please sign in to comment.