⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 54 additions & 37 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-pane",
"version": "3.0.0",
"version": "3.0.1",
"description": "Solid-compatible Panes: Source editor",
"main": "src/sourcePane.js",
"files": [
Expand Down Expand Up @@ -37,22 +37,22 @@
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solid/source-pane/issues"
"url": "https://github.com/SolidOS/source-pane/issues"
},
"homepage": "https://github.com/solid/source-pane",
"homepage": "https://github.com/SolidOS/source-pane",
"peerDependencies": {
"rdflib": "^2.3.0",
"solid-logic": "^4.0.0",
"solid-ui": "^3.0.0"
"rdflib": "^2.3.5",
"solid-logic": "^4.0.2",
"solid-ui": "^3.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@babel/eslint-parser": "^7.28.6",
"@testing-library/dom": "^10.4.1",
"eslint": "^9.33.0",
"eslint": "^9.39.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.0.5",
"jest-environment-jsdom": "^30.2.0",
"jest-fetch-mock": "^3.0.3",
"solid-logic": "^4.0.0",
"solid-ui": "^3.0.0"
"solid-logic": "^4.0.2",
"solid-ui": "^3.0.3"
Comment on lines 43 to +56
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to solid-ui@3.0.3 pulls in @noble/curves@2.x, which declares an engines constraint of Node ">= 20.19.0" (see package-lock). Consider adding an explicit "engines" field in package.json (and/or documenting the minimum Node version) so consumers and contributors don’t hit unexpected install/runtime issues on Node <20.19.

Copilot uses AI. Check for mistakes.
}
}
Loading