Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2023
1 parent ea434bb commit cfc765f
Show file tree
Hide file tree
Showing 3 changed files with 1,801 additions and 2,729 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Build types for tsd
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"monocle-ts": "^2.3.5"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"assert": "^2.0.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fp-ts": "^2.11.1",
"jest": "^26.6.3",
"jest": "^29.0.0",
"markdown-magic": "^2.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.6.0",
"prettier-plugin-jsdoc": "^0.3.13",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"tsd": "^0.19.1",
"typescript": "^4.6.2"
"nodemon": "^3.0.0",
"prettier": "^3.0.0",
"prettier-plugin-jsdoc": "^1.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.0.0",
"tsd": "^0.29.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"fp-ts": "^2.11.1"
Expand Down

0 comments on commit cfc765f

Please sign in to comment.