Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-ee53d3efdc7d122ee921eaf13e09b5ff
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Dec 10, 2024
2 parents b7ae23d + 252f3ae commit 9e134ae
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 44 deletions.
38 changes: 19 additions & 19 deletions e2e/test-app/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.0.4",
"typescript": "5.7.2"
}
}
74 changes: 54 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@comunica/context-entries": "^3.1.0",
"@comunica/core": "^3.2.1",
"@inrupt/solid-client": "^2.0.1",
"@inrupt/solid-client-access-grants": "^3.1.0",
"@inrupt/solid-client-access-grants": "^3.1.1",
"@inrupt/solid-client-authn-browser": "^2.2.4",
"@inrupt/solid-client-authn-node": "^2.2.4",
"@inrupt/solid-client-vc": "^1.1.0",
Expand All @@ -42,7 +42,7 @@
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"event-emitter-promisify": "^1.1.0",
"n3": "^1.22.3",
"n3": "^1.23.1",
"next": "^14.2.13",
"rdf-dereference": "^2.2.0",
"rdf-namespaces": "^1.11.0",
Expand All @@ -67,7 +67,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/axe-core": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
Expand Down

0 comments on commit 9e134ae

Please sign in to comment.