Skip to content

Commit

Permalink
fix: upgrade dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
djejaquino committed Jan 25, 2024
1 parent 3f1eb19 commit f4bba10
Show file tree
Hide file tree
Showing 3 changed files with 780 additions and 989 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"devDependencies": {
"@basis-theory/eslint-config": "^1.2.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@parcel/packager-ts": "2.10.3",
"@parcel/transformer-typescript-types": "2.10.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.5",
"@semantic-release/npm": "^10.0.6",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^11.0.7",
"@types/jest": "^29.5.11",
"@types/node": "^16.18.68",
Expand All @@ -62,10 +62,15 @@
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.5",
"semantic-release": "^21.1.2",
"semantic-release": "^23.0.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
},
"resolutions": {
"@babel/traverse": "^7.23.2",
"msgpackr": "^1.10.1",
"semver": "^7.5.4"
},
"publishConfig": {
"access": "public"
},
Expand Down
36 changes: 18 additions & 18 deletions test/fixtures/paymentSession.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"customer": {
"locale": "en-US",
"billing_address": {
"city": "Brooklyn",
"family_name": "S",
"line1": "15 Dunham Pl",
"line1": "33 Lost Creek Road",
"city": "Paoli",
"province": "Pennsylvania",
"postal_code": "19301",
"country_code": "US",
"postal_code": "11249",
"province": "New York",
"phone_number": "(888) 888-8888",
"given_name": "Jim"
"given_name": "John",
"family_name": "Doe",
"phone_number": "(888) 888-8888"
},
"email": "jim@accelpay.io",
"email": "john.doe@email.com",
"shipping_address": {
"phone_number": "(888) 888-8888",
"given_name": "Jim",
"postal_code": "11249",
"province": "New York",
"family_name": "S",
"line1": "15 Dunham Pl",
"city": "Brooklyn",
"country_code": "US"
"line1": "33 Lost Creek Road",
"city": "Paoli",
"province": "Pennsylvania",
"postal_code": "19301",
"country_code": "US",
"given_name": "John",
"family_name": "Doe",
"phone_number": "(888) 888-8888"
}
},
"kind": "sale",
"client_details": {
"accept_language": "en-US",
"ip_address": "35.202.142.140",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
"ip_address": "22.139.96.254",
"user_agent": "Opera/9.12 (Windows 98; sl-SI) Presto/2.10.172 Version/10.00"
}
}

0 comments on commit f4bba10

Please sign in to comment.