Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Nov 24, 2023
1 parent f9439c6 commit 30d6516
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 444 deletions.
6 changes: 6 additions & 0 deletions .changeset/quiet-coins-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@openapi-generator-plus/types": patch
"@openapi-generator-plus/core": patch
---

Update dependencies
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/lodash": "^4.14.202",
"@types/node": "^18.14.0",
"@types/pluralize": "0.0.29",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.3",
"openapi-types": "^12.1.0",
"@types/pluralize": "0.0.33",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"openapi-types": "^12.1.3",
"pluralize": "^8.0.0",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pluralize": "^8.0.0"
},
"devDependencies": {
"openapi-types": "^12.0.0"
"openapi-types": "^12.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"@openapi-generator-plus/indexed-type": "^1.0.0",
"openapi-types": "^12.0.0"
"openapi-types": "^12.1.3"
}
}
Loading

0 comments on commit 30d6516

Please sign in to comment.