Skip to content

Commit

Permalink
Merge pull request #155 from samchon/features/dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
samchon authored Sep 16, 2023
2 parents 6b59724 + 84d76b1 commit 9303d3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: 'daily'
versioning-strategy: increase
open-pull-requests-limit: 25
# open-pull-requests-limit: 25
allow:
- dependency-name: "@nestia/core"
- dependency-name: "@nestia/e2e"
Expand All @@ -17,5 +17,5 @@ updates:
directory: '/packages/api'
schedule:
interval: 'daily'
versioning-strategy: increase
# versioning-strategy: increase
open-pull-requests-limit: 25
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-toss-payments-server",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fake toss-payments server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"devDependencies": {
"@nestia/e2e": "^0.3.6",
"@nestia/sdk": "^2.0.2",
"@nestia/sdk": "^2.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
Expand All @@ -62,13 +62,13 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@nestia/core": "^2.0.2",
"@nestia/core": "^2.0.3",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"serialize-error": "^4.1.0",
"source-map-support": "^0.5.19",
"tstl": "^2.5.13",
"typia": "^5.0.3",
"typia": "^5.0.4",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toss-payments-server-api",
"version": "2.0.1",
"version": "2.0.2",
"description": "Toss Payments Server API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
},
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"dependencies": {
"@nestia/fetcher": "^2.0.2",
"typia": "^5.0.3"
"@nestia/fetcher": "^2.0.3",
"typia": "^5.0.4"
},
"keywords": [
"toss",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"info": {
"title": "Toss Payments API",
"description": "Built by [fake-toss-payments-server](https://github.com/samchon/fake-toss-payments-server) with [nestia](https://github.com/samchon/nestia)",
"version": "2.0.1",
"version": "2.0.2",
"license": {
"name": "MIT"
}
Expand Down

0 comments on commit 9303d3c

Please sign in to comment.