|
54 | 54 | "config/**/*" |
55 | 55 | ], |
56 | 56 | "scripts": { |
57 | | - "prepare": "node ./src/fix/install.js && cross-env npm-run-all --parallel prepare:terms && comunica-compile-config config/config.json > src/common/engine-default.js", |
| 57 | + "prepare": "node ./src/fix/install.js && cross-env npm-run-all --parallel prepare:terms prepare:comunica", |
| 58 | + "prepare:comunica": "comunica-compile-config config/config.json > src/common/engine-default.js", |
58 | 59 | "prepare:terms": "openhps-rdf -d ./src/terms -n ldes:https://w3id.org/ldes# -n ldp:http://www.w3.org/ns/ldp# -n tree:https://w3id.org/tree# -n activitystreams:https://www.w3.org/ns/activitystreams# -m https://www.w3.org/ns/activitystreams# https://raw.githubusercontent.com/w3c/activitystreams/refs/heads/main/vocabulary/activitystreams2.owl", |
59 | 60 | "update": "ncu -u -x eslint,chai", |
60 | 61 | "docker:reset": "docker compose down && docker volume rm solid_test-data1 solid_test-data2 solid_test-data3 && docker compose up --build -d", |
|
85 | 86 | "rdf" |
86 | 87 | ], |
87 | 88 | "dependencies": { |
88 | | - "@comunica/query-sparql-link-traversal-solid": "^0.6.1", |
| 89 | + "@comunica/query-sparql-link-traversal-solid": "^0.7.0", |
89 | 90 | "@comunica/query-sparql-solid": "^4.0.2", |
90 | | - "@inrupt/oidc-client-ext": "^2.3.0", |
| 91 | + "@inrupt/oidc-client-ext": "^3.1.0", |
91 | 92 | "@inrupt/solid-client": "^2.1.2", |
92 | | - "@inrupt/solid-client-authn-browser": "^2.3.0", |
93 | | - "@inrupt/solid-client-authn-node": "^2.3.0", |
| 93 | + "@inrupt/solid-client-authn-browser": "^3.1.0", |
| 94 | + "@inrupt/solid-client-authn-node": "^3.1.0", |
94 | 95 | "@inrupt/solid-client-notifications": "^3.0.1", |
95 | 96 | "@solid-notifications/discovery": "^0.1.2", |
96 | 97 | "@solid-notifications/subscription": "^0.1.2", |
97 | 98 | "@solid-notifications/types": "^0.1.2", |
98 | | - "cookie-session": "^2.1.0", |
99 | | - "cross-fetch": "^4.0.0", |
100 | | - "express": "^4.19.2", |
| 99 | + "cookie-session": "^2.1.1", |
| 100 | + "cross-fetch": "^4.1.0", |
| 101 | + "express": "^5.1.0", |
101 | 102 | "isomorphic-ws": "^5.0.0", |
102 | 103 | "solid-node-interactive-auth": "^1.1.1" |
103 | 104 | }, |
104 | 105 | "peerDependencies": { |
105 | | - "@openhps/core": ">=1.0.1", |
| 106 | + "@openhps/core": ">=1.0.16", |
106 | 107 | "@openhps/rdf": ">=1.1.0", |
107 | 108 | "reflect-metadata": ">=0.2.1" |
108 | 109 | }, |
109 | 110 | "devDependencies": { |
110 | | - "@commitlint/cli": "^19.4.1", |
111 | | - "@commitlint/config-conventional": "^19.4.1", |
112 | | - "@comunica/config-query-sparql": "^4.0.1", |
113 | | - "@eslint/compat": "^1.2.3", |
114 | | - "@eslint/eslintrc": "^3.2.0", |
115 | | - "@eslint/js": "^9.15.0", |
116 | | - "@openhps/core": ">=1.0.1", |
117 | | - "@openhps/rdf": ">=1.1.0-alpha.4", |
118 | | - "@openhps/rf": "^1.0.1", |
119 | | - "@types/chai": "^4.3.19", |
| 111 | + "@commitlint/cli": "^19.8.1", |
| 112 | + "@commitlint/config-conventional": "^19.8.1", |
| 113 | + "@comunica/config-query-sparql": "^4.2.0", |
| 114 | + "@eslint/compat": "^1.3.2", |
| 115 | + "@eslint/eslintrc": "^3.3.1", |
| 116 | + "@eslint/js": "^9.34.0", |
| 117 | + "@openhps/core": ">=1.0.16", |
| 118 | + "@openhps/rdf": ">=1.1.7", |
| 119 | + "@openhps/rf": "^1.0.4", |
| 120 | + "@types/chai": "^5.2.2", |
120 | 121 | "@types/cookie-session": "^2.0.49", |
121 | | - "@types/express": "^4.17.21", |
122 | | - "@types/mocha": "^10.0.7", |
123 | | - "@types/node": "^22.5.1", |
124 | | - "@typescript-eslint/eslint-plugin": "^8.14.1-alpha.8", |
125 | | - "@typescript-eslint/parser": "^8.14.1-alpha.8", |
| 122 | + "@types/express": "^5.0.3", |
| 123 | + "@types/mocha": "^10.0.10", |
| 124 | + "@types/node": "^24.3.0", |
| 125 | + "@typescript-eslint/eslint-plugin": "^8.41.0", |
| 126 | + "@typescript-eslint/parser": "^8.41.0", |
126 | 127 | "buffer": "^6.0.3", |
127 | | - "chai": "^4", |
128 | | - "cross-env": "^7.0.3", |
129 | | - "dotenv": "^16.4.5", |
130 | | - "eslint": "^9.15.0", |
131 | | - "eslint-config-prettier": "^9.1.0", |
| 128 | + "chai": "^6", |
| 129 | + "cross-env": "^10.0.0", |
| 130 | + "dotenv": "^17.2.1", |
| 131 | + "eslint": "^9.34.0", |
| 132 | + "eslint-config-prettier": "^10.1.8", |
132 | 133 | "eslint-plugin-deprecation": "^3.0.0", |
133 | | - "eslint-plugin-import": "^2.31.0", |
134 | | - "eslint-plugin-jsdoc": "^50.5.0", |
135 | | - "eslint-plugin-prettier": "^5.2.1", |
136 | | - "husky": "^9.1.5", |
137 | | - "mocha": "^10.7.3", |
| 134 | + "eslint-plugin-import": "^2.32.0", |
| 135 | + "eslint-plugin-jsdoc": "^54.1.1", |
| 136 | + "eslint-plugin-prettier": "^5.5.4", |
| 137 | + "husky": "^9.1.7", |
| 138 | + "mocha": "^11.7.1", |
138 | 139 | "mocha-junit-reporter": "^2.2.1", |
139 | 140 | "node-fetch": "^3.3.2", |
140 | | - "npm-check-updates": "^17.1.0", |
| 141 | + "npm-check-updates": "^18.0.3", |
141 | 142 | "npm-run-all": "^4.1.5", |
142 | | - "nyc": "^17.0.0", |
143 | | - "prettier": "^3.3.3", |
| 143 | + "nyc": "^17.1.0", |
| 144 | + "prettier": "^3.6.2", |
144 | 145 | "reflect-metadata": ">=0.2.2", |
145 | | - "shx": "^0.3.4", |
| 146 | + "shx": "^0.4.0", |
146 | 147 | "standard-version": "^9.5.0", |
147 | | - "terser-webpack-plugin": "^5.3.10", |
| 148 | + "terser-webpack-plugin": "^5.3.14", |
148 | 149 | "ts-node": "^10.9.2", |
149 | | - "typedoc": "^0.26.6", |
150 | | - "typescript": "^5.5.4", |
151 | | - "webpack": "^5.94.0", |
152 | | - "webpack-cli": "^5.1.4", |
| 150 | + "typedoc": "^0.28.11", |
| 151 | + "typescript": "^5.9.2", |
| 152 | + "webpack": "^5.101.3", |
| 153 | + "webpack-cli": "^6.0.1", |
153 | 154 | "wkt": "^0.1.1" |
154 | 155 | }, |
155 | 156 | "nyc": { |
|
0 commit comments