Skip to content

Commit

Permalink
chore: package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bigman73 committed Dec 27, 2022
1 parent b49fd2f commit 5bb6485
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 181 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## [Released]

## [3.1.1] - 2022-12-27
- chore: package dependencies

## [3.1.0] - 2022-11-27
- feat: use pnpm as package manager, instead of npm
- fix: unit test for loading bad partial files
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@types/check-types": "^7.3.4",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/jest": "^29.2.3",
"@types/jest": "^29.2.4",
"@types/lodash.isempty": "^4.4.7",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
Expand All @@ -63,17 +63,17 @@
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.2",
"jest": "^29.3.1",
"npm-check-updates": "^16.4.3",
"prettier": "^2.8.0",
"npm-check-updates": "^16.6.2",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"@types/node": "^18.11.9"
"typescript": "^4.9.4",
"@types/node": "^18.11.18"
},
"dependencies": {
"check-types": "^11.2.2",
"fast-clone": "^1.5.13",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"jsonschema": "^1.4.1",
"lodash.isempty": "^4.4.0"
Expand Down
Loading

0 comments on commit 5bb6485

Please sign in to comment.