Skip to content

Commit

Permalink
Merge branch 'master' into custom-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Sep 5, 2024
2 parents 5838277 + b9194f5 commit 2ee0aee
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
46 changes: 23 additions & 23 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@johngw/fs": "3.0.1",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.1",
"@semantic-release/github": "10.3.2",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/sax": "1.2.7",
"@types/source-map-support": "0.5.10",
"axios": "1.7.7",
Expand Down
5 changes: 4 additions & 1 deletion src/state.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{"$schema":"./state.schema.json","versions":["v202305","v202308","v202311","v202402","v202405"]}
{
"$schema": "./state.schema.json",
"versions": ["v202308", "v202311", "v202402", "v202405", "v202408"]
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,12 +989,12 @@ __metadata:
"@johngw/fs": "npm:3.0.1"
"@semantic-release/commit-analyzer": "npm:13.0.0"
"@semantic-release/git": "npm:10.0.1"
"@semantic-release/github": "npm:10.3.1"
"@semantic-release/github": "npm:10.3.2"
"@semantic-release/npm": "npm:12.0.1"
"@semantic-release/release-notes-generator": "npm:14.0.1"
"@types/jest": "npm:29.5.12"
"@types/lodash": "npm:^4.17.6"
"@types/node": "npm:20.16.4"
"@types/node": "npm:20.16.5"
"@types/sax": "npm:1.2.7"
"@types/source-map-support": "npm:0.5.10"
assert-never: "npm:^1.2.1"
Expand Down Expand Up @@ -1580,9 +1580,9 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/github@npm:10.3.1":
version: 10.3.1
resolution: "@semantic-release/github@npm:10.3.1"
"@semantic-release/github@npm:10.3.2":
version: 10.3.2
resolution: "@semantic-release/github@npm:10.3.2"
dependencies:
"@octokit/core": "npm:^6.0.0"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
Expand All @@ -1602,7 +1602,7 @@ __metadata:
url-join: "npm:^5.0.0"
peerDependencies:
semantic-release: ">=20.1.0"
checksum: 10c0/f9a873ee26a1901aa136dfce64996387b649ffd9d2da036705f47b463343d402c6f408b8631c9580d0205007c9b75008ba1eb52e4a01ca22838c53b4e131f3a8
checksum: 10c0/a5ecf8d12adcac166adff2289ca95929c1cdcc70a6257e779a03159632ba9c9a23a7af58f6cffc56ba988ad28d10824509d4ea917dfa5386568e76bd586bfd44
languageName: node
linkType: hard

Expand Down Expand Up @@ -2034,12 +2034,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.16.4":
version: 20.16.4
resolution: "@types/node@npm:20.16.4"
"@types/node@npm:20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/1dfd24b8a1552adf1f37c189bcebb6e287184852188d8aa28f8e955f15079f8ee62d88f142b6a52c0fd59132fc40644bf6197c139e4e1d645c1db040b231caaa
checksum: 10c0/6af7994129815010bcbc4cf8221865559c8116ff43e74a6549525c2108267596fc2d18aff5d5ecfe089fb60a119f975631343e2c65c52bfa0955ed9dc56733d6
languageName: node
linkType: hard

Expand Down

0 comments on commit 2ee0aee

Please sign in to comment.