Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Nov 22, 2023
1 parent 8e13ae4 commit cb8a660
Show file tree
Hide file tree
Showing 6 changed files with 2,573 additions and 2,002 deletions.
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
yarnPath: .yarn/releases/yarn-3.3.0.cjs
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Unreleased changes are in the `master` branch.

- rust models definitions

### Changed

- Updated deps - node 16 now required due to node-cbor pkg

## [0.1.60] - 2023-10-05

### Fixed
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@
},
"devDependencies": {
"@redocly/cli": "1.0.0-beta.123",
"@vitest/coverage-c8": "^0.25.3",
"openapi-typescript": "6.1.0",
"rimraf": "^3.0.2",
"typescript": "^5.0.2",
"vitest": "^0.24.3"
"@vitest/coverage-c8": "^0.33.0",
"openapi-typescript": "6.7.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"dependencies": {
"ajv": "^8.11.2",
"cbor": "^8.1.0",
"yaml": "^2.2.1"
"ajv": "^8.12.0",
"cbor": "^9.0.1",
"yaml": "^2.3.4"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
}
}
Loading

0 comments on commit cb8a660

Please sign in to comment.