Skip to content

Commit 2221893

Browse files
authored
fix: pass through fetch to getWellKnownSolid (#350)
* fix: pass through fetch to getWellKnownSolid * chore: upgrade @inrupt/solid-client to v1.23.2 * chore: upgrade dependencies This commit removes the sourcefile plugin as it's incompatible with typedoc >=0.23.0 * chore: upgrade e2e testapp dependencies
1 parent a78c34c commit 2221893

File tree

8 files changed

+1961
-1247
lines changed

8 files changed

+1961
-1247
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
The following changes have been implemented but not released yet:
88

9+
### Bugfixes
10+
11+
- Always pass through fetch from BaseNotification to `getWellKnownSolid`, such
12+
that `@inrupt/solid-client` doesn't have to load its own fetch implementation.
13+
914
## [1.1.0] - 2022-07-01
1015

1116
### New Features

e2e/browser/testApp/package-lock.json

Lines changed: 1482 additions & 801 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/browser/testApp/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@inrupt/solid-client-authn-browser": "^1.12.0",
12+
"@inrupt/solid-client": "^1.23.2",
13+
"@inrupt/solid-client-authn-browser": "^1.12.1",
1314
"@inrupt/solid-client-notifications": "file:../../../",
14-
"next": "12.1.5",
15-
"react": "18.0.0",
16-
"react-dom": "18.0.0"
15+
"next": "^12.2.5",
16+
"react": "^18.2.0",
17+
"react-dom": "^18.2.0"
1718
},
1819
"devDependencies": {
19-
"@types/node": "17.0.24",
20-
"@types/react": "18.0.5",
21-
"@types/react-dom": "18.0.0",
22-
"eslint": "8.13.0",
23-
"eslint-config-next": "12.1.5",
24-
"typescript": "4.6.3"
20+
"@types/node": "^18.7.6",
21+
"@types/react": "^18.0.17",
22+
"@types/react-dom": "^18.0.6",
23+
"eslint": "^8.22.0",
24+
"eslint-config-next": "^12.2.5",
25+
"typescript": "^4.7.4"
2526
}
2627
}

0 commit comments

Comments
 (0)